summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Lior Kaplan2015-06-181-2/+2
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2015-06-181-2/+2
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2015-06-181-2/+2
| | |\
| | | * Fixed bug #69689 (Align PCRE_MINOR with current version)Lior Kaplan2015-06-181-2/+2
* | | | Fixed bug #69872 (uninitialised value in strtr with array)Xinchen Hui2015-06-181-11/+10
* | | | fix unknown size of void errorAnatol Belski2015-06-171-1/+1
* | | | Merge branch 'PHP-5.6'Sara Golemon2015-06-171-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Sara Golemon2015-06-171-2/+2
| |\ \ \ | | |/ /
| | * | Fix buffer growth in sockets/conversion.cSara Golemon2015-06-171-2/+2
| * | | Implements extended error messagesAndreas Heigl2015-06-171-0/+4
* | | | Merge branch 'pull-request/1284'Anatol Belski2015-06-17162-259/+259
|\ \ \ \
| * | | | Fix some missed testsAaron Piotrowski2015-06-152-2/+2
| * | | | Changed AssertionException to AssertionErrorAaron Piotrowski2015-06-142-7/+7
| * | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-14171-3774/+8276
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-181-1/+1
| |\ \ \ \ \
| * | | | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-1791-91/+91
| * | | | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-17162-177/+367
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-179-17/+17
| |\ \ \ \ \ \ \
| * | | | | | | | Make zend_get_exception_base static.Aaron Piotrowski2015-05-171-2/+2
| * | | | | | | | Fix a few missed tests.Aaron Piotrowski2015-05-163-3/+3
| * | | | | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-16110-200/+195
| * | | | | | | | Remodel exceptions based on Throwable interfaceAaron Piotrowski2015-05-161-4/+4
* | | | | | | | | Merge branch 'PHP-5.6'Côme Bernigaud2015-06-171-12/+60
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Replaced calls to deprecated openldap functionsCôme Bernigaud2015-06-171-84/+133
| * | | | | | | | Fixed LDAP tests so that base can existsCôme Bernigaud2015-06-1757-406/+348
* | | | | | | | | Fixed LDAP tests so that base can existsCôme Bernigaud2015-06-1757-406/+348
* | | | | | | | | added regression test for bug #69840Christoph M. Becker2015-06-171-0/+20
* | | | | | | | | Add a commentXinchen Hui2015-06-171-0/+2
* | | | | | | | | Improved class type hints checks, by caching resolved class entries in run-ti...Dmitry Stogov2015-06-174-16/+27
* | | | | | | | | Use better hash functions (reuse key and avoid hash value recalculation)Dmitry Stogov2015-06-171-2/+5
* | | | | | | | | Improved variable name validationDmitry Stogov2015-06-171-5/+24
* | | | | | | | | Fixed bug #69840 (iconv_substr() doesn't work with UTF-16BE)Kalle Sommer Nielsen2015-06-171-1/+1
* | | | | | | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-172-2/+26
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Christoph M. Becker2015-06-172-2/+26
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Fixed bug #61221 - imagegammacorrect function loses alpha channelChristoph M. Becker2015-06-172-2/+26
| | * | | | | | | - Updated to version 2015.5 (2015e)Derick Rethans2015-06-151-587/+0
| | * | | | | | | - Updated to version 2015.5 (2015e)Derick Rethans2015-06-151-6/+46213
| | * | | | | | | - Updated to version .-96 ()Derick Rethans2015-06-151-45590/+7
| * | | | | | | | - Updated to version 2015.5 (2015e)Derick Rethans2015-06-151-587/+0
| * | | | | | | | - Updated to version 2015.5 (2015e)Derick Rethans2015-06-151-6/+46213
| * | | | | | | | - Updated to version .-96 ()Derick Rethans2015-06-151-45590/+7
* | | | | | | | | Support references in convert_to_*Nikita Popov2015-06-165-13/+44
* | | | | | | | | Fix references handling in convert_scalar_to_numberNikita Popov2015-06-161-0/+15
* | | | | | | | | Drop now superflous check for VIA_TRAMPOLINENikita Popov2015-06-161-3/+1
* | | | | | | | | Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name)...Dmitry Stogov2015-06-161-1/+1
* | | | | | | | | Complete fix for problems related to bug #69802Dmitry Stogov2015-06-161-13/+17
* | | | | | | | | Fixed bug #69845 (ArrayObject with ARRAY_AS_PROPS broken)Dmitry Stogov2015-06-162-5/+18
* | | | | | | | | Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name)Dmitry Stogov2015-06-151-2/+6
* | | | | | | | | Rmoved opcache.load_comments.Dmitry Stogov2015-06-1510-10/+0
* | | | | | | | | Add phpdbg to allowed cli-SAPIs in opcacheBob Weinand2015-06-151-2/+3