summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Xinchen Hui2015-01-150-0/+0
|\
| * bump yearXinchen Hui2015-01-15897-913/+913
| * Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-01-150-0/+0
| |\
| | * Bump yearXinchen Hui2015-01-15844-859/+859
* | | Fixed malloc/emalloc messDmitry Stogov2015-01-151-2/+2
* | | Bug fix for wrong regex in mailmatbech2015-01-151-1/+1
* | | Initialize ht->nTableMaskDmitry Stogov2015-01-151-0/+1
* | | Save one conditionXinchen Hui2015-01-151-3/+4
* | | optimize offset computationAnatol Belski2015-01-151-2/+8
* | | don't return value in the void functionAnatol Belski2015-01-151-1/+2
* | | fix "unknown void * size" errAnatol Belski2015-01-151-4/+4
* | | We could do more....Xinchen Hui2015-01-151-1/+5
* | | Fixed missed testXinchen Hui2015-01-151-5/+5
* | | Fixed tests on 32-bitsXinchen Hui2015-01-153-21/+21
* | | Optimize array_unique to save some comparation callsXinchen Hui2015-01-152-29/+73
* | | Merge branch 'zend_sort' of https://github.com/laruence/php-srcXinchen Hui2015-01-1460-438/+760
|\ \ \
| * | | Faster sorting algoXinchen Hui2015-01-1460-437/+757
* | | | Fix bug #68816 - pointer to local outside of scopeStanislav Malyshev2015-01-141-1/+2
* | | | Fix bug #68817: Null pointer deferenceStanislav Malyshev2015-01-142-1/+18
* | | | Merge branch 'PHP-5.6'Daniel Lowrey2015-01-140-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-5.5' into PHP-5.6Daniel Lowrey2015-01-140-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'PHP-5.4' into PHP-5.5Daniel Lowrey2015-01-141-2/+2
| | |\ \
| | | * | Update NEWSDaniel Lowrey2015-01-141-0/+3
| | | * | Fixed bug #55618 (use case-insensitive cert name matching)Daniel Lowrey2015-01-141-2/+2
* | | | | Fixed typoDmitry Stogov2015-01-141-3/+3
* | | | | Avoid string reallocation in strtr()Dmitry Stogov2015-01-141-36/+88
* | | | | Improve "instanceof". Interfaces of the left operand should be checked only i...Dmitry Stogov2015-01-143-16/+54
* | | | | Ipmrove strtr() by maintaining a set of characters that may start a matched p...Dmitry Stogov2015-01-141-0/+6
* | | | | cleanupAnatol Belski2015-01-141-8/+1
* | | | | fixed zend_hash_init() when the lzcnt instruction isn't supportedAnatol Belski2015-01-141-16/+14
| |_|_|/ |/| | |
* | | | Optimized str_[i]replace to aviod reallocations and repeatable conversions to...Dmitry Stogov2015-01-133-316/+379
* | | | Update NEWSXinchen Hui2015-01-131-1/+2
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-01-130-0/+0
|\ \ \ \ | |/ / /
| * | | Update NEWSXinchen Hui2015-01-131-1/+2
* | | | Reorder conditions to make "fast paths" shorterDmitry Stogov2015-01-132-780/+822
* | | | Improved access to object properties (cache property offset instead of pointe...Dmitry Stogov2015-01-135-139/+200
* | | | Fixed possible double freeDmitry Stogov2015-01-131-1/+1
* | | | Handle run-time cache for static properties directly in executor.Dmitry Stogov2015-01-136-170/+491
* | | | Fixed possible crashDmitry Stogov2015-01-131-11/+13
* | | | Add hintingXinchen Hui2015-01-121-1/+1
* | | | Improved access to static property. Now we cache pointers to zval instead of ...Dmitry Stogov2015-01-134-41/+229
* | | | Only backup vm_stack* if generator->stack has not been freedBob Weinand2015-01-121-2/+3
* | | | Slight improvement in copying script from opcache SHM into process memoryDmitry Stogov2015-01-121-27/+71
* | | | Optimized error_reporting() similar to silence operator (ZEND_BEGIN_SILENCE o...Dmitry Stogov2015-01-121-6/+33
* | | | Fixed type (case sensetive/insensetive mess)Dmitry Stogov2015-01-121-5/+2
* | | | Use FAST_ZPP in few more frequently used functionsDmitry Stogov2015-01-124-0/+32
* | | | Merge branch 'PHP-5.6'Anatol Belski2015-01-121-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-01-121-1/+1
| |\ \ \ | | |/ /
| | * | Fixed bug #68771 SQL syntax error in sqlite libAnatol Belski2015-01-121-1/+1
* | | | Added special optimized cases when strtr() called with zero or one search/rep...Dmitry Stogov2015-01-121-19/+76