History log of /PHP-5.4/ (Results 76 – 100 of 52196)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4ceb7b4613-May-2015 Stanislav Malyshev

5.4.42 next

Revision tags: php-5.4.41
f473ea5412-May-2015 Stanislav Malyshev

fix format

2f83797a12-May-2015 Stanislav Malyshev

update NEWS

9c0813fd11-May-2015 Stanislav Malyshev

Add test for bug #69522

634aa0a211-May-2015 Stanislav Malyshev

Update tests

ba1d9cc411-May-2015 Stanislav Malyshev

Fix bug #69522 - do not allow int overflow

e2bbf0a210-May-2015 Stanislav Malyshev

Forgot test file

c591f02210-May-2015 Stanislav Malyshev

Fix bug #69403 and other int overflows

be9b2a9510-May-2015 Stanislav Malyshev

Fixed bug #69418 - more s->p fixes for filenames

4605d53610-May-2015 Stanislav Malyshev

Fixed bug #69364 - use smart_str to assemble strings

c27f012b30-Apr-2015 Stanislav Malyshev

Fix bug #69453 - don't try to cut empty string

ac28329330-Apr-2015 Stanislav Malyshev

Fix bug #69545 - avoid overflow when reading list

95fa727930-Apr-2015 Stanislav Malyshev

Upgrade to PCRE 8.37 due to various bugfixes

Revision tags: php-5.6.9RC1, php-5.5.25RC1
9c5c3ff028-Apr-2015 Anatol Belski

fix VC9 build with PCRE

23917b4528-Apr-2015 Stanislav Malyshev

Upgrade PCRE to 8.36, it fixes some crashes

We probably will need to go to 8.37 once it is released.


NEWS
ext/pcre/pcrelib/AUTHORS
ext/pcre/pcrelib/ChangeLog
ext/pcre/pcrelib/HACKING
ext/pcre/pcrelib/LICENCE
ext/pcre/pcrelib/NEWS
ext/pcre/pcrelib/README
ext/pcre/pcrelib/config.h
ext/pcre/pcrelib/doc/pcre.txt
ext/pcre/pcrelib/pcre.h
ext/pcre/pcrelib/pcre_chartables.c
ext/pcre/pcrelib/pcre_compile.c
ext/pcre/pcrelib/pcre_config.c
ext/pcre/pcrelib/pcre_exec.c
ext/pcre/pcrelib/pcre_fullinfo.c
ext/pcre/pcrelib/pcre_globals.c
ext/pcre/pcrelib/pcre_internal.h
ext/pcre/pcrelib/pcre_maketables.c
ext/pcre/pcrelib/pcre_printint.src
ext/pcre/pcrelib/pcre_study.c
ext/pcre/pcrelib/pcre_tables.c
ext/pcre/pcrelib/pcre_ucd.c
ext/pcre/pcrelib/pcre_valid_utf8.c
ext/pcre/pcrelib/pcre_xclass.c
ext/pcre/pcrelib/pcreposix.c
ext/pcre/pcrelib/testdata/grepinput8
ext/pcre/pcrelib/testdata/grepoutput
ext/pcre/pcrelib/testdata/grepoutput8
ext/pcre/pcrelib/testdata/grepoutputN
ext/pcre/pcrelib/testdata/testinput1
ext/pcre/pcrelib/testdata/testinput10
ext/pcre/pcrelib/testdata/testinput2
ext/pcre/pcrelib/testdata/testinput3
ext/pcre/pcrelib/testdata/testinput4
ext/pcre/pcrelib/testdata/testinput5
ext/pcre/pcrelib/testdata/testinput6
ext/pcre/pcrelib/testdata/testinput7
ext/pcre/pcrelib/testdata/testinput8
ext/pcre/pcrelib/testdata/testinput9
ext/pcre/pcrelib/testdata/testoutput1
ext/pcre/pcrelib/testdata/testoutput10
ext/pcre/pcrelib/testdata/testoutput2
ext/pcre/pcrelib/testdata/testoutput3
ext/pcre/pcrelib/testdata/testoutput4
ext/pcre/pcrelib/testdata/testoutput5
ext/pcre/pcrelib/testdata/testoutput6
ext/pcre/pcrelib/testdata/testoutput7
ext/pcre/pcrelib/testdata/testoutput8
ext/pcre/pcrelib/testdata/testoutput9
ext/pcre/pcrelib/ucp.h
ext/pcre/tests/bug37911.phpt
ext/pcre/tests/grep2.phpt
ext/pcre/tests/match_flags3.phpt
ext/pcre/upgrade-pcre.php
983f155e17-Apr-2015 Hannes Magnusson

phpweb now publishes SHA256s -- and please don't cc php-announce@ - make it seperate mail

Revision tags: php-5.6.8, php-5.5.24, php-5.4.40
0d562a8f15-Apr-2015 Xinchen Hui

Fixed res leak

cee9722014-Apr-2015 Dmitry Stogov

Fixed recently introduced memory leak

9af582bb14-Apr-2015 Stanislav Malyshev

fix non-standard C

e10272c614-Apr-2015 Stanislav Malyshev

5.4.41 next

d3aeb8a214-Apr-2015 Stanislav Malyshev

Merge branch 'PHP-5.4.40' into PHP-5.4

* PHP-5.4.40:
update NEWS
Fix bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode)
fix memory leak & add test

Merge branch 'PHP-5.4.40' into PHP-5.4

* PHP-5.4.40:
update NEWS
Fix bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode)
fix memory leak & add test
Fix tests
fix CVE num
Fix bug #69337 (php_stream_url_wrap_http_ex() type-confusion vulnerability)
Fix test
Additional fix for bug #69324
More fixes for bug #69152
Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)
Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar)
Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER)
Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)
Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault)

show more ...


ae46d1ce13-Apr-2015 Stanislav Malyshev

fix CVE num

d734e75514-Apr-2015 Stanislav Malyshev

update NEWS

aa2eca2e14-Apr-2015 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.4.40

* PHP-5.4:
fix CVE num


f59b67ae14-Apr-2015 Stanislav Malyshev

Fix bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode)

12345678910>>...2088