summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Derick Rethans2014-01-024-1/+16
|\
| * Fix leak caused by fix to bug #65667Nikita Popov2013-12-302-0/+8
| * - Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries) patch b...Felipe Pena2013-12-221-1/+2
| * Fixed SNMP_ERR_TOOBIG handling for bulk walk operationsBoris Lytochkin2013-12-201-0/+6
* | - Updated to version 2013.9 (2013i)Derick Rethans2013-12-191-358/+372
|/
* Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)Remi Collet2013-12-191-1/+1
* fixed possibly uninitialized value usageAnatol Belski2013-12-171-1/+1
* Fix bug #65873 - Integer overflow in exif_read_data()Stanislav Malyshev2013-12-161-1/+6
* fixed parameter order for zend_throw_exception_ex callAnatol Belski2013-12-141-1/+1
* fix testMichael Wallner2013-12-121-0/+2
* Switch to using freetype-config for freetype detection.Adam Harvey2013-12-071-16/+11
* Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-12-111-1/+1
|\
| * fix dir separator in cve-2013-6420 testAnatol Belski2013-12-111-1/+1
* | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Stanislav Malyshev2013-12-102-40/+47
|\ \
| * | Fixed Bug #66218 zend_register_functions breaks reflectionRemi Collet2013-12-102-40/+47
* | | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-12-103-4/+61
|\ \ \ | |/ / |/| / | |/
| * Fix CVE-2013-6420 - memory corruption in openssl_x509_parseStanislav Malyshev2013-12-103-4/+61
* | fix possibly uninitialized valueMichael Wallner2013-12-061-1/+1
* | Fix loss of precisionAndrey Hristov2013-12-043-3/+3
* | Remove 128.0.0.0/16 and 191.255.0.0/16 from the reserved list.Adam Harvey2013-12-032-4/+2
* | Fix bug #65196Michael Wallner2013-12-022-1/+42
* | fix bug #49634xMichael Wallner2013-12-023-0/+109
* | Fixed testsDmitry Stogov2013-12-024-20/+10
* | Fixed bug #65199 (Wrong Day of Week) and fixed bug #63391 (Incorrect/inconsis...Derick Rethans2013-11-283-10/+24
* | Marking those two as XFAIL for now.Derick Rethans2013-11-282-0/+4
* | Fixed a few DST changeover issues.Derick Rethans2013-11-285-3/+24
* | Move add/sub to timelib.Derick Rethans2013-11-283-41/+66
* | Fix backwards transition diffs.Derick Rethans2013-11-281-0/+12
* | Split up tests into their different categories.Derick Rethans2013-11-288-406/+470
* | Group those tests a bit better, as some of the bd ones wanted a "ST" feature ...Derick Rethans2013-11-281-13/+20
* | Fixed forward transitions in diffs.Derick Rethans2013-11-281-5/+10
* | Always reset those parameters.Derick Rethans2013-11-281-5/+4
* | Fixed "Forward Transition" construction of DateTime objects.Derick Rethans2013-11-282-0/+28
* | Fixed bug #53879 (DateTime::createFromFormat() fails to parse cookie expirati...Derick Rethans2013-11-278-13/+35
* | Fixed bug #66060 (Heap buffer over-read in DateInterval)Remi Collet2013-11-272-3/+3
* | add testAndrey Hristov2013-11-261-0/+38
* | Fix for Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES...Andrey Hristov2013-11-264-4/+17
* | fixed testAnatol Belski2013-11-211-1/+1
* | And here is the real fix for #66124Andrey Hristov2013-11-211-11/+30
* | Fix for Bug #66124 (mysqli under mysqlnd loses precision when bind_param with...Andrey Hristov2013-11-211-0/+101
* | Fix WS in serialization_error_002.phptYasuo Ohgaki2013-11-201-4/+4
* | added a test to cover distinction between boolean return value of unserialize...Aaron Hamid2013-11-201-0/+52
* | Fixed tests that fail with non-default `serialize_precision` configurations.Jeff Welch2013-11-203-2/+4
* | Fixed Bug #66094 (unregister_tick_function tries to cast a Closure to a string)Xinchen Hui2013-11-172-1/+13
* | Merge remote-tracking branch 'ajf/JSONWhitespaceFix' into PHP-5.4Adam Harvey2013-11-102-8/+139
|\ \
| * \ Merge branch 'PHP-5.4' into JSONWhitespaceFixAndrea Faulds2013-10-1528-898/+1526
| |\ \
| * | | Better test: Check combined leading/trailingAndrea Faulds2013-10-151-0/+66
| * | | Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case...Andrea Faulds2013-09-172-8/+73
* | | | Fix broken testRasmus Lerdorf2013-11-091-3/+2
* | | | Fixed bug #65947 (basename is no more working after fgetcsv in certain situat...Xinchen Hui2013-11-082-1/+18