History log of /PHP-5.4/ (Results 201 – 225 of 52196)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.5.18RC1, php-5.6.1
287c91c128-Sep-2014 Stanislav Malyshev

Fix bug #68113 (Heap corruption in exif_thumbnail())

ab0939e529-Sep-2014 Stanislav Malyshev

Fix bug #68089 - do not accept options with embedded \0

Conflicts:
ext/curl/interface.c

56754a7f28-Sep-2014 Stanislav Malyshev

Fixed bug #68044: Integer overflow in unserialize() (32-bits only)

8841277229-Sep-2014 Stanislav Malyshev

Fix bug #68027 - fix date parsing in XMLRPC lib

82b07b6210-Oct-2014 Ard Biesheuvel

update NEWS

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

26ff3a4c03-Oct-2014 George Wang

Fixed a bug that causes crash when environment variable is access while parsing php.ini

4e7b31a003-Oct-2014 Sara Golemon

Add hash to EXTENSIONS file

fcbe20d328-Sep-2014 Matthew Daley

Set an LDAP error code when failing ldap_bind due to null bytes

Some applications check a LDAP link's error code after seeing ldap_bind
fail due to a null byte bind attempt and hence inc

Set an LDAP error code when failing ldap_bind due to null bytes

Some applications check a LDAP link's error code after seeing ldap_bind
fail due to a null byte bind attempt and hence incorrectly receive the
last set error code.

Fix by setting an LDAP error code before returning in this case.

show more ...

2711948d27-Sep-2014 Johannes Schlüter

This test should pass

16e2d95426-Sep-2014 Derick Rethans

- Updated to version 2014.8 (2014h)

28ed011926-Sep-2014 Stanislav Malyshev

update NEWS

408b172026-Sep-2014 Stanislav Malyshev

Revert xp_ssl.c to the state of 5.4.32 due to regressions

Revision tags: php-5.6.2
e64da8c220-Sep-2014 Ard Biesheuvel

Fixed bug #66242 (don't assume char is signed)

This fixes a bug in libmagic where a cast to 'char' is assumed to result
in sign extension to occur. However, unqualified 'char' is unsigne

Fixed bug #66242 (don't assume char is signed)

This fixes a bug in libmagic where a cast to 'char' is assumed to result
in sign extension to occur. However, unqualified 'char' is unsigned on
architectures such as ARM, so the cast needs to be to 'signed char'
explicitly.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

show more ...

Revision tags: php-5.4.33, php-5.5.17
00525b8216-Sep-2014 Matteo Beccati

Fixed freetype test on multiple environments

Some environments, apparently regardless to the freetype version, output 155, while others 156. I guess we can accept both ;)

This rever

Fixed freetype test on multiple environments

Some environments, apparently regardless to the freetype version, output 155, while others 156. I guess we can accept both ;)

This reverts commit 592df890276604c790d02be26b1b3c3710b3b888.

show more ...

2775dc2b15-Sep-2014 Remi Collet

Fix NEWS
- #65641 mod_proxy-fcgi is not fixed (still open)
- #67606 mod_fastcgi is fixed in ee275e34c8b303945945c650d4bc90dcc2ac0b17

Revision tags: php-5.6.1RC1
3728449109-Sep-2014 Daniel Lowrey

Bug #41631: Fix regression from first attempt (6569db8)

f86b219309-Sep-2014 Daniel Lowrey

Bug #67965: Fix blocking behavior in non-blocking crypto streams

99f0760b09-Sep-2014 Tjerk Meesters

Fixed #67985 - Incorrect last used array index copied to new array after unset

In master zend_array_dup() is used to do this properly; this is a workaround.

d2e1a04b09-Sep-2014 George Wang

Fine tuned the order of adding request variables.

582f42b803-Sep-2014 George Wang

Update LSAPI to 6.7, added support for 'filter_input'.
Fixed a crash in CLI mode.

Revision tags: php-5.5.17RC1
592df89003-Sep-2014 Matteo Beccati

Fixed test with freetype >= 2.4.12

5e95b61602-Sep-2014 Stanislav Malyshev

5.4.34 is next

Revision tags: php-5.4.33RC1
fe551c0802-Sep-2014 Stanislav Malyshev

Revert "Fix bug #67644 - Memory corruption & crash during ob_start function callback"

This reverts commit 53fa6c5b6b5b09059ba54c8912d0c0aef57aa4ff.
The change breaks tests, so not puttin

Revert "Fix bug #67644 - Memory corruption & crash during ob_start function callback"

This reverts commit 53fa6c5b6b5b09059ba54c8912d0c0aef57aa4ff.
The change breaks tests, so not putting it into 5.4.

show more ...

53fa6c5b31-Aug-2014 Stanislav Malyshev

Fix bug #67644 - Memory corruption & crash during ob_start function callback

30aceaf101-Sep-2014 Stanislav Malyshev

update NEWS

12345678910>>...2088