Hello all,
In the 5_3 branch and also in 5.3.1, some MySQLi PHPTs call
my_mysqli_connect() which is not defined.
Is this a mistakingly committed change? Seems like they should call
mysqli_connect()
.
Thanks,
--
May the source be with you,
Best regards,
Jess Portnoy
Jess Portnoy wrote:
In the 5_3 branch and also in 5.3.1, some MySQLi PHPTs call
my_mysqli_connect() which is not defined.
Is this a mistakingly committed change? Seems like they should call
mysqli_connect()
.
It's defined in connect.inc as a wrapper. See
http://php-og.mgdm.net/opengrok/xref/PHP_5_3/ext/mysqli/tests/connect.inc
Hi Michael,
Thanks, now I see it. Sorry, did not look hard enough.
May the source be with you,
Best regards,
Jess Portnoy
Michael Maclean wrote:
Jess Portnoy wrote:
In the 5_3 branch and also in 5.3.1, some MySQLi PHPTs call
my_mysqli_connect() which is not defined.
Is this a mistakingly committed change? Seems like they should call
mysqli_connect()
.It's defined in connect.inc as a wrapper. See
http://php-og.mgdm.net/opengrok/xref/PHP_5_3/ext/mysqli/tests/connect.inc