summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed Bug #69479 GD fails to build with newer libvpxRemi Collet2015-05-241-7/+7
* fix testAnatol Belski2015-05-221-1/+1
* Make the phar symlink relativeponce2015-05-211-1/+1
* added missing GLOB_BRACE support checkChristoph M. Becker2015-05-211-0/+3
* added SKIPIF section to test to make sure that GLOB_BRACE is supportedChristoph M. Becker2015-05-211-0/+6
* added PHPT to check for bug #69628Christoph M. Becker2015-05-211-0/+43
* fix handling VAR vs VAR= in putenvAnatol Belski2015-05-211-1/+1
* move testRemi Collet2015-05-201-0/+0
* fix new testRemi Collet2015-05-201-1/+1
* Fixed Bug #69667 segfault in php_pgsql_meta_dataRemi Collet2015-05-202-2/+34
* fix test output (32bits)Remi Collet2015-05-141-1/+1
* Close fd at the end, otherwise people complainLeigh2015-05-131-0/+8
* Add file descriptor caching to mcrypt_create_iv()Leigh2015-05-132-15/+22
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-1217-230/+275
|\
| * Add test for bug #69522Stanislav Malyshev2015-05-112-0/+17
| * Update testsStanislav Malyshev2015-05-117-45/+47
| * Fix bug #69522 - do not allow int overflowStanislav Malyshev2015-05-101-69/+70
| * Forgot test fileStanislav Malyshev2015-05-101-0/+0
| * Fix bug #69403 and other int overflowsStanislav Malyshev2015-05-101-2/+6
| * Fixed bug #69418 - more s->p fixes for filenamesStanislav Malyshev2015-05-104-85/+85
| * Fix bug #69453 - don't try to cut empty stringStanislav Malyshev2015-04-292-1/+22
| * Fix bug #69545 - avoid overflow when reading listStanislav Malyshev2015-04-291-41/+41
* | Fix #48147 - implement manual handling of //IGNORE for broken libcStanislav Malyshev2015-05-093-4/+92
* | Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF)Dmitry Stogov2015-05-072-7/+27
* | Relax tests failing on i386 with new zicRemi Collet2015-05-052-4/+4
* | Update versionXinchen Hui2015-05-051-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-04-2935-186/+47117
|\ \ | |/
| * Upgrade to PCRE 8.37 due to various bugfixesStanislav Malyshev2015-04-2935-186/+47117
* | Use new structures for tzdb header here as wellDerick Rethans2015-04-291-5/+5
* | This doesn't work in PHP 5.5 - sigh, I wish the libs were kept in syncDerick Rethans2015-04-291-6/+6
* | Split header reading in 32bit and 64bit variants.Derick Rethans2015-04-293-103/+127
* | Merge whitespace changes that have been made to timelib and PHP-5.6 and masterDerick Rethans2015-04-289-67/+67
* | Fixed bug #69381 out of memory with sage odbc driverFrederic Marchal2015-04-281-0/+9
* | 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
* | Fix segfault in ext/date since 957aa2Matteo Beccati2015-04-281-2/+2
* | 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
* | 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
* | Set NULL after efreeYasuo Ohgaki2015-04-241-0/+1
* | fix more dir separatorsAnatol Belski2015-04-191-1/+1
* | fix column name attribute with ODBC 3.0Anatol Belski2015-04-172-3/+3