summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.5.23php-5.5.23PHP-5.5.23Julien Pauli2015-03-183-12/+23
* Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundaryStanislav Malyshev2015-03-181-1/+1
* Fix bug #69248 - heap overflow vulnerability in regcomp.cStanislav Malyshev2015-03-181-1/+9
* add test for bug #68976Stanislav Malyshev2015-03-181-0/+37
* Fixed bug #68976 - Use After Free Vulnerability in unserialize()Stanislav Malyshev2015-03-182-30/+32
* Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration...Stanislav Malyshev2015-03-181-1/+1
* Fix bug #69207 - move_uploaded_file allows nulls in pathStanislav Malyshev2015-03-181-1/+1
* Fix odbc build as sharedRemi Collet2015-03-091-4/+5
* 5.5.23RC1php-5.5.23RC1Julien Pauli2015-03-053-4/+4
* Error also maybe happened hereXinchen Hui2015-03-051-1/+5
* Fixed bug #69174 (leaks when unused inner class use traits precedence)Xinchen Hui2015-03-055-6/+44
* Make killing a locker an ERROR eventnathan r. hruby2015-03-031-2/+2
* Merge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5Reeze Xia2015-03-033-36/+64
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2015-03-032-9/+18
| |\
| | * Added type checksDmitry Stogov2015-03-032-9/+18
| * | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Dmitry Stogov2015-03-031-0/+3
| |\ \
| * \ \ Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2015-03-033-27/+46
| |\ \ \ | | | |/ | | |/|
| | * | Added type checksDmitry Stogov2015-03-033-27/+46
* | | | Improve fix for bug 67741Reeze Xia2015-03-031-10/+12
| |_|/ |/| |
* | | Update NEWSReeze Xia2015-03-031-0/+3
|/ /
* | Fixed bug #67741 (auto_prepend_file messes up __LINE__)Reeze Xia2015-03-033-1/+34
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2015-03-020-0/+0
|\ \ | |/
| * Check variable type before its usage as IS_ARRAY.Dmitry Stogov2015-03-021-1/+2
| * Fixed a bug that header value is not terminated by '\0' when accessed through...George Wang2015-02-251-6/+25
* | Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize)Xinchen Hui2015-03-014-37/+46
* | Align entries format for 5.5.23Lior Kaplan2015-03-011-5/+5
* | Bump header yearReeze Xia2015-03-011-1/+1
* | Update NEWSReeze Xia2015-02-281-0/+2
* | Fixed bug #69141 Missing arguments in reflection info for some builtin functionsReeze Xia2015-02-283-0/+6
* | Fix ARG_INFO for levenshteinДмитрий Пацура2015-02-271-1/+3
* | Fixed bug #69085 (SoapClient's __call() type confusion through unserialize()).Xinchen Hui2015-02-273-3/+24
* | ReorderXinchen Hui2015-02-271-2/+1
* | Fixed bug #69121 (Segfault in get_current_user when script owner is not in pa...Xinchen Hui2015-02-272-0/+7
* | Fixed bug #69125 (Array numeric string as key)Xinchen Hui2015-02-273-0/+24
* | fix bug#68942's patchTaoguang Chen2015-02-271-1/+1
* | Fixed a bug that header value is not terminated by '\0' when accessed through...George Wang2015-02-251-6/+25
* | better nameXinchen Hui2015-02-251-3/+3
* | Improve fix for #69038Xinchen Hui2015-02-252-5/+20
* | Fixed bug #69108 ("Segmentation fault" when (de)serializing SplObjectStorage)Xinchen Hui2015-02-253-0/+25
* | updated NEWSJulien Pauli2015-02-231-0/+2
* | curl: add new proxy constantsLinus Unnebäck2015-02-231-0/+5
* | Fixed test fails for bug68557Xinchen Hui2015-02-232-61/+15
* | Fix bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are numbers p...Jakub Zelenka2015-02-223-11/+23
* | NEWS entryRasmus Lerdorf2015-02-221-0/+1
* | Fix bug #68166Rasmus Lerdorf2015-02-221-1/+1
* | updated NEWSAnatol Belski2015-02-221-0/+4
* | Merge branch 'pull-request/1112' into PHP-5.5Anatol Belski2015-02-221-1/+1
|\ \
| * | Fix Win32 SSPI initialization for digest authentication in cURLGrant Pannell2015-02-221-1/+1
* | | revisit fix for bug #65272Anatol Belski2015-02-212-11/+13
* | | split test for bug #68557 for windowsAnatol Belski2015-02-202-1/+52