History log of /PHP-5.4/ (Results 701 – 725 of 52196)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
50d50c2f21-Dec-2013 Bob Weinand

Added an opcode to opcode name map
That way extensions etc. don't have to maintain their own lists anymore.
Also as phpdbg is included and needs such a map, it'd be counterproductive to need

Added an opcode to opcode name map
That way extensions etc. don't have to maintain their own lists anymore.
Also as phpdbg is included and needs such a map, it'd be counterproductive to need to change two things on every new opcode.

show more ...

a7c50ccc19-Dec-2013 Boris Lytochkin

keep 'em sorted

bb51d0e419-Dec-2013 Boris Lytochkin

Fixed SNMP_ERR_TOOBIG handling for bulk walk operations

e881334e19-Dec-2013 Derick Rethans

- Updated to version 2013.9 (2013i)

20eb8e4d19-Dec-2013 Remi Collet

Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)

3624a9ca19-Dec-2013 Michael Wallner

Update NEWS handling section of README.GIT-RULES

See http://marc.info/?t=138124004400005&r=1&w=2

2303d0ea17-Dec-2013 Anatol Belski

fixed possibly uninitialized value usage

cbcf6e1808-Dec-2013 Stanislav Malyshev

Fix bug #65873 - Integer overflow in exif_read_data()

68a73ce314-Dec-2013 Anatol Belski

fixed parameter order for zend_throw_exception_ex call

1b3e2c2913-Dec-2013 DQNEO

Fix doc (svn -> git)

cbc98df913-Dec-2013 Julien Pauli

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
Updated release process


3eb2b1ac13-Dec-2013 Julien Pauli

Updated release process

c59f318412-Dec-2013 Michael Wallner

fix test

6f73931811-Dec-2013 Anatol Belski

fix dir separator in cve-2013-6420 test

8650bbc810-Dec-2013 Stanislav Malyshev

5.3.29-dev

c122457308-Dec-2013 Stanislav Malyshev

Fix CVE-2013-6420 - memory corruption in openssl_x509_parse

a0955f3508-Dec-2013 Adam Harvey

Switch to using freetype-config for freetype detection.

This fixes GD compilation against libfreetype 2.5.1 and later after they made
the rather interesting decision to change their incl

Switch to using freetype-config for freetype detection.

This fixes GD compilation against libfreetype 2.5.1 and later after they made
the rather interesting decision to change their include directory layout in a
point release.

The original suggestion in the bug was to use pkg-config, but my inclination is
to use freetype-config instead: we should be able to get the same configuration
information without actually needing pkg-config installed, since pkg-config is
by no means guaranteed to exist on many Unices and distros, whereas
freetype-config should always be present if a libfreetype build environment is
installed. Let's try it out and see what happens.

Fixes bug #64405 (Use freetype-config for determining freetype2 dir(s)).

show more ...

ff89066b11-Dec-2013 Anatol Belski

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
fix dir separator in cve-2013-6420 test


8f1fee6110-Dec-2013 Ard Biesheuvel

Zend: fix overflow handling bug in non-x86 fast_add_function()

The 'result' argument of fast_add_function() may alias with either
of its operands (or both). Take care not to write to 're

Zend: fix overflow handling bug in non-x86 fast_add_function()

The 'result' argument of fast_add_function() may alias with either
of its operands (or both). Take care not to write to 'result' before
reading op1 and op2.

show more ...

b1b23abc10-Dec-2013 Stanislav Malyshev

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

* 'PHP-5.4' of git.php.net:php-src:
Fixed Bug #66218 zend_register_functions breaks reflection


71daf32210-Dec-2013 Stanislav Malyshev

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
5.3.29-dev
Fix CVE-2013-6420 - memory corruption in openssl_x509_parse

Conflicts:
configure.in
mai

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
5.3.29-dev
Fix CVE-2013-6420 - memory corruption in openssl_x509_parse

Conflicts:
configure.in
main/php_version.h

show more ...


3e963f8e10-Dec-2013 Remi Collet

Fixed Bug #66218 zend_register_functions breaks reflection

Functions registered using zend_register_functions instead of zend_module_entry.functions are not seen on reflection.

Ex:

Fixed Bug #66218 zend_register_functions breaks reflection

Functions registered using zend_register_functions instead of zend_module_entry.functions are not seen on reflection.

Ex: additional_functions from api_module_entry.
Ex: in CLI, dl, cli_set_process_title and cli_get_process_title

Note:
- also affects functions overrided in extension
(should be be reported in extension, where overrided, not in original extension)
- also allow extension to call zend_register_functions for various list
(instead of having a single bug list)

show more ...

c062c18d04-Oct-2013 Lior Kaplan

Replace invalid code with a proper #error

This code creates a nasty error as mentioned in bugs #31131, #37062
Patch taken from Debian's PHP package: 044-strtod_arm_fix

b5f5bff906-Dec-2013 Michael Wallner

Fixed bug #61645 (fopen and O_NONBLOCK)

if a mode like "rn" was passed to fopen(), then
php_stream_parse_fopen_modes() would assign O_WRONLY to
flags, because O_NONBLOCK tainted flag

Fixed bug #61645 (fopen and O_NONBLOCK)

if a mode like "rn" was passed to fopen(), then
php_stream_parse_fopen_modes() would assign O_WRONLY to
flags, because O_NONBLOCK tainted flags for the r/w/+ check

show more ...

098d2a5d06-Dec-2013 Michael Wallner

fix possibly uninitialized value

1...<<21222324252627282930>>...2088