Re: PHP: clean Makefile.inc of 5.x specifics

2017-11-15 Thread Thierry M
You may wish to add the following to your diff for /cvs/ports/lang/php/Makefile.inc: - remove '--enable-zend-multibyte' (This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0) - rename '--enable-fastcgi' to '--enable-cgi' (As of PHP 5.3.0 this argument no longer exist

Re: Update: lang/php

2015-06-16 Thread Thierry M
nable-zend-multibyte \ - --enable-fastcgi + --enable-cgi TEST_TARGET= test TEST_FLAGS=NO_INTERACTION=1 On 15-06-2015 20:09, Thierry M wrote : A few update proposals to Makefile.inc, now that php 5.3 has been unhooked. In particu

Update: lang/php

2015-06-15 Thread Thierry M
A few update proposals to Makefile.inc, now that php 5.3 has been unhooked. In particular, the following 2 configure option changes are from http://php.net/manual/en/configure.about.php : - remove '--enable-zend-multibyte' (This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of P