Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/pdo_pgsql/pgsql_statement.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_pgsql/pgsql_statement.c trunk/ext/pdo_pgsql/pgsql

2009-10-26 Thread Matteo Beccati
Hi Ilia, Revision: http://svn.php.net/viewvc?view=revisionrevision=289924 Log: - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction). Bug: http://bugs.php.net/49985 (Open) pdo_pgsql prepare() re-use previous aborted transaction I've quickly review the bug report

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt trunk/ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt

2009-10-26 Thread Ulf Wendel
uw Mon, 26 Oct 2009 11:41:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289929 Log: Updating test, mysqlnd support init commands Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt trunk/ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt

2009-10-26 Thread Ulf Wendel
uw Mon, 26 Oct 2009 11:48:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289930 Log: Updating test - no error message any more. Maybe the PDO core has changed... whatever, one issue less Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/pdo_pgsql/pgsql_statement.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_pgsql/pgsql_statement.c trunk/ext/pdo_pgsql/pgsql

2009-10-26 Thread Ilia Alshanetsky
I did a quick test, and I don't see a significant reduction is performance after the patch. On 2009-10-26, at 5:16 AM, Matteo Beccati wrote: Hi Ilia, Revision: http://svn.php.net/viewvc?view=revisionrevision=289924 Log: - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/pdo_pgsql/pgsql_statement.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_pgsql/pgsql_statement.c trunk/ext/pdo_pgsql/pgsql

2009-10-26 Thread Matteo Beccati
Ilia Alshanetsky ha scritto: I did a quick test, and I don't see a significant reduction is performance after the patch. That's cool. Maybe I'll try to perform some more benchmarking later today... However, given that the problem here is that the cursor/prepared statement name is generated

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/curl/interface.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/curl/interface.c trunk/ext/curl/interface.c

2009-10-26 Thread Ilia Alshanetsky
iliaaMon, 26 Oct 2009 12:57:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289934 Log: Fixed bug #49921 (Curl post upload functions changed). Bug: http://bugs.php.net/49921 (Assigned) Curl post upload functions changed Changed

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/pdo_pgsql/pgsql_statement.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_pgsql/pgsql_statement.c trunk/ext/pdo_pgsql/pgsql

2009-10-26 Thread Ilia Alshanetsky
Internal counter could work, or we could try to use a better random # generator On 2009-10-26, at 8:51 AM, Matteo Beccati wrote: Ilia Alshanetsky ha scritto: I did a quick test, and I don't see a significant reduction is performance after the patch. That's cool. Maybe I'll try to perform

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/pdo_pgsql/pgsql_statement.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_pgsql/pgsql_statement.c trunk/ext/pdo_pgsql/pgsql

2009-10-26 Thread Matteo Beccati
Ilia Alshanetsky ha scritto: Internal counter could work, or we could try to use a better random # generator I'll try to make a patch that uses php_mt_rand, which seems to be the less invasive approach. I guess it would be hard to get collisions, still the fact it could happen makes me a bit

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/date/lib/timezonedb.h branches/PHP_5_3/ext/date/lib/timezonedb.h trunk/ext/date/lib/timezonedb.h

2009-10-26 Thread Derick Rethans
derick Mon, 26 Oct 2009 14:09:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289937 Log: - Updated to version 2009.16 (2009p) Changed paths: U php/php-src/branches/PHP_5_2/ext/date/lib/timezonedb.h U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/intl/ collator/collator_class.c collator/collator_sort.c collator/collator_sort.h php_intl.c tests/ut_common.inc

2009-10-26 Thread Stanislav Malyshev
stas Mon, 26 Oct 2009 22:35:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289961 Log: add collator_get_sort_key() Changed paths: U php/php-src/branches/PHP_5_3/ext/intl/collator/collator_class.c U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/intl/tests/ collator_get_sort_key.phpt

2009-10-26 Thread Stanislav Malyshev
stas Mon, 26 Oct 2009 22:37:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289962 Log: add test Changed paths: A php/php-src/branches/PHP_5_3/ext/intl/tests/collator_get_sort_key.phpt Added:

[PHP-CVS] svn: /php/php-src/trunk/ext/intl/ collator/collator_class.c collator/collator_sort.c collator/collator_sort.h php_intl.c tests/collator_get_sort_key.phpt tests/ut_common.inc

2009-10-26 Thread Stanislav Malyshev
stas Mon, 26 Oct 2009 22:51:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289964 Log: add collator_get_sort_key() Changed paths: U php/php-src/trunk/ext/intl/collator/collator_class.c U