summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* PaddingXinchen Hui2015-02-051-3/+3
* Implemented internal function return typesReeze Xia2015-02-051-0/+7
* zend_read_property() has to provide a holder for return value.Dmitry Stogov2015-01-221-1/+1
* typoRasmus Lerdorf2015-01-171-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* Make zend_parse_parameters share fast zpp implementation where possibleAndrea Faulds2014-12-291-46/+46
* Micro optimaztion (yeah, I know compiler supposed to do that)Xinchen Hui2014-12-221-2/+2
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-158/+158
* Merge branch 'zppFailOnOverflow'Andrea Faulds2014-12-131-8/+19
|\
| * Refactor ZEND_LONG_MAX/MIN checks into ZEND_DOUBLE_FITS_LONG()Andrea Faulds2014-11-291-2/+2
| * Fixed copy-and-paste errorAndrea Faulds2014-11-291-1/+1
| * Merge branch 'master' into zppFailOnOverflowAndrea Faulds2014-11-291-3/+3
| |\
| * \ Merge branch 'master' into zppFailOnOverflowAndrea Faulds2014-11-011-78/+61
| |\ \
| * | | Make zpp fail if NaN passed for int, or out-of-range float for non-capping intAndrea Faulds2014-09-221-8/+19
* | | | Fixed compilation warningsDmitry Stogov2014-12-121-1/+1
* | | | Use zend_string* for op_array->arg_info[]->name and op_array->arg_info[]->cla...Dmitry Stogov2014-12-031-9/+9
| |_|/ |/| |
* | | Pack EX(num_args) into EX(This).u2.num_argsDmitry Stogov2014-11-281-3/+3
| |/ |/|
* | fix datatype mismatchesAnatol Belski2014-10-241-3/+3
* | move key lengths to use size_t as zend_string is used internally anywayAnatol Belski2014-10-231-66/+66
* | fix several datatype mismatchesAnatol Belski2014-10-221-10/+10
* | all the key_len use uint, fix the warning when using strlen on 64 bitAnatol Belski2014-10-221-9/+9
* | Fix procedural finfo calls in methodsNikita Popov2014-10-161-0/+1
* | Merge branch 'PHP-5.6'Anatol Belski2014-10-121-1/+1
|\ \
| * | DLL export several APIs needed for phpdbgAnatol Belski2014-10-121-1/+1
* | | Update get_class_name semanticsNikita Popov2014-10-091-1/+0
* | | Remove zend_get_class_entry functionNikita Popov2014-10-091-1/+0
* | | Replaced EG(This) and EX(object) with EX(This).Dmitry Stogov2014-10-031-25/+9
| |/ |/|
* | fix conditionAnatol Belski2014-09-131-1/+1
* | reduce the struct size by 8 byte on 64 bitAnatol Belski2014-09-121-1/+1
* | make array/object APIs accept large strings as values of elements/propsAnatol Belski2014-08-281-9/+9
* | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | master renames phase 3Anatol Belski2014-08-251-8/+8
* | master renames phase 2Anatol Belski2014-08-251-9/+9
* | master renames phase 1Anatol Belski2014-08-251-54/+54
* | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-201-0/+1
|\ \
| * | Fixed ext/pdo_*/tests/pdo_005.phpt tests failureDmitry Stogov2014-08-201-0/+1
* | | fix typoAnatol Belski2014-08-181-1/+1
* | | renamed _z_param_longAnatol Belski2014-08-181-3/+3
* | | Merge remote-tracking branch '64bit_ng/master'Anatol Belski2014-08-181-54/+54
|\ \ \ | |/ / |/| |
| * | some more pure naming replacementsAnatol Belski2014-08-171-6/+6
| * | several fixes -Anatol Belski2014-08-161-1/+1
| * | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-49/+49
* | | Fixed parameter parsingDmitry Stogov2014-08-181-3/+3
|/ /
* | cleanupXinchen Hui2014-08-141-0/+1
* | Fixed compilation warnings about unused labelsDmitry Stogov2014-08-111-124/+136
* | Fixed ZTS buildDmitry Stogov2014-07-141-28/+28
* | Fast parameter parsing APIDmitry Stogov2014-07-111-0/+604
* | Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-091-0/+21