History log of /php-src/NEWS (Results 10801 – 10825 of 15465)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 50a1b1d0 17-May-2010 Pierre Joye

- #43233

# df59ed1c 17-May-2010 Pierre Joye

- 51844

# 059e2be1 17-May-2010 Dmitry Stogov

Fixed a possible crash because of recursive GC invocation

# c9fc939b 14-May-2010 Felipe Pena

- Fixed bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters)

# 1386a6fc 14-May-2010 Pierrick Charron

Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE.

# 32a09f39 13-May-2010 Dmitry Stogov

Fixed a possible resource destruction issues in shm_put_var()

# 24704df3 13-May-2010 Dmitry Stogov

Fixed a possible memory corruption in ArrayObject::uasort() Reported by Stefan Esser

# a8cad398 13-May-2010 Felipe Pena

- Fixed bug #51791 (constant() aborts execution when fail to check undefined constant)

# 1fd85e29 12-May-2010 Sara Golemon

Rename JSON_Serializable to JsonSerializable per ML discussion

# 24a1dbab 12-May-2010 Dmitry Stogov

Fixed a possible memory corruption in parse_str(). Reported by Stefan Esser

# f94a437d 12-May-2010 Dmitry Stogov

Fixed a possible information leak because of interruption of XOR operator

# 27ef344f 12-May-2010 Dmitry Stogov

Fixed a possible memory corruption in pack(). Reported by Stefan Esser

# ad157979 12-May-2010 Michael Wallner

Fixed bug #51725 (xmlrpc_get_type() returns true on invalid dates). (Mike)

# cfce0a98 11-May-2010 Arnaud Le Blanc

NEWS

# c2b911a0 11-May-2010 Dmitry Stogov

Fixed bug #49893 (Crash while creating an instance of Zend_Mail_Storage_Pop3)

# d4828ccd 11-May-2010 Andrey Hristov

here comes the news, too

# 57f8649e 11-May-2010 Dmitry Stogov

Fixed a possible memory corruption in substr_replace()

# 5b18acdc 11-May-2010 Dmitry Stogov

Fixed a possible memory corruption because of unexpected call-time pass by refernce and following memory clobbering through callbacks.

# 962aa93e 11-May-2010 Andrey Hristov

Fix for bug #51605 (Mysqli zombie links)

# 0a4054d8 07-May-2010 Hannes Magnusson

NEWS is not docs and limit lines to 80chars

# d5800f88 06-May-2010 Dmitry Stogov

Optimized access to static properties using executor specialization. A constant class name may be used as a direct operand of ZEND_FETCH_* instruction without previous ZEND_FETCH_CLASS.

# 77b2e546 06-May-2010 Dmitry Stogov

Fixed PDO objects binary incompatibility

# 1381b14e 05-May-2010 Sara Golemon

Add JSON_Serializable interface
Objects implementing JSON_Serializable will have
their ->jsonSerialize() method called

Similar to serialize() and __sleep()

# 1e96fbe4 05-May-2010 Rob Richards

fix bug #48601 (xpath() returns FALSE for legitimate query)
add test

# 617e8a4f 04-May-2010 Rob Richards

fix bug #49490 (XPath namespace prefix conflict)
add test

1...<<431432433434435436437438439440>>...619