Hi.
the test mentioned in the subject fails on the current trunk.
it seems that
Dynamic Library Support => enabled
Path to sendmail => -t -i
is now missing of the output of php -n --ri standard
I've checked and with the current trunk, it is missing from even php
-i(aka phpinfo)
I think that this change isn't intentional, could somebody take a look?
--
Ferenc Kovács
@Tyr43l - http://tyrael.hu
Hi.
the test mentioned in the subject fails on the current trunk.
it seems thatDynamic Library Support => enabled
Path to sendmail => -t -iis now missing of the output of php -n --ri standard
I've checked and with the current trunk, it is missing from even php
-i(aka phpinfo)
I think that this change isn't intentional, could somebody take a look?
Nice catch.
Its caused by the new "submodule" registration in trunk
(http://svn.php.net/viewvc/?view=revision&revision=311748)
Fixed in svn now
-Hannes