iliaaThu, 08 Mar 2012 20:14:26 +
Revision: http://svn.php.net/viewvc?view=revision&revision=324027
Log:
Fixed bug #60842, #51775 (Chunked response parsing error when chunksize length
line is > 10 bytes).
Bugs: https://bugs.php.net/60842 (Open) CR+LF bug o
johannes Thu, 08 Mar 2012 12:52:12 +
Revision: http://svn.php.net/viewvc?view=revision&revision=324022
Log:
Use correct property ctor, should fix threading issue in bug #55334
# The code was refactored in 5_4/trunk, no need to merge
Bug: https://bugs.php.net/5
cataphract Thu, 08 Mar 2012 12:39:48 +
Revision: http://svn.php.net/viewvc?view=revision&revision=324021
Log:
- Oops committed old version of the patch in r324020. Fixed. See bug #61253.
Bug: https://bugs.php.net/61253 (Assigned) Wrappers opened with errors
con
cataphract Thu, 08 Mar 2012 12:30:59 +
Revision: http://svn.php.net/viewvc?view=revision&revision=324020
Log:
- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions tha
The branch PHP_POST_RECEIVE on karma.git has been updated
via e41adefbee4ab8758d42a360eeaecd5e22bb7e30 (commit)
from 46adcc9c1571d5a20660ca49b2762189a1495786 (commit)
http://git.php.net/?p=karma.git;a=log;h=e41adefbee4ab8758d42a360eeaecd5e22bb7e30;hp=46adcc9c1571d5a20660ca49b2762189
cataphract Thu, 08 Mar 2012 08:52:28 +
Revision: http://svn.php.net/viewvc?view=revision&revision=324014
Log:
- Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTed
rows on postgresql >= 9
Bug: https://bugs.php.net/61267 (Open) pdo_pgsql's