History log of /php-src/NEWS (Results 9651 – 9675 of 15459)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# b4aea526 22-Mar-2012 Ilia Alshanetsky

Fixed bug #61423 (gzip compression fails).

# 2d2995f3 21-Mar-2012 Gustavo André dos Santos Lopes

Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831)

Merge commit 'refs/pull/12/head' of git://github.com/php/php-src into 5.3

Signed-off-by: Gustavo André dos Santo

Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831)

Merge commit 'refs/pull/12/head' of git://github.com/php/php-src into 5.3

Signed-off-by: Gustavo André dos Santos Lopes <cataphract@php.net>

show more ...


# 24a57ae9 21-Mar-2012 Rasmus Lerdorf

NEWS entry for readline fix

# 09e367db 21-Mar-2012 Dmitry Stogov

Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4


# 0f001703 21-Mar-2012 Gustavo André dos Santos Lopes

Fixed bug #61453.

The "hash" function used strncpy on data that would have NUL bytes, ending the
copy prematurely and causing collisions between objects.

# a8cc0b05 21-Mar-2012 Dmitry Stogov

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
Fixed bug #49853 (Soap Client stream context header option ignored)

Conflicts:
NEWS
ext/soap/php_sdl.c


# 657547f8 21-Mar-2012 Dmitry Stogov

Fixed bug #49853 (Soap Client stream context header option ignored)

# fda25d97 21-Mar-2012 Pierre Joye

- update NEWS

# 9dcfb8c7 21-Mar-2012 Ilia Alshanetsky

Fixed bug #61461 (missing checks around malloc() calls).

# 5709f7dd 19-Mar-2012 Ilia Alshanetsky

Merge branch '53' into 54

* 53:
Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).


# edb57810 19-Mar-2012 Ilia Alshanetsky

Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).

# 227112cb 18-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
when get_properties returns a hash table with (inaccessible) dynamic
numeric properties).

# 714f1ff4 18-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
FilesystemIterator's iterators are requested more than once without
having had its dtor callback called in between).

# ef19fba2 17-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
fixing bug #61115. This better

- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition
for deleting the context was too broad) and so prevents segfaults in new
circumstances (where the inhibition was not broad enough).

show more ...

# 9bfe8010 17-Mar-2012 Ilia Alshanetsky

Fixed typo

# 9aec9ccd 16-Mar-2012 Adam Harvey

Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.

# 1ef5fa87 15-Mar-2012 Ilia Alshanetsky

Fixed bug #60947 (Segmentation fault while executing ibase_db_info)

# 2dee9ec9 15-Mar-2012 Ilia Alshanetsky

Fixed bug #60947 (Segmentation fault while executing ibase_db_info)

# 601d17d1 14-Mar-2012 Ilia Alshanetsky

Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).

# 0af900f9 14-Mar-2012 Ilia Alshanetsky

Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).

# ed985799 13-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61374: html_entity_decode tries to decode code points that don't
exist in ISO-8859-1.

# 403110fc 13-Mar-2012 Pierre Joye

- add CVE

# 9c886ea5 12-Mar-2012 Ilia Alshanetsky

Fixed bug #60222 (time_nanosleep() does validate input params).

# 4cccba09 12-Mar-2012 Ilia Alshanetsky

Fixed bug #60222 (time_nanosleep() does validate input params).

# 79a06bf8 12-Mar-2012 Rasmus Lerdorf

Remove reference to "default_charset" here since the it isn't
really about the ini option at all. That only comes into play
when you force it by passing and empty encoding string to those

Remove reference to "default_charset" here since the it isn't
really about the ini option at all. That only comes into play
when you force it by passing and empty encoding string to those
functions.

show more ...

1...<<381382383384385386387388389390>>...619