History log of /php-src/NEWS (Results 9851 – 9875 of 15466)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 2a687aed 01-Jan-2012 Stanislav Malyshev

fix bug #54374, bug #55500 - filter file names better, no dangling [s

# c0583851 28-Dec-2011 Dmitry Stogov

Fixed bug #60613 (Segmentation fault with $cls->{expr}() syntax)

# 6238cf5a 27-Dec-2011 Hannes Magnusson

Looks like we need to explicity add libstdc++ on recent linux' too, like fedora 14 and ubuntu 11
This fixes build failures for ext/intl and several pecl exts

# 5e9cf83d 27-Dec-2011 Popa Adrian Marius

Forgot to add the Pdo Firebird related bug to the News

# 2f4875bf 27-Dec-2011 Xinchen Hui

Fix bug #60611 (Segmentation fault with Cls::{expr}() syntax)

# af07705f 22-Dec-2011 Johannes Schlüter

Back to -dev

Revision tags: php-5.3.9RC4
# 712be66d 22-Dec-2011 Johannes Schlüter

PHP 5.3.9RC4

# 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

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