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
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
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