kalle Thu Jun 25 18:17:52 2009 UTC Modified files: (Branch: PHP_5_3) /php-src UPGRADING Log: Persistent connections with mysqli missing http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.27&r2=1.1.2.3.2.1.2.28&diff_format=u Index: php-src/UPGRADING diff -u php-src/UPGRADING:1.1.2.3.2.1.2.27 php-src/UPGRADING:1.1.2.3.2.1.2.28 --- php-src/UPGRADING:1.1.2.3.2.1.2.27 Thu Jun 25 18:04:35 2009 +++ php-src/UPGRADING Thu Jun 25 18:17:52 2009 @@ -1,4 +1,4 @@ -$Id: UPGRADING,v 1.1.2.3.2.1.2.27 2009/06/25 18:04:35 bjori Exp $ +$Id: UPGRADING,v 1.1.2.3.2.1.2.28 2009/06/25 18:17:52 kalle Exp $ UPGRADE NOTES - PHP 5.3 @@ -235,6 +235,9 @@ - SOAP: Now supports sending user-supplied HTTP headers. + - MySQLi: Now supports persistent connections by prepending the hostname + with "p:". + d. no longer possible to disable - PCRE
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php