SF.net SVN: gar:[25325] csw/mgar/pkg/php5/branches/php-5.6.x/files/CSWphp5. postinstall
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Tue Oct 27 10:06:20 CET 2015
Revision: 25325
http://sourceforge.net/p/gar/code/25325
Author: cgrzemba
Date: 2015-10-27 09:06:20 +0000 (Tue, 27 Oct 2015)
Log Message:
-----------
php5/branches/php-5.6.x: update zend api version in php.ini
Modified Paths:
--------------
csw/mgar/pkg/php5/branches/php-5.6.x/files/CSWphp5.postinstall
Modified: csw/mgar/pkg/php5/branches/php-5.6.x/files/CSWphp5.postinstall
===================================================================
--- csw/mgar/pkg/php5/branches/php-5.6.x/files/CSWphp5.postinstall 2015-10-26 17:28:15 UTC (rev 25324)
+++ csw/mgar/pkg/php5/branches/php-5.6.x/files/CSWphp5.postinstall 2015-10-27 09:06:20 UTC (rev 25325)
@@ -6,7 +6,7 @@
# the new php.ini doesn't have this line at all, but the old one might.
# update it if required.
-if [ "no-debug-non-zts-20090626" != "$curextdir" ]; then
+if [ "no-debug-non-zts-20131226" != "$curextdir" ]; then
echo "Updating extension_dir..."
- perl -i.bak -plne "s,no-debug-non-zts-[0-9]+,no-debug-non-zts-20090626," /etc/opt/csw/php5/php.ini
+ perl -i.bak -plne "s,no-debug-non-zts-[0-9]+,no-debug-non-zts-20131226," /etc/opt/csw/php5/php.ini
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list