History log of /php-src/NEWS (Results 10276 – 10300 of 15462)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 4bf9334a 24-May-2011 Felipe Pena

- Fixed bug #50363 (Invalid parsing in convert.quoted-printable-decode filter)
Patch by: slusarz at curecanti dot org

# e38369c5 24-May-2011 Pierre Joye

- Fix #54721, different Hashes on Windows, BSD and Linux on wrong Salt size

# 5cf61f4d 24-May-2011 Felipe Pena

- Add CVE to bug entry

# e9f4cfd6 24-May-2011 Felipe Pena

- Fixed stack buffer overflow in socket_connect().
Found by: Mateusz Kocielski, Marek Kroemeke and Filip Palian

# b7eb3c1c 23-May-2011 Dmitry Stogov

Arithmetic speedup. Inlined most probable code-paths for arithmetic operations directly into executor.

# 00169ec0 23-May-2011 Felipe Pena

- Fixed bug #54529 (SAPI crashes on apache_config.c:197)
patch by: hebergement at riastudio dot fr

# 508f9266 22-May-2011 Felipe Pena

- Fixed bug #54269 (Short exception message buffer causes crash)

# ba8ce4a6 21-May-2011 Rasmus Lerdorf

Increase the overly conservative pcre backtrack limit from 100000 to 1000000

# f7e6e6ce 20-May-2011 Felipe Pena

- Fixed bug #54895 (Fix compiling with older gcc version without need for membar_producer macro)
patch by: mhei at heimpold dot de

# 30f19bd5 20-May-2011 Scott MacVicar

Allow management of your own padding in openssl_encrypt/decrypt.

For using mcrypt / openssl interchangeabley managing your own padding is the only solution.

# 6f3c7a8b 19-May-2011 Felipe Pena

- Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick)

# e40c470c 19-May-2011 Rasmus Lerdorf

Fix bug 54866

# fceeb296 19-May-2011 Rasmus Lerdorf

Should probably have a note on the autoconf 2.60+ requirement here

# c24ef71e 19-May-2011 Rasmus Lerdorf

Decouple <?= from the short_tags setting and make it always enabled

# 3e17b490 16-May-2011 Johannes Schlüter

- Fix Bug #53782 (foreach throws irrelevant exception)

# 27fc1b88 13-May-2011 Scott MacVicar

Update bundled PCRE to 8.12

# 66ce68e7 13-May-2011 Scott MacVicar

Update bundled SQLite to 3.7.6.2

# a0857d56 13-May-2011 Scott MacVicar

Fixed bug #54723 - getimagesize() doesn't check the full ico signature and misreports mpg files

# 20f4ea9d 09-May-2011 Andrey Hristov

here comes the news

# 4a8eeb7a 09-May-2011 Johannes Schlüter

- Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h)

# cde80bd8 07-May-2011 Felipe Pena

- BFN #54681

# a2e0e256 01-May-2011 Gustavo André dos Santos Lopes

- Fixed bug #54580 (get_browser() segmentation fault when the browscap ini
directive is set in activation time). This commit fixes this by adding a per
request parsing of the browscap fil

- Fixed bug #54580 (get_browser() segmentation fault when the browscap ini
directive is set in activation time). This commit fixes this by adding a per
request parsing of the browscap file that's when get_browser is called the
first time and the directive is set on activation time.w

show more ...

# 6df67ace 01-May-2011 Gustavo André dos Santos Lopes

- Fixed bug #54623 (Segfault when when writing to a persistent socket after
closing a copy of the socket).

# 3841295b 29-Apr-2011 Pierrick Charron

Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE. FR #51815
# MFH. This addition was already committed to trunk and is backported as requested in #54622

# fc7ee596 28-Apr-2011 Ilia Alshanetsky

#doc
Added 3rd parameter to filter_var_array() and filter_input_array()
functions that allows disabling addition of empty elements

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