summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-17162-177/+367
|\
| * Display TypeExceptions like normal exceptionsNikita Popov2015-05-1746-46/+231
| * Tweak uncaught exception message displayNikita Popov2015-05-17116-132/+132
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-179-17/+17
|\ \ | |/
| * Merge branch 'pull-request/1277'Stanislav Malyshev2015-05-169-17/+17
| |\
| | * fix typosolshevskiy872015-05-139-17/+17
* | | Make zend_get_exception_base static.Aaron Piotrowski2015-05-171-2/+2
* | | Fix a few missed tests.Aaron Piotrowski2015-05-163-3/+3
* | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-16110-200/+195
* | | Remodel exceptions based on Throwable interfaceAaron Piotrowski2015-05-161-4/+4
|/ /
* | 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
|/
* Fixed buildDmitry Stogov2015-05-131-6/+0
* fix testsAntony Dovgal2015-05-133-3/+3
* merge similar if conditionsAntony Dovgal2015-05-131-4/+0
* add rusage support to wait() and waitpid()Antony Dovgal2015-05-134-11/+197
* extend libxml exportsAnatol Belski2015-05-131-0/+2
* fix libxml2 headers lookupAnatol Belski2015-05-131-1/+3
* Merge branch 'PHP-5.6'Julien Pauli2015-05-132-8/+29
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-05-132-9/+30
| |\
| | * 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
* | | Merged FE_FETCH_R[W] with the following ASSIGN[_REF] when assigne to CV.Dmitry Stogov2015-05-135-17/+39
* | | Removed deprecated conditionsDmitry Stogov2015-05-131-9/+3
* | | Partial revert of 6a819bba40661a9a8d7080994cb2f24b73c5d46c.Dmitry Stogov2015-05-131-2/+2
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-1216-51/+92
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-1217-224/+269
| |\ \ | | |/
| | * 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
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-093-4/+92
| |\ \ \ | | |/ /
| | * | Fix #48147 - implement manual handling of //IGNORE for broken libcStanislav Malyshev2015-05-093-4/+92
* | | | Fix for #66048Julien Pauli2015-05-121-2/+2