summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Set proper type_info flags.Dmitry Stogov2015-05-211-0/+1
* Fixed SHM+FILE cache with opcache.protect_memory=1Dmitry Stogov2015-05-201-7/+9
* Improved script copyining from SHM to process memoryDmitry Stogov2015-05-201-168/+71
* Expose pdo stmt ctor args to gcNikita Popov2015-05-201-0/+9
* Add GC support for ArrayObjectNikita Popov2015-05-201-0/+10
* fixed testAnatol Belski2015-05-201-1/+4
* Merge branch 'master' of https://git.php.net/push/php-srcKalle Sommer Nielsen2015-05-202-0/+14
|\
| * Merge branch 'PHP-5.6'Remi Collet2015-05-201-0/+0
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-05-201-0/+0
| | |\
| | | * move testRemi Collet2015-05-201-0/+0
| * | | Merge branch 'patch-5' of https://github.com/ovr/php-srcXinchen Hui2015-05-201-0/+14
| |\ \ \
| | * | | [Math] ceil, floor added FAST_ZPP parameters passDmitry Patsura2015-05-191-0/+14
* | | | | Windows support for getrusage()Kalle Sommer Nielsen2015-05-204-11/+11
|/ / / /
* | | | Merge branch 'PHP-5.6'Remi Collet2015-05-201-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-05-201-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | fix new testRemi Collet2015-05-201-1/+1
* | | | Merge branch 'PHP-5.6'Remi Collet2015-05-202-2/+34
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-05-202-2/+34
| |\ \ | | |/
| | * Fixed Bug #69667 segfault in php_pgsql_meta_dataRemi Collet2015-05-202-2/+34
| | * fix test output (32bits)Remi Collet2015-05-141-1/+1
* | | Improved hash table copyingDmitry Stogov2015-05-191-34/+40
* | | This shouldn't have been a part of the previous commitKalle Sommer Nielsen2015-05-191-4/+0
* | | * Make ext/dba compile with newer versions of Oracle's Berkeley (in my case 6.1)Kalle Sommer Nielsen2015-05-192-3/+16
* | | fix test titleAnatol Belski2015-05-181-1/+1
* | | fork test for ICU >= 55.1 compatAnatol Belski2015-05-182-0/+30
* | | sync test with exception currently thrownAnatol Belski2015-05-181-2/+5
* | | fork test for ICU >= 55.1 compatAnatol Belski2015-05-182-1/+100
* | | fork test for ICU >= 55.1 compatAnatol Belski2015-05-182-0/+63
* | | skip test for ICU >= 55.1, a newer test is available and passesAnatol Belski2015-05-181-5/+3
* | | fork test for ICU >= 55.1 compatAnatol Belski2015-05-182-0/+41
* | | fork test for ICU >= 55.1 compatAnatol Belski2015-05-182-0/+34
* | | fix mbrlen prototype availabilityAnatol Belski2015-05-181-0/+3
* | | Avoid possible uninitialized value assignmentReeze Xia2015-05-181-1/+1
* | | Display TypeExceptions like normal exceptionsNikita Popov2015-05-1746-46/+231
* | | Tweak uncaught exception message displayNikita Popov2015-05-17116-132/+132
* | | Merge branch 'pull-request/1277'Stanislav Malyshev2015-05-169-17/+17
|\ \ \
| * | | fix typosolshevskiy872015-05-139-17/+17
* | | | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-1544-44/+190
* | | | Merge branch 'master' of https://github.com/php/php-srcBob Weinand2015-05-153-56/+39
|\ \ \ \
| * | | | Fixed segfaultXinchen Hui2015-05-161-2/+2
| * | | | Merge branch 'master' of git.php.net:php-srcXinchen Hui2015-05-151-8/+13
| |\ \ \ \
| | * | | | Updated test to include ReflectionGeneratorMatteo Beccati2015-05-151-8/+13
| * | | | | Hint the compilerXinchen Hui2015-05-151-2/+2
| |/ / / /
| * | | | Improve strtr()Dmitry Stogov2015-05-151-46/+24
* | | | | Fix unrelated tests and zlib window sizeBob Weinand2015-05-152-5/+5
|/ / / /
* | | | Minor typo in warning messageBob Weinand2015-05-152-2/+14
* | | | Add strategy option to deflate_init()Bob Weinand2015-05-151-4/+23
* | | | Add dictionary option to {in,de}flate_init()Bob Weinand2015-05-153-4/+126
* | | | Add window option to {de,in}flate_init()Bob Weinand2015-05-151-33/+63
* | | | Add ReflectionGenerator classBob Weinand2015-05-143-0/+349
|/ / /