[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/mysqli/ mysqli_prop.c

2010-02-01 Thread Andrey Hristov
andrey Mon, 01 Feb 2010 11:37:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=294298 Log: backport checks from 5.3 which fix one known segfault, and maybe others unknown. Bug #50727 Accesing mysqli->affected_rows on no connection causes s

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS

2010-02-01 Thread Andrey Hristov
andrey Mon, 01 Feb 2010 11:38:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=294299 Log: and the NEWS entry Changed paths: U php/php-src/branches/PHP_5_2/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS ===

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS

2010-02-01 Thread Jani Taskinen
jani Mon, 01 Feb 2010 11:46:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=294300 Log: fix news Changed paths: U php/php-src/branches/PHP_5_2/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS =

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt trunk/ext/mysql

2010-02-01 Thread Ulf Wendel
uw Mon, 01 Feb 2010 12:18:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=294302 Log: Tests related to #50727 Bug: http://bugs.php.net/50727 (Closed) Accesing mysqli->affected_rows on no connection causes segfault Changed paths:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/standard/string.c branches/PHP_5_2/ext/standard/tests/strings/bug50847.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/

2010-02-01 Thread Ilia Alshanetsky
iliaaMon, 01 Feb 2010 12:59:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=294303 Log: Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long) Bug: http://bugs.php.net/50847 (Verified) strip_tags() fails with extremel

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/Zend/tests/bug48667_1.phpt branches/PHP_5_2/Zend/tests/bug48667_2.phpt branches/PHP_5_2/Zend/zend_interfaces.c branches/PHP_5_3/Zend

2010-02-01 Thread Etienne Kneuss
colder Mon, 01 Feb 2010 13:45:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=294304 Log: Fix #48667 (Implementing Iterator and IteratorAggregate is now restricted in both orders) Bug: http://bugs.php.net/48667 (Assigned) "could not implemen

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS

2010-02-01 Thread Jani Taskinen
jani Mon, 01 Feb 2010 13:54:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=294305 Log: - Fix order. (this can not be so hard? :) Changed paths: U php/php-src/branches/PHP_5_2/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS

2010-02-01 Thread Etienne Kneuss
Crap, missed the section :) On Mon, Feb 1, 2010 at 2:54 PM, Jani Taskinen wrote: > jani                                     Mon, 01 Feb 2010 13:54:10 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=294305 > > Log: > - Fix order. (this can not be so hard? :) > > Changed paths:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/zend_alloc.c trunk/Zend/zend_alloc.c

2010-02-01 Thread Pierre Joye
pajoye Mon, 01 Feb 2010 14:56:51 + Revision: http://svn.php.net/viewvc?view=revision&revision=294307 Log: - try again to get a crypto context when the key container did not exist (which is likely to be the case, on a 1st call) Changed paths: U php/php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/file/005_variation2-win32.phpt branches/PHP_5_3/ext/standard/tests/file/chmod_variation3.phpt branches/PHP_5_3/ext/standard/tests/file/

2010-02-01 Thread Pierre Joye
pajoye Mon, 01 Feb 2010 15:18:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=294308 Log: - fix system/version dependent msg, add skip cases, sync Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/file/005_variation2-wi

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c trunk/TSRM/tsrm_virtual_cwd.c

2010-02-01 Thread Pierre Joye
pajoye Mon, 01 Feb 2010 15:22:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=294310 Log: - set errno on failure so that the caller can still rely on strerror (reporting wrong error w/o this change) Changed paths: U php/php-src/branche

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c trunk/TSRM/tsrm_virtual_cwd.c

2010-02-01 Thread Pierre Joye
pajoye Mon, 01 Feb 2010 15:31:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=294312 Log: - oops, wrong one applied, fix build. Changed paths: U php/php-src/branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c U php/php-src/trunk/TSRM/tsrm_vi

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

2010-02-01 Thread Andrey Hristov
andrey Mon, 01 Feb 2010 16:12:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=294313 Log: Fix a bug in mysqlnd where a pointer was not incremented and thus wrong data was saved MYSQLND_FIELD::db. However, this wasn't caught because there is no

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/file/rename_variation12.phpt branches/PHP_5_3/ext/standard/tests/file/rename_variation13.phpt branches/PHP_5_3/ext/standard/tests/file/

2010-02-01 Thread Pierre Joye
pajoye Mon, 01 Feb 2010 16:19:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=294315 Log: - system/version dependent msg Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/file/rename_variation12.phpt U php/php-src

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

2010-02-01 Thread Andrey Hristov
andrey Mon, 01 Feb 2010 17:12:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=294317 Log: Fix second bug in that code, + instead of += thus not increasing a pointer and mangling data. Again, ext/mysql and ext/mysqli doesn't have access to this

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/zip/lib/zip_close.c branches/PHP_5_3/ext/zip/lib/zip_close.c trunk/ext/zip/lib/zip_close.c

2010-02-01 Thread Pierre Joye
pajoye Mon, 01 Feb 2010 18:58:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=294320 Log: - fix leak Changed paths: U php/php-src/branches/PHP_5_2/ext/zip/lib/zip_close.c U php/php-src/branches/PHP_5_3/ext/zip/lib/zip_close.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/zip/tests/bug47667.phpt branches/PHP_5_3/ext/zip/tests/bug47667.phpt trunk/ext/zip/tests/bug47667.phpt

2010-02-01 Thread Pierre Joye
pajoye Mon, 01 Feb 2010 19:30:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=294321 Log: - fix test Changed paths: U php/php-src/branches/PHP_5_2/ext/zip/tests/bug47667.phpt U php/php-src/branches/PHP_5_3/ext/zip/tests/bug47667.p

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/zip/lib/zip_close.c branches/PHP_5_2/ext/zip/lib/zip_dirent.c branches/PHP_5_2/ext/zip/lib/zip_file_get_offset.c branches/PHP_5_2/ext/zip/lib/zip_frea

2010-02-01 Thread Pierre Joye
pajoye Mon, 01 Feb 2010 20:56:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=294322 Log: - update to 0.9.3 Changed paths: U php/php-src/branches/PHP_5_2/ext/zip/lib/zip_close.c U php/php-src/branches/PHP_5_2/ext/zip/lib/zip_diren

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/Zend/tests/bug48667_1.phpt branches/PHP_5_2/Zend/tests/bug48667_2.phpt branches/PHP_5_2/Zend/zend_interfaces.c branches/PHP_5_

2010-02-01 Thread Hannes Magnusson
On Mon, Feb 1, 2010 at 14:45, Etienne Kneuss wrote: > colder                                   Mon, 01 Feb 2010 13:45:57 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=294304 > > Log: > Fix #48667 (Implementing Iterator and IteratorAggregate is now restricted in > both order

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

2010-02-01 Thread Pierre Joye
pajoye Mon, 01 Feb 2010 21:20:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=294323 Log: - missing patch (update to 0.9.3) Changed paths: U php/php-src/branches/PHP_5_2/ext/zip/lib/zipint.h U php/php-src/branches/PHP_5_3/ext/zip/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/zend_interfaces.c branches/PHP_5_3/Zend/zend_interfaces.c trunk/Zend/zend_interfaces.c

2010-02-01 Thread Etienne Kneuss
colder Tue, 02 Feb 2010 04:49:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=294333 Log: Remove trailing dots Changed paths: U php/php-src/branches/PHP_5_2/Zend/zend_interfaces.c U php/php-src/branches/PHP_5_3/Zend/zend_interface