summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* fix various "Class entry requested for an object without PHP class" messagesStanislav Malyshev2005-06-271-23/+13
* Fixed wrong include/requre occurrences in debug backtrace.Dmitry Stogov2005-06-271-1/+6
* Fixed bug #28377 (debug_backtrace is intermittently passing args)Dmitry Stogov2005-06-231-0/+30
* Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden met...Dmitry Stogov2005-06-231-11/+18
* Fixed bug #29896 (Backtrace argument list out of sync)Dmitry Stogov2005-06-221-10/+38
* Fixed memory leak in debug_print_backtrace()Dmitry Stogov2005-06-071-1/+8
* Fixed bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3)Dmitry Stogov2005-05-031-4/+5
* Fixed memory leak in debug_backtrace()Dmitry Stogov2005-04-181-14/+6
* fix backtraces - non-Zend classes have names tooStanislav Malyshev2005-04-041-2/+12
* wsStanislav Malyshev2005-03-141-2/+2
* Fix get_extension_funcs() - extension names are now lowercased, so shouldStanislav Malyshev2005-03-131-1/+4
* - MFHMarcus Boerger2005-03-071-1/+1
* Fix debug_trace with eval (patch from Antony Dovgal)Stanislav Malyshev2005-02-011-0/+1
* Fix descZeev Suraski2004-12-271-1/+1
* if fetch called not from PHP function, ptr can be NULLStanislav Malyshev2004-12-061-1/+1
* - MFHAndi Gutmans2004-10-261-3/+16
* MFH Bug #30381Marcus Boerger2004-10-121-53/+57
* MFH Fix visibility of get_class_vars() and get_class_methods()Marcus Boerger2004-10-121-7/+21
* MFH (add missing check)Marcus Boerger2004-10-121-0/+5
* -MFH Fix set_exception_handler()Marcus Boerger2004-10-121-6/+8
* MFHMarcus Boerger2004-10-041-2/+14
* - MFHAndi Gutmans2004-08-251-2/+35
* MFH: Eliminate unneeded variable.Ilia Alshanetsky2004-08-051-4/+1
* MFH missing partMarcus Boerger2004-08-041-1/+2
* - MFH Bug #29505 get_class_vars() severely broken when used with arraysMarcus Boerger2004-08-031-0/+6
* MFH: Build fixEdin Kadribasic2004-07-211-1/+2
* MFH: Fixded #29291: get_class_vars() return names with NULLsMarcus Boerger2004-07-211-5/+29
* fix for 28213.George Schlossnagle2004-06-181-0/+1
* String length in parse_parameters should be intSara Golemon2004-06-171-1/+1
* - Make the default mask for user defined error handlers include ALL errors,Derick Rethans2004-05-281-1/+1
* - Fix the following script (it crashed):Andi Gutmans2004-05-231-1/+5
* - Optional parameter to class_exists() that can be used to bypassMarcus Boerger2004-04-271-6/+16
* Skip correct amount of stack entriesMarcus Boerger2004-04-251-2/+3
* Fix debug_backtrace to show arguments againZeev Suraski2004-04-131-2/+2
* - Hopefully fix the debug_backtrace() code.Andi Gutmans2004-04-071-4/+4
* - Fix crash bug in zend_debug_backtrace(). No idea how come this survivedAndi Gutmans2004-04-071-2/+2
* Patch by Timm Friebe:Andi Gutmans2004-04-031-2/+10
* MFB: Revert patch for bug #27782.Ilia Alshanetsky2004-04-011-3/+0
* Fixed bug #27782 (Wrong behaviour of next(), prev() and each()).Ilia Alshanetsky2004-03-301-0/+3
* Allow mixed case search for extensionsMarcus Boerger2004-03-291-3/+6
* Make object parameter optionalMarcus Boerger2004-03-141-1/+8
* - Fixing bug #27123Andi Gutmans2004-03-141-0/+2
* - Fixed bug #27443 (defined() returns wrong type).Derick Rethans2004-03-011-2/+2
* ws + csfoobar2004-02-251-3/+4
* Added error mask to set_error_handler()Zeev Suraski2004-01-101-7/+12
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* - Make it compile againDerick Rethans2003-12-081-1/+1
* Apply Andrey Hristov's patch adding get_declared_interfaces()Stanislav Malyshev2003-12-071-4/+30
* - Nuke property_exists(). We need to fix isset() and this is alreadyAndi Gutmans2003-12-011-24/+1
* Add a support function to check for property existance which is differentMarcus Boerger2003-11-271-0/+24