summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
...
* | master renames phase 1Anatol Belski2014-08-251-188/+127
* | fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-211-1/+1
|\ \
| * | Fixed incorrect string lengthDmitry Stogov2014-08-211-1/+1
* | | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-201-2/+17
|\ \ \ | |/ /
| * | Fixed ext/pdo_*/tests/pdo_005.phpt tests failureDmitry Stogov2014-08-201-2/+17
* | | mostly fixes to spl, but also some otherAnatol Belski2014-08-171-1/+1
* | | further fixes to ext/standard and zendAnatol Belski2014-08-161-1/+1
* | | fix some cases with fast zppAnatol Belski2014-08-161-1/+1
* | | several fixes -Anatol Belski2014-08-161-0/+1
* | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-6/+6
* | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-67/+128
|/ /
* | update zend_make_printable_zval to take TSRM contextkrakjoe2014-08-111-2/+2
* | Fixed ZTS buildDmitry Stogov2014-07-141-1/+1
* | Fast parameter parsing APIDmitry Stogov2014-07-111-1/+89
* | Changed zend_make_printable_zval() to return "use_copy" instead of additional...Dmitry Stogov2014-07-091-6/+2
* | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-14/+14
* | Removed EG(called_scope) and use corresponding value from EG(current_execute_...Dmitry Stogov2014-07-031-5/+5
* | Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e...Dmitry Stogov2014-07-031-2/+2
* | Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data)Dmitry Stogov2014-07-021-1/+1
* | Removed EG(active_op_array) and use corresponding value from EG(current_execu...Dmitry Stogov2014-07-021-1/+6
* | Uinified call frame handling for user and internal functions.Dmitry Stogov2014-07-021-15/+15
* | Merge branch 'phpng' into call-frameDmitry Stogov2014-06-271-17/+27
|\ \
| * | No need to initialize itXinchen Hui2014-06-261-1/+1
| * | More optimizationsXinchen Hui2014-06-261-8/+15
| * | Let's assume the name is already lowercasedXinchen Hui2014-06-261-15/+18
* | | Refactoring: merge call_frame and end_execute_data into single data structure...Dmitry Stogov2014-06-261-1/+1
* | | Merge branch 'phpng' into call-frameDmitry Stogov2014-06-251-32/+0
|\ \ \ | |/ /
| * | Fixed _zend_get_parameters_arrayXinchen Hui2014-06-251-34/+0
* | | Refactoring: use call_frames instead of call_slotsDmitry Stogov2014-06-241-36/+30
|/ /
* | Use arena allocator for zend_class_entry, zend_op_array and zend_property_inf...Dmitry Stogov2014-06-181-21/+23
* | Avoid useles constants updateDmitry Stogov2014-06-161-33/+41
* | Use new zend_hash iteration APIDmitry Stogov2014-06-161-1/+5
* | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-19/+7
* | Avoid useless mergeDmitry Stogov2014-06-041-6/+1
* | Use new zend_hash APIDmitry Stogov2014-05-271-17/+11
* | Fixed apply_func_arg_t, and it's better not using cast (compiler friendly)Xinchen Hui2014-05-251-5/+7
* | Fixed apply_func_t (they should be broken before)Xinchen Hui2014-05-251-3/+11
* | Fixed memory leaksDmitry Stogov2014-05-151-1/+1
* | ext/soap support for phpng (incomplete - just compilable)Dmitry Stogov2014-05-151-0/+14
* | Save one type checking if the type is already stringXinchen Hui2014-05-131-2/+2
* | Fixed wrong buffer length (added place for terminating zero)Dmitry Stogov2014-05-121-2/+2
* | Re-applyed Bob's patch with minor fixesDmitry Stogov2014-05-071-1/+0
* | Reverted Bob's patch (it breaks many tests when run with opcache and needs to...Dmitry Stogov2014-05-071-0/+1
* | Fix parse_method_paramsNikita Popov2014-05-061-1/+6
* | Fix error message in parse_method_paramsNikita Popov2014-05-061-1/+1
* | Re-added fix for bug #66015 and adapted for phpng branchBob Weinand2014-05-061-1/+0
* | Refactor Zip (1 test failed)Xinchen Hui2014-05-051-2/+9
* | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-9/+21
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-4/+15
|\ \