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
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
===
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
=
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:
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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/
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
21 matches
Mail list logo