[packages/php-pecl-ds] Add display_errors=off to show errors on stderr
    glen 
    glen at pld-linux.org
       
    Mon Dec 27 11:24:29 CET 2021
    
    
  
commit 90b24c55a6547085a09f537d8180bbf7fdd31e40
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon Dec 27 11:50:47 2021 +0200
    Add display_errors=off to show errors on stderr
 php-pecl-ds.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec
index 16da1e2..26a7e6f 100644
--- a/php-pecl-ds.spec
+++ b/php-pecl-ds.spec
@@ -50,7 +50,7 @@ phpize
 %{__make}
 
 # simple module load test
-%{__php} -n -q \
+%{__php} -n -q -d display_errors=off \
 	-d extension_dir=modules \
 	-d extension=%{php_extensiondir}/pcre.so \
 	-d extension=%{php_extensiondir}/spl.so \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-ds.git/commitdiff/5b322bace775395a2f5cbef6dfa0764159c3ba11
    
    
More information about the pld-cvs-commit
mailing list