Kalle Sommer Nielsen wrote:
kalle Thu, 22 Apr 2010 23:23:10 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=298352 Log: Update the deprecated directives in the MakeFile Changed paths: U php/php-src/trunk/Makefile.global Modified: php/php-src/trunk/Makefile.global =================================================================== --- php/php-src/trunk/Makefile.global 2010-04-22 23:16:15 UTC (rev 298351) +++ php/php-src/trunk/Makefile.global 2010-04-22 23:23:10 UTC (rev 298352) @@ -79,7 +79,7 @@ . $$i; $(top_srcdir)/build/shtool echo -n -- " -d $(ZEND_EXT_TYPE)=$(top_builddir)/modules/$$dlname"; \ done; \ fi` -PHP_DEPRECATED_DIRECTIVES_REGEX = '^(register_(globals|long_arrays)?|safe_mode|magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*=' +PHP_DEPRECATED_DIRECTIVES_REGEX = '^safe_mode|magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*=' test: all -...@if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \
Kalle, Can you verify the regexp you wanted? "make" is returning "grep: Unmatched ) or \)" Chris -- Email: christopher.jo...@oracle.com Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ Free PHP Book: http://tinyurl.com/ugpomhome -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php