History log of /php-src/NEWS (Results 10351 – 10375 of 15462)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# e68e2893 13-Mar-2011 Pierrick Charron

# Revert bug fix (will commit it again on 5.3 branch when 5.3.6 will be released)

# ee832705 13-Mar-2011 Pierrick Charron

Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment)

Revision tags: php-5.3.6RC3
# 5009770d 09-Mar-2011 Johannes Schlüter

- PHP 5.3.6RC3

# c7e7de34 08-Mar-2011 Felipe Pena

- Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance segfaults)

# d3843846 08-Mar-2011 Antony Dovgal

fix typppo

# e1a746fa 08-Mar-2011 Felipe Pena

- assign CVE

# 4653ef06 08-Mar-2011 Felipe Pena

- Missing "reported by" info

# 06e475e5 08-Mar-2011 Felipe Pena

- Fixed bug #54193 (Integer overflow in shmop_read())

# 5c8d7668 06-Mar-2011 Sebastian Bergmann

Fix speling.

# 3986e515 06-Mar-2011 Felipe Pena

- Reverted fix for bug #54167 (to be committed in soon)

# 2f3f629f 05-Mar-2011 Felipe Pena

- Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field)
# initial patch by: mjh at hodginsmedia dot com (5.3)
# trunk version by me

# bf5a3715 02-Mar-2011 Johannes Schlüter

Back to -dev

Revision tags: php-5.3.6RC2
# 0ec83644 02-Mar-2011 Johannes Schlüter

PHP 5.2.6RC2

# 5d83ad8c 28-Feb-2011 Ilia Alshanetsky

Fixed bug #54089 (token_get_all() does not stop after __halt_compiler).

# f657ba97 27-Feb-2011 Gustavo André dos Santos Lopes

- Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTP
wrapper).
#php_stream->wrapperdata should hold an array zval (like its zval* type
#indicates...), it's not a pl

- Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTP
wrapper).
#php_stream->wrapperdata should hold an array zval (like its zval* type
#indicates...), it's not a place where the wrapper can drop an arbitrary
#pointer. For that, .wrapperthis should be used.
#Also, since the ftp dir wrapper defines its own stream type, it's more
#appropriate to use .abstract to store the stream instance specific data.

show more ...

# 69ba87b1 21-Feb-2011 Pierre Joye

- fix bug #54061, memory leak in openssl_decrypt

# 5261861d 21-Feb-2011 Pierre Joye

- fix bug #54060, memory leak in openssl_encrypt

# 1b2d14c5 21-Feb-2011 Gustavo André dos Santos Lopes

- Fixed bug #54055 (buffer overrun with high values for precision ini
setting).
#This fix (for g/G/k/H modes) is done at a different level than that for the
#modes e/E/f/F, at a bit hig

- Fixed bug #54055 (buffer overrun with high values for precision ini
setting).
#This fix (for g/G/k/H modes) is done at a different level than that for the
#modes e/E/f/F, at a bit higher level and therefore with less coverage. I
#chose this because it addresses the problem where it is -- the calling function
#that passes a buffer too small to php_gcvt.

show more ...

# 54a7e5d7 20-Feb-2011 Felipe Pena

- Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::getExtension()

# 6c734a6b 19-Feb-2011 Johannes Schlüter

- Implement FR#53878 Interactive shell should work with shared readline extension

# This is useful w/ distributors who like to build all things shared or don't
# provide the readline ext

- Implement FR#53878 Interactive shell should work with shared readline extension

# This is useful w/ distributors who like to build all things shared or don't
# provide the readline extension. Or if a user pefers readline's behavior over
# libedit which might be used by the distributor.

show more ...

# e78a5127 18-Feb-2011 Pierre Joye

- bug #54002 entry

# 5bef6665 17-Feb-2011 Felipe Pena

- Fixed bug #43512 (same parameter name can be used multiple times in method/function definition)

# 18127da5 16-Feb-2011 Johannes Schlüter

Back to -dev

Revision tags: php-5.3.6RC1
# 02d03711 16-Feb-2011 Johannes Schlüter

PHP 5.3.6RC1

# 88448a26 16-Feb-2011 Johannes Schlüter

- WS

1...<<411412413414415416417418419420>>...619