From: Christopher Jones Date: Wed, 31 Jul 2013 16:58:28 +0000 (-0700) Subject: Fixed bug #62691 (solaris sed has no -i switch) X-Git-Tag: php-5.5.2~36^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3a4b87e899ac55995f783e52379801973e199e7;p=php Fixed bug #62691 (solaris sed has no -i switch) Make 'make distclean' remove generated DTrace .h file --- diff --git a/Makefile.global b/Makefile.global index 5118de83fe..b714a654ca 100644 --- a/Makefile.global +++ b/Makefile.global @@ -118,7 +118,7 @@ clean: rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/* distclean: clean - rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp + rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp Zend/zend_dtrace_gen.h Zend/zend_dtrace_gen.h.bak $(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 's/.*>//'|xargs rm -f .PHONY: all clean install distclean test diff --git a/NEWS b/NEWS index 78f6539f83..6fe5c3a763 100644 --- a/NEWS +++ b/NEWS @@ -9,8 +9,9 @@ PHP NEWS . Fixed bug #65304 (Use of max int in array_sum). (Laruence) . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very limited case). (Arpad) + . Fixed bug #62691 (solaris sed has no -i switch). (Chris Jones) -- OPcahce: +- OPcache: . Added opcache.restrict_api configuration directive that may limit usage of OPcahce API functions only to patricular script(s). (Dmitry) . Added support for glob symbols in blacklist entries (?, *, **). diff --git a/acinclude.m4 b/acinclude.m4 index 6c97dc37c6..07b1f8eb57 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2965,7 +2965,7 @@ dnl Generate Makefile.objects entries cat>>Makefile.objects< \$[]@ \$(PHP_DTRACE_OBJS): $ac_bdir[$]ac_hdrobj