summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fixed crash in Zend/tests/bug69891.phpt on x86 (32-bit).Dmitry Stogov2015-06-221-1/+1
* Fix bug #62922Nikita Popov2015-06-203-1/+13
* Micro optimizationXinchen Hui2015-06-201-2/+2
* Remove unused varXinchen Hui2015-06-201-2/+1
* Improve strtr (Fixed a bug which the lenth check doesn't work at all)Xinchen Hui2015-06-191-11/+12
* Merge branch 'PHP-5.6'Xinchen Hui2015-06-191-1/+0
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-06-191-1/+0
| |\
| | * Merge branch 'patch-3' of https://github.com/s0ph1e/php-src into PHP-5.5Xinchen Hui2015-06-191-1/+0
| | |\
| | | * Remove excess variable in mail.c (5.5 branch)Sophia Nepochataya2015-06-181-1/+0
* | | | Merge branch 'PHP-5.6'Anatol Belski2015-06-182-51/+275
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-182-51/+275
| |\ \ \ | | |/ /
| | * | fixes bug #69835: phpinfo() does not report many Windows SKUsChristian Wenz2015-06-182-51/+275
| | |/
* | | Fixed bug #69872 (uninitialised value in strtr with array)Xinchen Hui2015-06-181-11/+10
* | | Merge branch 'pull-request/1284'Anatol Belski2015-06-177-12/+12
|\ \ \
| * | | Changed AssertionException to AssertionErrorAaron Piotrowski2015-06-141-6/+6
| * | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-1438-192/+1002
| |\ \ \
| * | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-175-5/+5
| * | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-177-6/+16
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-172-4/+4
| |\ \ \ \ \
| * | | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-165-9/+4
* | | | | | | Improved variable name validationDmitry Stogov2015-06-171-5/+24
* | | | | | | Support references in convert_to_*Nikita Popov2015-06-161-6/+4
* | | | | | | Fix references handling in convert_scalar_to_numberNikita Popov2015-06-161-0/+15
| |_|_|/ / / |/| | | | |
* | | | | | Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-124-12/+22
* | | | | | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-124-19/+18
* | | | | | Make convert_to_* safe with rc>1Nikita Popov2015-06-114-23/+15
* | | | | | Merge branch 'PHP-5.6'Anatol Belski2015-06-111-0/+47
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-111-0/+47
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | added test for bug #69646Anatol Belski2015-06-111-0/+47
* | | | | | Merge branch 'PHP-5.6'Anatol Belski2015-06-101-2/+17
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-101-2/+17
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as ...Christian Wenz2015-06-101-2/+17
| | * | | | Revert "Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8....Christian Wenz2015-06-101-17/+2
| | * | | | Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as ...Christian Wenz2015-06-101-2/+17
* | | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-06-092-0/+373
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-06-092-0/+373
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-06-092-0/+373
| | |\ \ \ \
| | | * | | | Fixed bug #68776Yasuo Ohgaki2015-06-092-0/+373
| * | | | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-06-091-0/+8
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-06-091-0/+8
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fix bug #69646 OS command injection vulnerability in escapeshellargStanislav Malyshev2015-06-091-0/+8
| * | | | | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-312-0/+35
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | backport the basic code to properly recognize win 8.1 and 10Anatol Belski2015-05-311-0/+17
| | * | | | | add testAnatol Belski2015-05-311-0/+18
* | | | | | | Fixed bug #69646 (OS command injection vulnerability in escapeshellarg)Stanislav Malyshev2015-06-091-0/+8
* | | | | | | run credits scriptAnatol Belski2015-05-301-1/+0
* | | | | | | add tests for proc_open() and pipesAntony Dovgal2015-05-294-0/+200
* | | | | | | remove hardcoded limit on number of pipes in proc_open()Antony Dovgal2015-05-292-8/+13
* | | | | | | add testAnatol Belski2015-05-291-0/+18
* | | | | | | Merge branch 'master' of git.php.net:php-srcXinchen Hui2015-05-291-1/+22
|\ \ \ \ \ \ \