History log of /php-src/NEWS (Results 10901 – 10925 of 15465)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 44a5b8e4 01-Apr-2010 Stanislav Malyshev

fix #49192 - crash in GC when get_properties handler returns null

# a3857fd9 01-Apr-2010 Stanislav Malyshev

fix #51394 - try harder to find script lineno when exception happens

# 311ab2c8 01-Apr-2010 Andrey Hristov

Fixed bug #51347 mysqli_close / connection memory leak
Streams API registers every stream as resource, which lands then
in EG(regular_list), however doesn't clean that when the stream is

Fixed bug #51347 mysqli_close / connection memory leak
Streams API registers every stream as resource, which lands then
in EG(regular_list), however doesn't clean that when the stream is
closed. At the end this is a para-leak. At the end of the script
all memory is cleaned, however this is a problem for long runnig
scripts that open connections. For every opened and closed connection
about 150 Bytes on 32bit and 250 Bytes on 64bit will be "lost",
according to memory_get_usage().

show more ...

# fac463ed 31-Mar-2010 Rasmus Lerdorf

Moved to 5.3

# a5b5743d 31-Mar-2010 Rasmus Lerdorf

full_special_chars filter from trunk - approved by johannes

# 4d75c644 31-Mar-2010 Rasmus Lerdorf

Added the full htmlspecialchars() functionality which includes utf-8
validation as a default filter.

# 9692a361 31-Mar-2010 Rasmus Lerdorf

Set session.entropy_file to /dev/urandom or /dev/arandom by
default if present at compile-time. Addresses part of bug #51436

# 26af5759 30-Mar-2010 Johannes Schlüter

Add ReflectionZendExtension class and --rz option to CLI

# 347e2bce 30-Mar-2010 Johannes Schlüter

Add ReflectionExtension::isTemporary() and ReflectionExtension::isPersistent().

# 658fe1d0 30-Mar-2010 Ilia Alshanetsky

Upgraded bundled sqlite to version 3.6.23.1

# 005df4f0 30-Mar-2010 Ilia Alshanetsky

Upgraded bundled sqlite to version 3.6.23.1

# e99039d6 29-Mar-2010 Ilia Alshanetsky

Upgraded bundled PCRE to version 8.02.

# 6e92347d 29-Mar-2010 Ilia Alshanetsky

Upgraded bundled PCRE to version 8.02.

# 53cfb3d5 26-Mar-2010 Adam Harvey

Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone).

# e52fa002 24-Mar-2010 Michael Maclean

Add Tokyo Cabinet abstract DB support to ext/dba

# 3842a993 24-Mar-2010 Martin Jansen

Added Jenkins's one-at-a-time hash support to ext/hash.

# e4e9eaef 23-Mar-2010 Michael Maclean

Minor fix to constants registered in ext/hash, and update NEWS

# 906dd4ea 23-Mar-2010 Rasmus Lerdorf

Switch default_charset, if not specified, from ISO-8859-1 to UTF-8
I have been wanting to make this change for years, but there is a small
chance of BC issues, so it shouldn't go into a minor

Switch default_charset, if not specified, from ISO-8859-1 to UTF-8
I have been wanting to make this change for years, but there is a small
chance of BC issues, so it shouldn't go into a minor release.

show more ...

# b7f26585 23-Mar-2010 Derick Rethans

- Set trunk version.

# 995d15eb 22-Mar-2010 Ilia Alshanetsky

Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).

# 3488cd43 20-Mar-2010 Felipe Pena

- Fixed bug #49429, #51331 (odbc_autocommit doesn't work)

# d8da372f 13-Mar-2010 Raphael Geissert

Fix CVE-2010-0397: null pointer dereference when processing invalid XML-RPC
requests (bug #51288)

# f60946eb 11-Mar-2010 Adam Harvey

Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).

# 78cf85ab 10-Mar-2010 Felipe Pena

- Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl version 7.10.1)
patch by: aron dot ujvari at microsec dot hu

# bdbb2e77 09-Mar-2010 Adam Harvey

Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0).

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