summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-1/+1
* | Fixed _zend_get_parameters_arrayXinchen Hui2014-06-251-2/+1
* | Avoid useless mergeDmitry Stogov2014-06-041-1/+1
* | ext/soap support for phpng (incomplete - just compilable)Dmitry Stogov2014-05-151-0/+2
* | Refactor MySQLi (incompleted, only compilable now)Xinchen Hui2014-05-111-0/+2
* | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-1/+0
* | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-3/+0
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-0/+1
|\ \
| * \ Merge branch 'PHP-5.6'Sara Golemon2014-02-171-0/+1
| |\ \ | | |/
| | * Add __debugInfo() magic methodSara Golemon2014-02-171-0/+1
* | | Optimized zend_leave_helper()Dmitry Stogov2014-04-181-2/+2
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-104/+22
* | | Fix ZTS buildNikita Popov2014-04-091-3/+3
* | | Various VM optimizationsDmitry Stogov2014-04-041-1/+1
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-3/+7
* | | Avoid unnecessry reallocationsDmitry Stogov2014-04-011-1/+2
* | | Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-6/+6
* | | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Xinchen Hui2014-03-261-4/+5
|\ \ \
| * | | Refactored IS_INDIRECT usage for CV and object properties to support HashTabl...Dmitry Stogov2014-03-261-4/+5