summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix NEWSphp-5.6.29PHP-5.6.29Ferenc Kovacs2016-12-081-1/+1
* fix NEWS formattingFerenc Kovacs2016-12-081-1/+1
* 5.6.29Ferenc Kovacs2016-12-083-4/+8
* fix leak, take 2Anatol Belski2016-12-081-1/+1
* fix leak, take on 5.6Anatol Belski2016-12-082-2/+2
* This still leaks memory, I don't have enough knowledge in WDDX code to fix th...Stanislav Malyshev2016-12-081-1/+2
* Fix bug #73631 - Invalid read when wddx decodes empty boolean elementStanislav Malyshev2016-12-082-0/+24
* 5.6.29RC1php-5.6.29RC1Ferenc Kovacs2016-11-243-4/+4
* Make php_url_parse_ex() respect length argumentNikita Popov2016-11-221-20/+28
* Cleanup parse_url() query/fragment handlingNikita Popov2016-11-221-40/+21
* Cleanup parse_url() gotosNikita Popov2016-11-221-17/+7
* update libs versions.txtAnatol Belski2016-11-221-2/+2
* update NEWSAnatol Belski2016-11-221-0/+3
* Fix bug #73498Craig Duncan2016-11-221-2/+2
* Add a test for bug 73498Craig Duncan2016-11-224-0/+28
* update php.ini-* according to changes for bug #69090Anatol Belski2016-11-212-0/+12
* update NEWSAnatol Belski2016-11-211-0/+3
* add test for bug #73452Anatol Belski2016-11-211-0/+17
* Backport 15ac4904 to 5.6Anatol Belski2016-11-211-5/+26
* Fix the lchwon error test for Travis CI.Mitch Hagstrand2016-11-181-1/+1
* Fix #64526: Add missing mysqlnd.* parameters to php.ini-*Christoph M. Becker2016-11-183-0/+47
* Fixed testDmitry Stogov2016-11-171-1/+1
* Updated NEWSJulien Pauli2016-11-171-0/+4
* Improvement for bug73297Julien Pauli2016-11-171-1/+1
* Simplify ext/standard/tests/http/bug73297.phptRowan Collins2016-11-171-26/+18
* http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responsesRowan Collins2016-11-171-0/+18
* Add failing test for bug#73297Rowan Collins2016-11-171-0/+41
* Accorate handling of too big inodes of chroot directoriesDmitry Stogov2016-11-171-12/+8
* "opcache.validate_root" is useless on WindowsDmitry Stogov2016-11-162-0/+6
* Use full pathDmitry Stogov2016-11-161-1/+1
* Fixed ZTS buildDmitry Stogov2016-11-161-0/+12
* Fix #73530: Unsetting result set may reset other result setChristoph M. Becker2016-11-163-4/+35
* Fixed bug #69090 (check cached files permissions)Dmitry Stogov2016-11-166-0/+79
* add missing NEWS entryAnatol Belski2016-11-091-0/+1
* add missing NEWS entriesFerenc Kovacs2016-11-091-0/+17
* fix memory leakAnatol Belski2016-11-081-0/+1
* Merge remote-tracking branch 'phpsec/PHP-5.6.28' into PHP-5.6Anatol Belski2016-11-0813-85/+139
|\
| * Fixed bug #73418 Integer Overflow in "_php_imap_mail" leads to crashAnatol Belski2016-11-031-1/+1
| * Fix #72696: imagefilltoborder stackoverflow on truecolor imagesChristoph M. Becker2016-10-302-1/+15
| * Fix #72482: Ilegal write/read access caused by gdImageAALine overflowChristoph M. Becker2016-10-304-48/+43
| * Fix bug #73144 and bug #73341 - remove extra dtorStanislav Malyshev2016-10-232-1/+25
| * Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handleStanislav Malyshev2016-10-235-34/+55
* | Fix bug #72776 (Invalid parameter in memcpy function trough openssl_pbkdf2)Jakub Zelenka2016-11-062-1/+5
* | add missing RETURN_STRINGL_CHECKAnatol Belski2016-11-061-0/+1
* | fix dir separator in testAnatol Belski2016-11-041-1/+1
* | Add length check for bzcompress too - fix for bug #73356Stanislav Malyshev2016-11-031-1/+1
* | More string length checks & fixesStanislav Malyshev2016-11-0313-28/+41
* | Updated to version 2016.9 (2016i)Derick Rethans2016-11-031-919/+1064
* | Fix #73436: Setting allow_url_fopen to Off makes several tests failChristoph M. Becker2016-11-014-0/+8
* | Fixed bug #73402 (Opcache segfault when using class constant to call a method)Xinchen Hui2016-10-293-3/+35