History log of /PHP-5.4/ (Results 551 – 575 of 52196)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0ea731fc08-Apr-2014 Popa Adrian Marius

cleanup

cc20351108-Apr-2014 Popa Adrian Marius

Fixes bug #66071: isc_interprete is unsafe and deprecated , it is replaced with fb_iterpret

a0beddf505-Apr-2014 Anatol Belski

Fixed bug #66084 simplexml_load_string() mangles empty node name

7e5de3a103-Apr-2014 Stanislav Malyshev

cleanup NEWS

d08b4dbf03-Apr-2014 Michael Wallner

Fix Bug #66736 fpassthru broken

7ab5c59303-Apr-2014 Michael Wallner

Fix bug #66182 exit in stream filter produces segfault

Unfortunately, a segv caused by exit cannot be tested reliably.

1ec83d4402-Apr-2014 Michael Wallner

Fixed bug #61019 (Out of memory on command stream_get_contents)

91a9d24a02-Apr-2014 Michael Wallner

Fix bug #64330

stream_socket_server() creates wrong Abstract Namespace UNIX sockets

f244513f01-Apr-2014 Anatol Belski

updated NEWS

fca1501e01-Apr-2014 Anatol Belski

added test for bug #53965

3cb056f501-Apr-2014 Anatol Belski

Fixed bug #53965 <xsl:include> cannot find files w/ relative paths when loaded w/ "file://"

fca331ca31-Mar-2014 Remi Collet

NEWS

2c204a5531-Mar-2014 Remi Collet

Fixed Bug #66987 Memory corruption in fileinfo ext (bigendian)

On little endian:
map->p == php_magic_database
map->magic[i] = pointer into the map

ma

Fixed Bug #66987 Memory corruption in fileinfo ext (bigendian)

On little endian:
map->p == php_magic_database
map->magic[i] = pointer into the map

map->p == NULL
map->magic[i] = pointer to allocated memory

On big endian (ppc64, s390x, ...):
map->p != php_magic_database and map->p != NULL
map->magic[i] = pointer into a copy of the map

Trying to efree pointer in the later cause memory corruption
Thanks to dkatulek / Red Hat for the report.

show more ...

1283722527-Mar-2014 Anatol Belski

update lib versions

170cf3ec25-Mar-2014 Derick Rethans

- Updated to version 2014.2 (2014b)

3616db6d25-Mar-2014 Remi Collet

NEWS

4374a52e25-Mar-2014 Remi Collet

Fixed bug #66946 extensive backtracking in awk rule regular expression
CVE-2013-7345

Applied upstream patch:
https://github.com/file/file/commit/ef2329cf71acb59204dd981e2c6cce6c81fe4

Fixed bug #66946 extensive backtracking in awk rule regular expression
CVE-2013-7345

Applied upstream patch:
https://github.com/file/file/commit/ef2329cf71acb59204dd981e2c6cce6c81fe467c

Add the magicdata.patch to track patches applied to upstream data file.

show more ...

1df558c625-Mar-2014 Remi Collet

Fixed bug #66946 extensive backtracking in awk rule regular expression
CVE-2013-7345

Applied upstream patch:
https://github.com/file/file/commit/ef2329cf71acb59204dd981e2c6cce6c81fe4

Fixed bug #66946 extensive backtracking in awk rule regular expression
CVE-2013-7345

Applied upstream patch:
https://github.com/file/file/commit/ef2329cf71acb59204dd981e2c6cce6c81fe467c

Add the magicdata.patch to track patches applied to upstream data file.

show more ...

6612e1ba24-Mar-2014 Anatol Belski

more fixes related to bug #65715

5efda76324-Mar-2014 Anatol Belski

updated NEWS

17a57ad924-Mar-2014 Anatol Belski

Fixed bug #65715 php5embed.lib isn't provided anymore

9b88bc4919-Mar-2014 Stanislav Malyshev

prep for 5.4.27 rc1

b30304fb18-Mar-2014 Derick Rethans

- Updated to version 2014.1 (2014a)

497b918e18-Mar-2014 Mateusz Kocielski

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
Fixed off-by-one in php_url_parse_ex

Conflicts:
ext/standard/url.c


46566b7818-Mar-2014 Mateusz Kocielski

Fixed off-by-one in php_url_parse_ex

Change order of condition, previously pointer could be derefrenced before
bound check was done.

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