summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Matteo Beccati2015-09-031-0/+2
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-033-3/+52
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-033-3/+3
* Merge branch '70284' into PHP-5.6Stanislav Malyshev2015-09-032-5/+55
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-0324-827/+970
* Fix #70303: Incorrect constructor reflection for ArrayObjectChristoph M. Becker2015-08-192-2/+14
* Fixed bug #70290 (Null pointer deref (segfault) in spl_autoload via ob_start)Xinchen Hui2015-08-192-1/+10
* Patch from Rainer Jung to provide Solaris LDAP supportCôme Bernigaud2015-08-181-16/+36
* Fix #70277: new DateTimeZone($foo) is ignoring text after null byteChristoph M. Becker2015-08-172-4/+26
* Fixed sorting orderDerick Rethans2015-08-161-1105/+1105
* Fixed #70157 parse_ini_string() segmentation fault with INI_SCANNER_TYPEDTjerk Meesters2015-08-152-4/+34
* fixed wrong params in protoChristoph M. Becker2015-08-151-2/+2
* Fix #70266 (DateInterval::__construct.interval_spec is not supposed to be opt...Christoph M. Becker2015-08-142-1/+9
* Fix #70232: Incorrect bump-along behavior with \K and empty string matchChristoph M. Becker2015-08-132-9/+82
* Of course, we support v2 in PHP 5.6 as well.Derick Rethans2015-08-131-0/+2
* Updated to version 2015.6 (2015f)Derick Rethans2015-08-131-585/+585
* Updated to version 2015.6 (2015f)Derick Rethans2015-08-121-28014/+29505
* fix bug #69833 mcrypt fd caching not workingAnatol Belski2015-08-111-13/+23
* Fixed bug #70237 (Empty while and do-while segmentation fault with opcode on ...Xinchen Hui2015-08-112-0/+24
* virtual_file_ex uses emalloc in 5.6+Stanislav Malyshev2015-08-041-7/+7
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-0418-141/+347
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-0418-143/+349
| |\
| | * Fix bug #70019 - limit extracted files to given directoryStanislav Malyshev2015-08-043-4/+68
| | * Do not do convert_to_* on unserialize, it messes up referencesStanislav Malyshev2015-08-043-79/+85
| | * Fix #69793 - limit what we accept when unserializing exceptionStanislav Malyshev2015-08-012-0/+18
| | * Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoubl...Stanislav Malyshev2015-08-012-12/+43
| | * Fixed bug #70166 - Use After Free Vulnerability in unserialize() with SPLArra...Stanislav Malyshev2015-08-012-0/+32
| | * ignore signatures for packages tooStanislav Malyshev2015-08-011-3/+20
| | * Fix bug #70168 - Use After Free Vulnerability in unserialize() with SplObject...Stanislav Malyshev2015-08-012-33/+54
| | * Fix bug #70014 - use RAND_bytes instead of deprecated RAND_pseudo_bytesStanislav Malyshev2015-07-261-4/+2
| | * Improved fix for Bug #69441Stanislav Malyshev2015-07-261-5/+8
| | * Fix bug #70068 (Dangling pointer in the unserialization of ArrayObject items)Stanislav Malyshev2015-07-262-43/+56
| | * Fix bug #70081: check types for SOAP variablesStanislav Malyshev2015-07-261-10/+13
* | | fixed testChristoph M. Becker2015-08-011-1/+1
* | | test fails with old libxml2; skip in this caseChristoph M. Becker2015-07-311-1/+4
* | | test requires imagejpeg(); skip otherwiseChristoph M. Becker2015-07-311-0/+1
* | | allow to skip slow testsChristoph M. Becker2015-07-262-0/+8
* | | added regression test for bug #55472, which has already been fixed as of PHPChristoph M. Becker2015-07-241-0/+8
* | | Fix #53854: Missing constants for compression typeChristoph M. Becker2015-07-232-0/+35
* | | Fix #70052: getimagesize() fails for very large and very small WBMPChristoph M. Becker2015-07-234-7/+39
* | | fix config.w32Anatol Belski2015-07-231-0/+1
* | | fix C99 compatAnatol Belski2015-07-231-1/+1
* | | Add tests for json_last_error()/json_last_error_msg() failuresKubo22015-07-212-0/+43
* | | Merge branch 'pull-request/1425' into PHP-5.6Christoph M. Becker2015-07-212-1/+60
|\ \ \
| * | | revised bug53156.phptChristoph M. Becker2015-07-201-19/+17
| * | | Fix #53156: imagerectangle problem with point orderingChristoph M. Becker2015-07-202-1/+62
* | | | Fix #66387: Stack overflow with imagefilltoborderChristoph M. Becker2015-07-202-0/+19
|/ / /
* | | Added basic test for imagewebp() and imagecreatefromwebp()Christoph M. Becker2015-07-192-0/+99
* | | Fix #70102: imagecreatefromwebm() shifts colorsChristoph M. Becker2015-07-192-9/+39
* | | fixed Fix #66590, which may segfaultChristoph M. Becker2015-07-192-0/+18