summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | Merged from https://github.com/garyhouston/regex/commit/70bc2965604b6b8aaf260049e64c708dddf85334
* 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
| | | | | Conflicts: ext/standard/var_unserializer.c
* Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM ↵Stanislav Malyshev2015-03-181-1/+1
| | | | configuration options)
* 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
| | | | Broken since a41aa46759d20e23af92df00b917ca66c6102412
* 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
| | | | | | | | | At least in apache, killing a locker with SIGKILL from inside opcache prevents the child process from emitting a corresponding log event to the access or error logs, therefore requests are termed with no record. This makes is incredibly difficult to debug problems espically on systems with high counts of cache restarts. Since INFO level is far too noisy for production use, switch the killing to a higher level so we can see it easier.
* Merge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5Reeze Xia2015-03-033-36/+64
|\ | | | | | | | | | | * 'PHP-5.5' of git.php.net:/php-src: Added type checks Added type checks
| * Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2015-03-032-9/+18
| |\ | | | | | | | | | | | | * PHP-5.4: Added type checks
| | * 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
| |\ \ | | | | | | | | | | | | | | | | * 'PHP-5.5' of git.php.net:php-src: Update NEWS
| * \ \ Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2015-03-033-27/+46
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Added type checks Conflicts: ext/soap/soap.c
| | * | Added type checksDmitry Stogov2015-03-033-27/+46
| | | |
* | | | Improve fix for bug 67741Reeze Xia2015-03-031-10/+12
| |_|/ |/| | | | | | | | Thanks to laruence.
* | | Update NEWSReeze Xia2015-03-031-0/+3
|/ /
* | Fixed bug #67741 (auto_prepend_file messes up __LINE__)Reeze Xia2015-03-033-1/+34
| | | | | | | | This also fixes bug #54081
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2015-03-020-0/+0
|\ \ | |/ | | | | | | | | * PHP-5.4: Check variable type before its usage as IS_ARRAY. Fixed a bug that header value is not terminated by '\0' when accessed through getenv().
| * 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 ↵George Wang2015-02-251-6/+25
| | | | | | | | through getenv().
* | 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
| | | | | | | | | | | | | | | | | | | | This include: - setcookie (missing "httponly") - setrawcookie (missing "httponly") - spl_autoload_register (missing 2 optional params) - mktime (missing "is_dst") - gmmktime (missing "is_dst")
* | Fix ARG_INFO for levenshteinДмитрий Пацура2015-02-271-1/+3
| | | | | | | | | | | | | | This can work with 2 parameters (require) refs http://php.net/manual/ru/function.levenshtein.php refs https://github.com/phalcon/zephir/issues/753
* | 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 ↵Xinchen Hui2015-02-272-0/+7
| | | | | | | | passwd with ZTS build)
* | Fixed bug #69125 (Array numeric string as key)Xinchen Hui2015-02-273-0/+24
| |
* | fix bug#68942's patchTaoguang Chen2015-02-271-1/+1
| | | | | | Fix type confusion bug in unserialize() with DateTimeZone. https://bugs.php.net/bug.php?id=68942
* | Fixed a bug that header value is not terminated by '\0' when accessed ↵George Wang2015-02-251-6/+25
| | | | | | | | through getenv().
* | 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 ↵Jakub Zelenka2015-02-223-11/+23
| | | | | | | | plus the letter e)
* | NEWS entryRasmus Lerdorf2015-02-221-0/+1
| |
* | Fix bug #68166Rasmus Lerdorf2015-02-221-1/+1
| | | | | | | | | | We can't always efree here php_escape_html_entities can return an interned_empty_string
* | 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
| | |