History log of /PHP-5.4/ (Results 176 – 200 of 52196)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
034e6dec13-Dec-2014 Andrea Faulds

Fix undefined behaviour in strnatcmp

97df260b11-Dec-2014 Stanislav Malyshev

update NEWS

0323f66f10-Dec-2014 Anatol Belski

move the test to the right place

13f1c27610-Dec-2014 Anatol Belski

Fixed bug #68545 NULL pointer dereference in unserialize.c

dd791cd708-Dec-2014 Dmitry Stogov

Fixed possible read after end of buffer and use after free.

0e985d3705-Dec-2014 Chris Christoff

Revert unintentional docblock change

Revert unintentional docblock change

It looks like commit dd8e59da8f5aafd9d77a0f1f17e5e272d09f643f
introduced an unintended docbloc change.

Revert unintentional docblock change

Revert unintentional docblock change

It looks like commit dd8e59da8f5aafd9d77a0f1f17e5e272d09f643f
introduced an unintended docbloc change. I have reverted this
change in this commit.

show more ...

b28c3eb402-Dec-2014 Ferenc Kovacs

make sure that we don't truncate the stack trace and cause false test failures when the test is executed in a directory with long path

84be568301-Dec-2014 Stanislav Malyshev

update news

Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34
7e870c5907-Oct-2014 Leigh

Bug fixes in light of failing bcrypt tests

Conflicts:
ext/standard/crypt.c

2d9d10fb07-Oct-2014 Leigh

Add tests from 1.3. Add missing tests.

3 of the missing tests fail. // TODO

29f51e1c07-Oct-2014 Leigh

Upgrade crypt_blowfish to version 1.3

7dbc5e5c24-Nov-2014 Stanislav Malyshev

update for LiteSpeed

96cde18422-Nov-2014 Stanislav Malyshev

Revert "made lsapi_main.c compatible with PHP7/phpng ."

This reverts commit 9fb816f45ad9baa46b91514e70f755eb88539e85.
Not a security-related fix.

9fb816f420-Nov-2014 George Wang

made lsapi_main.c compatible with PHP7/phpng .

98b2286412-Nov-2014 Stanislav Malyshev

5.4.36-dev

2323e95d01-Nov-2014 Matteo Beccati

Fixed bug #66584 Segmentation fault on statement deallocation

db5ad4c511-Nov-2014 Ferenc Kovacs

update NEWS

9dfa843a07-Nov-2014 Dmitry Stogov

Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy)

0ddcf2a903-Nov-2014 Stanislav Malyshev

update NEWS

7740edae27-Oct-2014 Remi Collet

Fix bug #63595 GMP memory management conflicts with other libraries using GMP

Drop use of php memory allocators as this raise various conflicts
with other extensions and libraries which

Fix bug #63595 GMP memory management conflicts with other libraries using GMP

Drop use of php memory allocators as this raise various conflicts
with other extensions and libraries which use libgmp.

No other solution found.
We cannot for ensure correct use of allocator with shared lib.

Some memory can allocated before php init
Some memory can be freed after php shutdown

Known broken run cases
- php + curl + gnutls + gmp
- mod_gnutls + mod_php + gnutls + gmp
- php + freetds + gnutls + gmp
- php + odbc + freetds + gnutls + gmp
- php + php-mapi (zarafa) + gnutls + gmp

show more ...

c351b47c03-Nov-2014 Stanislav Malyshev

Initialize the offset table - PCRE may sometimes miss offsets

1a2ec3fc03-Nov-2014 George Wang

set default response code to 200

4d54c4bd22-Oct-2014 Stanislav Malyshev

fix NEWS & version

de4fff0f22-Oct-2014 Remi Collet

NEWS

1803228522-Oct-2014 Remi Collet

Fix bug #68283: fileinfo: out-of-bounds read in elf note headers

Upstream commit
https://github.com/file/file/commit/39c7ac1106be844a5296d3eb5971946cc09ffda0

CVE -2014-3710

12345678910>>...2088