summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fixed bug #62313 Zend\tests\errmsg_021.phpt failsAnatoliy Belsky2012-08-221-0/+6
| | |
* | | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-191-2/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.3: - Value stored to var is never used
| * | - Value stored to var is never usedFelipe Pena2012-08-191-2/+0
| | |
| * | This becomes useless, since we have set that in the INIT macroXinchen Hui2012-08-041-1/+0
| | |
* | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-041-7/+5
|\ \ \ | |/ / | | / | |/ |/| Conflicts: Zend/zend_API.h
| * Fixed bug #62744 (dangling pointers made by zend_disable_class)Xinchen Hui2012-08-041-7/+6
| | | | | | | | the test will be added while commit the fix for #62737
| * Add the ZEND_DONT_UNLOAD_MODULES environment variable for debugging to 5.3 asDerick Rethans2012-03-061-1/+1
| | | | | | | | | | well.
| * Fixed module numberingDmitry Stogov2012-03-051-2/+1
| |
| * Improve fix for #61165, the previous one cause #43450 test failedXinchen Hui2012-02-261-3/+2
| |
| * Fixed bug #61165 (Segfault - strip_tags())Xinchen Hui2012-02-251-2/+7
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-2/+2
| |
| * Another potential missing va_end() found by CoverityRasmus Lerdorf2011-08-051-0/+1
| |
| * Fixed bug #54910 (Crash when calling call_user_func with unknown function name)Dmitry Stogov2011-05-311-0/+5
| |
| * fix bug #54423 (classes from dl()'ed extensions are not destroyed)Antony Dovgal2011-03-311-0/+17
| |
| * - Fixed bug #53717 (checking the number of arguments is wrong in ↵Felipe Pena2011-01-121-1/+1
| | | | | | | | | | | | | | zend_parse_method_parameters_ex()) patch by: klaus at triendl dot eu
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * separate properties of internal classes in ZTS mode fully,Sascha Schumann2010-08-121-1/+1
| | | | | | | | | | | | otherwise multiple threads will modify the zvals' contents without any synchronisation.
| * - Fixed bug #51827 (Bad warning when register_shutdown_function called with ↵Felipe Pena2010-05-141-3/+3
| | | | | | | | wrong num of parameters)
| * Fixed a possible memory corruption because of unexpected call-time pass by ↵Dmitry Stogov2010-05-111-0/+6
| | | | | | | | refernce and following memory clobbering through callbacks.
| * Fixed a possible memory corruption in addcslashes().Dmitry Stogov2010-05-041-18/+13
| |
* | Copy default properties of internal classes for different threadsJohannes Schlüter2012-04-111-0/+5
| |
* | Fixed module numberingDmitry Stogov2012-03-051-2/+1
| |
* | MFH: Fix bug #61165 (Segfault - strip_tags())Xinchen Hui2012-03-021-2/+6
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Fixed Bug #60173 (Wrong error message on reflective trait instantiation)Stefan Marr2011-10-311-1/+3
| |
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-52/+53
| |
* | Revert r316345 which fixes all the tests again Hannes Magnusson2011-09-071-8/+0
| |
* | - reject paths with trainling spaces using the very good new zend argPierre Joye2011-09-071-0/+8
| |
* | Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-0/+2
| |
* | - Revert r314387Felipe Pena2011-08-071-1/+1
| | | | | | | | | | (property_info.name has the mangled name)
* | Use property_info.name here instead since *name might be free'ed at this pointRasmus Lerdorf2011-08-071-1/+1
| | | | | | | | | | @dmitry please review
* | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-2/+2
| |
* | Another potential missing va_end() found by CoverityRasmus Lerdorf2011-08-051-0/+1
| |
* | - Added a check for an enviroment variable (ZEND_DONT_UNLOAD_MODULES) that, ifDerick Rethans2011-07-141-1/+1
| | | | | | | | | | | | set, prevents PHP from dl_closing() modules on shutdown. - This makes it possible to spot memory leaks with valgrind in shared modules.
* | - Minor optimization taking the computed hash of interned stringsFelipe Pena2011-07-101-14/+15
| |
* | - Minor optimization, use the computed hash when availableFelipe Pena2011-07-101-4/+12
| |
* | - Missing fixes for grammar fix 's/valid path/a valid path/'Felipe Pena2011-06-091-1/+1
| |
* | s/valid path/a valid path/Felipe Pena2011-06-081-2/+2
| |
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-2/+9
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | scalar types cleanupStanislav Malyshev2011-06-031-5/+0
| |
* | MFH: Fixed bug #54910 (Crash when calling call_user_func with unknown ↵Dmitry Stogov2011-05-311-0/+5
| | | | | | | | function name)
* | - fix bug #54423, fix build in trunk, introduce by previous related commitPierre Joye2011-03-311-1/+1
| |
* | fix bug #54423 (classes from dl()'ed extensions are not destroyed)Antony Dovgal2011-03-311-0/+17
| |
* | - Fixed bug #53717 (checking the number of arguments is wrong in ↵Felipe Pena2011-01-121-1/+1
| | | | | | | | | | | | | | zend_parse_method_parameters_ex()) patch by: klaus at triendl dot eu
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | zend_collect_module_handlers() has to be called after zend_extensions ↵Dmitry Stogov2010-10-151-2/+1
| | | | | | | | startup, because they can register additional 'hidden' extensions
* | marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-14/+15
| | | | | | | | | | | | places where strings pointed to are not modified to prevent compiler warnings about discarded qualifiers ...
* | - Improved memory usageDmitry Stogov2010-09-151-26/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . zend_function.pass_rest_by_reference is replaced by ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags . zend_function.return_reference is replaced by ZEND_ACC_RETURN_REFERENCE in zend_function.fn_flags . zend_arg_info.required_num_args removed. it was needed only for internal functions. Now the first arg_info for internal function (which has special meaning) is represented by zend_internal_function_info structure. . zend_op_array.size, size_var, size_literal, current_brk_cont, backpatch_count moved into CG(context), because they are used only during compilation. . zend_op_array.start_op is moved into EG(start_op), because it's used only for 'interactive' execution of single top-level op-array. . zend_op_array.done_pass_two is replaced by ZEND_ACC_DONE_PASS_TWO in zend_op_array.fn_flags. . op_array.vars array is trimmed (reallocated) during pass_two. . zend_class_entry.constants_updated is replaced by ZEND_ACC_CONSTANTS_UPDATED in zend_class_entry.ce_flags . the size of zend_class_entry is reduced by sharing the same memory space by different information for internal and user classes. See zend_class_inttry.info union.
* | Fixed support for static properties of internal classesDmitry Stogov2010-08-111-5/+8
| |