[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/standard/file.c ext/standard/tests/file/fclose_variation1.phpt main/streams/streams.c

2011-03-20 Thread Gustavo André dos Santos Lopes
cataphract Mon, 21 Mar 2011 02:58:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=309491 Log: - Make fclose() actually close stream, even when the resource refcount is > 1. This reverts the fix for bug #24557. - Make php_stream_free delete the s

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/file/ bug52820.phpt

2011-03-20 Thread Gustavo André dos Santos Lopes
cataphract Sun, 20 Mar 2011 22:15:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=309487 Log: - Fixed SKIPIF section of bug52820.phpt. Bug: http://bugs.php.net/52820 (Closed) curl doesn't write to php://temp or /memory Changed paths:

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

2011-03-20 Thread Gustavo André dos Santos Lopes
cataphract Sun, 20 Mar 2011 22:12:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=309486 Log: - Fixed SKIPIF section of bug51958.phpt. Bug: http://bugs.php.net/51958 (Closed) socket_accept() fails on IPv6 server sockets Changed paths:

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

2011-03-20 Thread Boris Lytochkin
lytboris Sun, 20 Mar 2011 20:07:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=309485 Log: follow CS: - method set_security should be named as setSecurity - SNMP_VERSION_2C constant Changed paths: U php/php-src/trunk/ext/snmp/php_snmp.

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-03-20 Thread Pierre Joye
pajoye Sun, 20 Mar 2011 17:09:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=309483 Log: - peclweb should be here too Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ===

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html.c tests/strings/bug54322.phpt

2011-03-20 Thread Gustavo André dos Santos Lopes
cataphract Sun, 20 Mar 2011 15:15:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=309482 Log: - Fixed bug #54332 (trunk only, null pointer deref due to information loss on long to int conversion) - Fixed some int* pointers being passed as size_t*