summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use arena allocator for optimizer temporary data structuresDmitry Stogov2014-06-1810-137/+149
* Fixed segfaultsXinchen Hui2014-06-182-16/+11
* copy_data seems useless nowXinchen Hui2014-06-181-1/+6
* Fixed typoXinchen Hui2014-06-181-2/+2
* Fixed segfault of stream handlingXinchen Hui2014-06-184-5/+9
* Fixed plugin fetchingXinchen Hui2014-06-181-1/+1
* Merge branch 'phpng' of https://git.php.net/repository/php-src into phpngXinchen Hui2014-06-189-51/+170
|\
| * Use arena allocator for zend_class_entry, zend_op_array and zend_property_inf...Dmitry Stogov2014-06-189-49/+167
| * Fixed HASH_FLAG_APPLY_PROTECTION flag usageDmitry Stogov2014-06-171-2/+3
* | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable)Xinchen Hui2014-06-1811-323/+285
|/
* Don't include trailing zero into hash functionDmitry Stogov2014-06-172-25/+25
* Fixed support for constants inherited from interfacesDmitry Stogov2014-06-171-0/+3
* Avoid useles constants updateDmitry Stogov2014-06-165-53/+101
* Optimize out useles pathsDmitry Stogov2014-06-161-81/+56
* Use new zend_hash iteration APIDmitry Stogov2014-06-163-90/+66
* Small call/return improvementDmitry Stogov2014-06-162-10/+15
* Fixed support for referencesDmitry Stogov2014-06-162-3/+3
* Refactoring imap (in progress)Xinchen Hui2014-06-161-383/+346
* Fixed reference countingDmitry Stogov2014-06-122-78/+26
* Merge branch 'master' into phpngDmitry Stogov2014-06-1274-3570/+3197
|\
| * Merge branch 'PHP-5.6'Adam Harvey2014-06-110-0/+0
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-06-110-0/+0
| | |\
| | | * Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-06-110-0/+0
| | | |\
| | | | * NEWS entry for "Fix potential segfault in dns_get_record()"Sara Golemon2014-06-111-0/+3
| | | * | NEWS entry for Fix potential segfault in dns_get_record(Sara Golemon2014-06-111-0/+3
| | | * | Merge branch 'PHP-5.4' into PHP-5.5Sara Golemon2014-06-111-0/+4
| | | |\ \ | | | | |/
| | | * | 5.5.15 nowJulien Pauli2014-06-113-4/+6
| | * | | NEWS entry for Fix potential segfault in dns_get_record()Sara Golemon2014-06-111-0/+3
| * | | | Merge branch 'PHP-5.6'Sara Golemon2014-06-111-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Sara Golemon2014-06-111-0/+4
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix potential segfault in dns_get_record()Sara Golemon2014-06-111-0/+4
| * | | | Merge branch 'PHP-5.6'Ferenc Kovacs2014-06-114-39/+5
| |\ \ \ \ | | |/ / /
| | * | | Revert "Add optional second arg to unserialize()"Ferenc Kovacs2014-06-114-39/+5
| * | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-06-100-0/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-06-101-0/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | update NEWSStanislav Malyshev2014-06-101-1/+1
| * | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-06-103-1/+28
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-06-103-1/+28
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-103-1/+28
| | | |\ \ | | | | |/
| | | | * Fix bug #66127 (Segmentation fault with ArrayObject unset)Stanislav Malyshev2014-06-104-1/+29
| | | | * 5.4.31 nextStanislav Malyshev2014-06-103-4/+6
| * | | | Add NEWS. This doesn't need UPGRADING (or an RFC), IMO.Adam Harvey2014-06-111-0/+5
| * | | | Fix broken test.Adam Harvey2014-06-111-1/+1
| * | | | Add a mime type map generation script and update the header.Adam Harvey2014-06-112-43/+1046
| * | | | Move the mime type map out of php_cli_server.c for easier generation.Adam Harvey2014-06-112-63/+98
| * | | | Replace the CLI server's linear search for extensions with a hash table.Adam Harvey2014-06-101-8/+34
| * | | | fix testStanislav Malyshev2014-06-101-1/+1
| * | | | Merge branch 'PHP-5.6'Xinchen Hui2014-06-101-2/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-06-101-2/+0
| | |\ \ \ | | | |/ /
| | | * | Remove unused included fileXinchen Hui2014-06-101-2/+0