[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/sqlite3/sqlite3.c trunk/ext/sqlite3/sqlite3.c

2011-05-10 Thread Adam Harvey
aharvey Tue, 10 May 2011 08:14:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310877 Log: Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open() prototype. Bug: http://bugs.php.net/54692 (Assigned) SQLite3::open()

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c tests/snmp-object-errno-errstr.phpt

2011-05-10 Thread Boris Lytochkin
lytboris Tue, 10 May 2011 11:48:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310887 Log: method renaming: SNMP::get_errno() - SNMP::getErrno() SNMP::get_error() - SNMP::getError() Changed paths: U php/php-src/trunk/ext/snmp/snmp.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/head.c trunk/ext/standard/head.c

2011-05-10 Thread Scott MacVicar
scottmac Tue, 10 May 2011 19:09:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310925 Log: Turns out that more than 1% of users clocks are more than a year out of date, this causes cookies to never get deleted since the date is in the future.

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ config.m4 snmp.c tests/snmp-object-errno-errstr.phpt tests/wrong_hostname.phpt

2011-05-10 Thread Boris Lytochkin
lytboris Tue, 10 May 2011 20:04:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310936 Log: fixed typos in tests ucd-snmp epoch is over, drop legacy memory allocation (non e*) tune 'buggy snmp_snprint_value' detection on some systems Changed

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd_charset.c trunk/ext/mysqlnd/mysqlnd_charset.c

2011-05-10 Thread Andrey Hristov
andrey Tue, 10 May 2011 07:15:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310876 Log: Fix range (thanks again nihen) Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_charset.c U