History log of /php-src/NEWS (Results 9851 – 9875 of 15459)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 77b97de8 22-Dec-2011 Xinchen Hui

Fix bug #60591 (Memory leak when access a non-exists file)

Revision tags: php-5.4.0RC4
# 48a688ff 22-Dec-2011 Stanislav Malyshev

back to dev

# 1a796927 22-Dec-2011 Stanislav Malyshev

5.4.0rc4

# 2f62602c 19-Dec-2011 Xinchen Hui

Fixed bug #60558 (Invalid read and writes)
Re-Fixed bug #60536 (Traits Segfault)
#Thanks to tony2001, I found the previous fix -r321089 is actually not a correct one.
#The key problem the

Fixed bug #60558 (Invalid read and writes)
Re-Fixed bug #60536 (Traits Segfault)
#Thanks to tony2001, I found the previous fix -r321089 is actually not a correct one.
#The key problem there is because the traits didn't correct set the property_info.offset
#for private properties. so here come the new fix.

show more ...

# 7fcba87e 19-Dec-2011 Xinchen Hui

Revert previous bad fix, introduce memory leak

# d589d334 19-Dec-2011 Xinchen Hui

Fixed bug #60558 (Invalid read and writes)

# 622412d8 19-Dec-2011 Stanislav Malyshev

implement the solution for isset/string offsets, fix bug #60362

# 095cbc48 18-Dec-2011 Scott MacVicar

Fix segfault in older versions of OpenSSL (before 0.9.8i)

# beda5efd 18-Dec-2011 Scott MacVicar

Fix segfault in older versions of OpenSSL (before 0.9.8i)

# 80ab6987 16-Dec-2011 Xinchen Hui

Fixed bug #60523 (PHP Errors are not reported in browsers using built-in SAPI)

# 01dc4763 16-Dec-2011 Xinchen Hui

Fixed bug #60536 (Traits Segfault)
# this is a tough one, I think I should explain
# Zend use zend_object->properties_table both as zval ** and zval ***
# if a zend_object->properties is

Fixed bug #60536 (Traits Segfault)
# this is a tough one, I think I should explain
# Zend use zend_object->properties_table both as zval ** and zval ***
# if a zend_object->properties is not initialized, the properties_table is zval **
# while in rebuild_object_properties, zend will store the zval ** to zend_object->properties
# then stash the zval ***(ie, zobj->properties_table[0] is zval ** now) to zobj->properties_table[0]
# so when a zend_object inherit form multi parent and these parent have a same property_info->offset
# properties, will result in a repeat zval **->zval ** transform, which will lead to a segmentfault
# *may be* this fix is not the best fix, we should not use this tricky way, and rewrite this mechanism.

show more ...

# 0d1998e3 15-Dec-2011 Dmitry Stogov

Added max_input_vars directive to prevent attacks based on hash collisions

# 6fb3897f 14-Dec-2011 Dmitry Stogov

Added max_input_vars directive to prevent attacks based on hash collisions

# b2bf4663 12-Dec-2011 Popa Adrian Marius

bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird

# 74d2b2f0 11-Dec-2011 Gustavo André dos Santos Lopes

- Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together
with the last read.

# 665ff344 09-Dec-2011 Xinchen Hui

typo, sorry

# 147c4142 09-Dec-2011 Xinchen Hui

Fixed bug #60477 (Segfault after two multipart/form-data POST requests)

# 451263f7 08-Dec-2011 Johannes Schlüter

- Back to -dev

Revision tags: php-5.3.9RC3
# 4307bd57 08-Dec-2011 Johannes Schlüter

- 5.3.9RC3

# 52169a44 08-Dec-2011 Johannes Schlüter

- These changes were done after RC2.

Revision tags: php-5.4.0RC3
# 8559b095 08-Dec-2011 Stanislav Malyshev

back to dev

# 00f2a9b2 08-Dec-2011 Stanislav Malyshev

5.4.0rc3

# 287e1917 07-Dec-2011 Scott MacVicar

Make sure that we set the strong crypto result to false as well as returning false.

# 5aa1fb60 07-Dec-2011 Xinchen Hui

Implemented FR #54514 (Get php binary path during script execution).

# 9aaec1c6 06-Dec-2011 Derick Rethans

- Fixed bug number.

1...<<391392393394395396397398399400>>...619