summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext tokenizer port + cleanup unused lexer statesMárcio Almada2015-04-305-21/+287
* fix indentation + remove c++ commentsMárcio Almada2015-04-301-5/+5
* Improve fast_is_[not_]identical() functions to teturn value instead of takein...Dmitry Stogov2015-04-292-9/+3
* Merge branch 'PHP-5.6'Derick Rethans2015-04-291-5/+5
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Derick Rethans2015-04-291-5/+5
| |\
| | * Use new structures for tzdb header here as wellDerick Rethans2015-04-291-5/+5
| * | Merge branch 'PHP-5.5' into PHP-5.6Derick Rethans2015-04-291-6/+6
| |\ \ | | |/
* | | Merge branch 'PHP-5.5'Derick Rethans2015-04-291-6/+6
|\ \ \ | | |/ | |/|
| * | This doesn't work in PHP 5.5 - sigh, I wish the libs were kept in syncDerick Rethans2015-04-291-6/+6
* | | Merge branch 'PHP-5.6'Derick Rethans2015-04-293-100/+124
|\ \ \ | | |/ | |/|
| * | Merge branch 'PHP-5.5' into PHP-5.6Derick Rethans2015-04-293-100/+124
| |\ \ | | |/
| | * Split header reading in 32bit and 64bit variants.Derick Rethans2015-04-293-103/+127
| * | Merge branch 'PHP-5.5' into PHP-5.6Derick Rethans2015-04-289-67/+67
| |\ \ | | |/
| | * Merge whitespace changes that have been made to timelib and PHP-5.6 and masterDerick Rethans2015-04-289-67/+67
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-04-281-0/+9
| |\ \ | | |/
| | * Fixed bug #69381 out of memory with sage odbc driverFrederic Marchal2015-04-281-0/+9
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-04-281-0/+4
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2015-04-281-0/+4
| | |\
| | | * fix VC9 build with PCREAnatol Belski2015-04-281-0/+4
| | * | Revert "Fix segfault in ext/date since 957aa2"Matteo Beccati2015-04-281-2/+2
| | * | relax tests with huge year (new zic)Remi Collet2015-04-283-9/+9
| | * | ignore second value for huge timestamp test (new zic)Remi Collet2015-04-281-2/+2
| | * | relax test for date < INT32_MIN (new zic)Remi Collet2015-04-281-11/+11
| | * | relax bigbang content (new zic)Remi Collet2015-04-281-3/+3
| | * | Make date transitions tests more flexibleRemi Collet2015-04-282-8/+8
| * | | Revert "Fix segfault in ext/date since 957aa2"Matteo Beccati2015-04-281-2/+2
* | | | fix bug #69381Anatol Belski2015-04-281-0/+21
* | | | Revert "Fix segfault in ext/date since 957aa2"Matteo Beccati2015-04-281-2/+2
* | | | Merge branch 'PHP-5.6'Matteo Beccati2015-04-281-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-04-281-2/+2
| |\ \ \ | | |/ /
| | * | Fix segfault in ext/date since 957aa2Matteo Beccati2015-04-281-2/+2
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-272-4/+7
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-2765-4343/+5103
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-04-2765-4343/+5103
| | |\ \ | | | |/
| | | * Upgrade PCRE to 8.36, it fixes some crashesStanislav Malyshev2015-04-2753-8792/+16015
| | | * Fixed recently introduced memory leakDmitry Stogov2015-04-141-0/+1
* | | | Drop unused num indexXinchen Hui2015-04-281-2/+1
* | | | Cleanup substr_replaceNikita Popov2015-04-271-67/+24
* | | | Clean up some type conversionsNikita Popov2015-04-2710-184/+61
* | | | Merge branch 'anon'Dmitry Stogov2015-04-278-1/+57
|\ \ \ \
| * | | | Refactored using specialized opcodesDmitry Stogov2015-04-275-0/+17
| * | | | Rebase Joe's anon classes implementationkrakjoe2015-04-263-1/+40
* | | | | Use new hash iteration API.Dmitry Stogov2015-04-271-15/+11
|/ / / /
* | | | Merge branch 'PHP-5.6'Derick Rethans2015-04-262-587/+640
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Derick Rethans2015-04-262-587/+640
| |\ \ \ | | |/ /
| | * | Fixed location reading due to file format changesDerick Rethans2015-04-262-587/+640
| | * | - Updated to version 2015.4 (2015d)Derick Rethans2015-04-241-14757/+41804
| * | | - Updated to version 2015.4 (2015d)Derick Rethans2015-04-241-14757/+41804
* | | | Tweak new deflate/inflate implementationsNikita Popov2015-04-252-22/+8
* | | | Respect USE_OTHER in spl_array_is_objectNikita Popov2015-04-252-11/+35