summaryrefslogtreecommitdiff
path: root/Zend/zend.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-061-2/+2
|\
| * Zend Engine 3Andrea Faulds2014-12-051-2/+2
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-241-3/+3
|\ \ | |/
| * fix datatype mismatchesAnatol Belski2014-10-221-3/+3
* | moved most of the core to use static tsrm ls cache pointerAnatol Belski2014-10-151-0/+2
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-031-6/+5
|\ \ | |/
| * Replaced EG(This) and EX(object) with EX(This).Dmitry Stogov2014-10-031-6/+5
* | using pointer to the tsrm ls cache instead of a function callAnatol Belski2014-10-011-0/+14
* | reworked the patch, less new stuff but workyAnatol Belski2014-09-251-5/+0
* | basic windows fixAnatol Belski2014-09-221-0/+5
|/
* Moved some definitions from zend.h into more suitable header filesDmitry Stogov2014-09-181-572/+40
* revamp serialization to work with size_t for SerializableAnatol Belski2014-09-151-2/+2
* made Visual Studio to understand that zend_error_noreturn() will not returnAnatol Belski2014-09-081-0/+3
* Revert "Move safe_address into zend_multiply.h"Nikita Popov2014-09-061-3/+2
* Move safe_address into zend_multiply.hNikita Popov2014-09-061-2/+3
* Disable format string checking by defaultNikita Popov2014-09-031-2/+6
* Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-2/+2
* Reorder fields for better nenory consumtion and data locality on 64-bit systemsDmitry Stogov2014-08-271-6/+6
* Use efree_size() instead of efree() where posibleDmitry Stogov2014-08-271-1/+1
* Cleanup IS_VAR handlingDmitry Stogov2014-08-271-3/+0
* Replaced Zend Memory ManagerDmitry Stogov2014-08-261-0/+2
* several signature and data type fixesAnatol Belski2014-08-261-1/+1
* Merge branch 'ast'POST_AST_MERGENikita Popov2014-08-251-1/+1
|\
| * Merge remote-tracking branch 'php-src/master' into astNikita Popov2014-08-251-23/+23
| |\
| * \ Merge remote-tracking branch 'php-src/master' into astNikita Popov2014-08-161-1/+1
| |\ \
| * \ \ Merge remote-tracking branch 'php-src/phpng' into astNikita Popov2014-08-161-1/+1
| |\ \ \
| * | | | Add functions for create str/long ast directlyNikita Popov2014-07-261-1/+1
* | | | | master renamings phase 5Anatol Belski2014-08-251-3/+3
| |_|_|/ |/| | |
* | | | master renames phase 2Anatol Belski2014-08-251-13/+13
* | | | master renames phase 1Anatol Belski2014-08-251-12/+12
* | | | mostly fixes to spl, but also some otherAnatol Belski2014-08-171-1/+1
* | | | further fixes to ext/standard and zendAnatol Belski2014-08-161-2/+2
* | | | further fixes on coreAnatol Belski2014-08-161-1/+1
* | | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-13/+13
| |_|/ |/| |
* | | Bump version to 7.0.0-devDmitry Stogov2014-08-151-1/+1
| |/ |/|
* | update zend_make_printable_zval to take TSRM contextkrakjoe2014-08-111-1/+1
|/
* Revert "stash" (pushed by accident)Xinchen Hui2014-07-181-3/+1
* stashXinchen Hui2014-07-161-1/+3
* Fast parameter parsing APIDmitry Stogov2014-07-111-0/+8
* Imporoved EXPECTED/UNEXPECTED macros to support not boolean expressions.Dmitry Stogov2014-07-091-2/+2
* Changed zend_make_printable_zval() to return "use_copy" instead of additional...Dmitry Stogov2014-07-091-1/+1
* Simplify call-frame handlingDmitry Stogov2014-07-071-1/+1
* Uinified call frame handling for user and internal functions.Dmitry Stogov2014-07-021-2/+3
* Fixed typoXinchen Hui2014-06-181-2/+2
* Refactoring mysqlnd (incompleted, only mysqlnd ext compilable)Xinchen Hui2014-06-181-0/+15
* Improved conditions orderDmitry Stogov2014-06-111-23/+22
* Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-31/+42
* cleanupDmitry Stogov2014-06-031-9/+0
* Improved conditions orderDmitry Stogov2014-05-301-10/+13
* Introduced immutable arrays. They don't need to be copyed and may be used dir...Dmitry Stogov2014-05-291-12/+15