1 |
--- php-5.3.2/Makefile.global.testfail |
2 |
+++ php-5.3.2/Makefile.global |
3 |
@@ -82,7 +82,7 @@ PHP_TEST_SHARED_EXTENSIONS = ` \ |
4 |
PHP_DEPRECATED_DIRECTIVES_REGEX = '^(define_syslog_variables|register_(globals|long_arrays)?|safe_mode|magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*=' |
5 |
|
6 |
test: all |
7 |
- -@if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \ |
8 |
+ @if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \ |
9 |
INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \ |
10 |
if test "$$INI_FILE"; then \ |
11 |
$(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \ |