summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Remove zend_dynamic_arrayNikita Popov2014-09-225-128/+1
* Remove static allocatorNikita Popov2014-09-222-139/+0
* Fix list() destructuring to special variablesNikita Popov2014-09-222-17/+63
* Avoid useless reference countingDmitry Stogov2014-09-221-20/+5
* Specialization (only IS_VAR ad IS_CV operands may be references)Dmitry Stogov2014-09-222-245/+240
* Optimized unset()Dmitry Stogov2014-09-222-351/+247
* Make error paths to be UNEXPECTEDDmitry Stogov2014-09-221-12/+12
* Replace IS_OP?_TMP_FREE() with more clear (OP?_TYPE == IS_TMP_VAR)Dmitry Stogov2014-09-223-94/+72
* added a commentAnatol Belski2014-09-221-0/+1
* fix the REPARSE_DATA_BUFFER struct defAnatol Belski2014-09-221-3/+3
* Fix two memory errors by interning earlierNikita Popov2014-09-211-1/+2
* Add smart_str_append for appending zend_stringsNikita Popov2014-09-213-12/+15
* Rename smart_str_append to smart_str_append_smart_strNikita Popov2014-09-211-3/+3
* Use smart_str for exception stack tracesNikita Popov2014-09-211-166/+113
* Use smart_str in get_function_declarationNikita Popov2014-09-211-101/+56
* Move smart_str implementation into Zend/Nikita Popov2014-09-212-0/+146
* Merge branch 'master' into integer_semanticsAndrea Faulds2014-09-2139-2720/+2946
|\
| * Merge branch 'PHP-5.6'Nikita Popov2014-09-202-0/+48
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-09-202-0/+53
| | |\
| | | * Fixed bug #67633Nikita Popov2014-09-202-0/+53
| * | | fixed copying of the struct as it's not being modifiedAnatol Belski2014-09-201-7/+7
| * | | Simplify foreach flagsNikita Popov2014-09-204-73/+51
| * | | Fix leak in foreach with by-ref iteration of ref arrayNikita Popov2014-09-202-15/+5
| * | | Avoid strlen usageXinchen Hui2014-09-201-6/+5
| * | | folder marksXinchen Hui2014-09-201-46/+19
| * | | Added missed mod strXinchen Hui2014-09-202-0/+14
| * | | Fixed built on OSXXinchen Hui2014-09-201-6/+8
| * | | make the return value more logicAnatol Belski2014-09-201-1/+1
| * | | make use of intrinsics available with VS for bitset lookupsAnatol Belski2014-09-201-0/+35
| * | | Make number printing functions less genericNikita Popov2014-09-192-21/+19
| * | | Remove superfluous Z_REFCOUNTED_P checkNikita Popov2014-09-191-3/+0
| * | | Split inheritance into separate fileNikita Popov2014-09-198-1552/+1624
| * | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
| * | | reverted some previous IS_ABSOLUTE_PATH related changesAnatol Belski2014-09-191-25/+17
| * | | expand IS_ABSOLUTE_PATH on Windows, so then strlen() isn't called twiceAnatol Belski2014-09-191-1/+1
| * | | Avoid double IS_INTERNED() checkDmitry Stogov2014-09-199-48/+39
| * | | Reverted incorrect chunkDmitry Stogov2014-09-191-1/+1
| * | | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-197-20/+24
| * | | forgot to replace the strlen callAnatol Belski2014-09-191-1/+1
| * | | avoid multiple strlen calls for the same bufferAnatol Belski2014-09-191-17/+25
| * | | fix length data typesAnatol Belski2014-09-192-6/+6
| * | | generalized the case with secure memory zeroingAnatol Belski2014-09-191-0/+6
| * | | Fix for ClangDmitry Stogov2014-09-191-1/+1
| * | | Split is_numeric_string_ex() into inline and non-inline partsDmitry Stogov2014-09-182-135/+145
| * | | that's not char * but zend_string *Anatol Belski2014-09-182-2/+2
| * | | ups, this is not neededAnatol Belski2014-09-181-1/+0
| * | | fix CG(empty_string) init in ZTSAnatol Belski2014-09-181-0/+14
| * | | Split big _zend_handle_numeric_str() into small always inlined function that ...Dmitry Stogov2014-09-182-35/+55
| * | | Expose zend_safe_address() and use it in zend_arena_calloc()Dmitry Stogov2014-09-183-116/+148
| * | | Clang attributes supportDmitry Stogov2014-09-181-6/+14