Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5 | SVN Migration | 2003-02-27 | 1 | -1703/+0 |
| | |||||
* | Fix get_parent_class() | Zeev Suraski | 2003-02-10 | 1 | -10/+5 |
| | |||||
* | zend_config.h (and its Win32 version) is already included by zend.h | Sebastian Bergmann | 2003-02-08 | 1 | -1/+0 |
| | |||||
* | The string.h is already avaliable through zend.h, so the manual inclusion | Ilia Alshanetsky | 2003-02-08 | 1 | -6/+1 |
| | | | | | is not necessary. | ||||
* | Added a check to ensure that string.h is avaliable before trying to use it. | Ilia Alshanetsky | 2003-02-07 | 1 | -0/+5 |
| | | | | | Thanks Andi. | ||||
* | Added missing header. | Ilia Alshanetsky | 2003-02-07 | 1 | -0/+2 |
| | |||||
* | Fixed bug #15734 (Added an optional parameter to get_defined_constants(), | Ilia Alshanetsky | 2003-02-07 | 1 | -2/+64 |
| | | | | | which if passed, will include information regarding who created the constant). | ||||
* | Fixed bug #19506 (get_extension_funcs() can now retrieve a list of built-in | Ilia Alshanetsky | 2003-02-06 | 1 | -7/+11 |
| | | | | | | Zend Engine functions, if "zend" is specified as the module name). Made get_extension_funcs() on failure. | ||||
* | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+1 |
| | |||||
* | ZTS fixes. | Sebastian Bergmann | 2003-01-12 | 1 | -3/+3 |
| | |||||
* | fix 'use of uninitialized variable' warning | Harald Radi | 2003-01-12 | 1 | -1/+1 |
| | |||||
* | MFZE2 | Ilia Alshanetsky | 2003-01-08 | 1 | -4/+6 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | - MFZE1 | Andi Gutmans | 2002-12-01 | 1 | -0/+139 |
| | |||||
* | - Revert as the patch doesn't compile | Andi Gutmans | 2002-12-01 | 1 | -139/+0 |
| | |||||
* | - MFZE1 | Andi Gutmans | 2002-12-01 | 1 | -0/+139 |
| | |||||
* | h WHitespace | Andi Gutmans | 2002-11-30 | 1 | -3/+3 |
| | |||||
* | - Nuke use of deprecated macro | Andi Gutmans | 2002-11-27 | 1 | -5/+5 |
| | |||||
* | - Commit Marcus' cleanup of abstract and static inheritance and improve | Andi Gutmans | 2002-11-23 | 1 | -1/+1 |
| | | | | | - error messages | ||||
* | - MFZE1: Disable leak() and crash() when not using debug mode | Derick Rethans | 2002-11-20 | 1 | -1/+6 |
| | |||||
* | MFZE1 - error_reporting fix | Zeev Suraski | 2002-11-19 | 1 | -3/+3 |
| | |||||
* | MFZE1 | Thies C. Arntzen | 2002-10-21 | 1 | -1/+5 |
| | |||||
* | MFZE1 zend_str_tolower issue. | Ilia Alshanetsky | 2002-10-09 | 1 | -7/+7 |
| | |||||
* | - Fix for defines... | Derick Rethans | 2002-09-28 | 1 | -2/+2 |
| | |||||
* | - Fix build in non-ZTS mode | Derick Rethans | 2002-09-28 | 1 | -0/+6 |
| | |||||
* | MFZE1 | Ilia Alshanetsky | 2002-09-26 | 1 | -7/+7 |
| | |||||
* | Add useful debugging function | Zeev Suraski | 2002-09-18 | 1 | -0/+8 |
| | |||||
* | MFZE1 | Andrei Zmievski | 2002-09-16 | 1 | -2/+12 |
| | |||||
* | - WS - Always use "if (" and not "if(" | Andi Gutmans | 2002-09-15 | 1 | -5/+5 |
| | |||||
* | nuke warning | Thies C. Arntzen | 2002-09-03 | 1 | -0/+1 |
| | |||||
* | nuke unneeded stuff | Thies C. Arntzen | 2002-09-03 | 1 | -1/+0 |
| | |||||
* | - Fix typo | Andi Gutmans | 2002-09-03 | 1 | -3/+3 |
| | |||||
* | refine last patch. if the argument-stack is not consistent don't try to show | Thies C. Arntzen | 2002-09-02 | 1 | -5/+3 |
| | | | | | | | | arguments. no call to zend_error is made as we might end up in an infinite recursion if called from an error_handler. so: if the arguments to functions aren't shown in debug_backtrace this is 'cause the arument stack was not consistent when debug_backtrace was called. | ||||
* | debug_backtrace() now checks the complete argument-stack for consistency. | Thies C. Arntzen | 2002-09-02 | 1 | -4/+18 |
| | |||||
* | debug_backtrace() | Thies C. Arntzen | 2002-08-28 | 1 | -8/+1 |
| | | | | | - make args passed to functions called vy call_user_function available again. | ||||
* | debug_backtrace(): | Thies C. Arntzen | 2002-08-28 | 1 | -14/+34 |
| | | | | | | - make args work if called from the error_handler - fix refcount for args | ||||
* | debug_backtrace(): show name of included file for include and require calls | Thies C. Arntzen | 2002-08-26 | 1 | -28/+42 |
| | | | | | | plus some small fixes suggested by andi. # now it's perfect;-) | ||||
* | - Whitespace | Andi Gutmans | 2002-08-24 | 1 | -1/+1 |
| | |||||
* | - Whitespace and better variable name | Andi Gutmans | 2002-08-24 | 1 | -8/+22 |
| | |||||
* | fix warning | Thies C. Arntzen | 2002-08-24 | 1 | -3/+14 |
| | |||||
* | debug_backtrace: show include/require/eval as normal functions on the stack | Thies C. Arntzen | 2002-08-23 | 1 | -6/+20 |
| | | | | | # the hard bit is to find out the args for those | ||||
* | - No spaces :) | Derick Rethans | 2002-08-23 | 1 | -1/+1 |
| | |||||
* | - debug_backtrace now also returns an array containing the arguments of the | Thies C. Arntzen | 2002-08-23 | 1 | -0/+25 |
| | | | | | | | | | called function. zeev, andi - is knowing the structure of the stack considered a bad thing in zend_builtin_function? if yes i would have to create a new function in zend_ptr_stack.c (but i think we are save this way) | ||||
* | - debug_backtrace: | Thies C. Arntzen | 2002-08-23 | 1 | -7/+11 |
| | | | | | | | | | added "type" ('->' or '::') for object calls. made calls done thru call_user_func show-up correct in backtraces. andi, does this look correct to you? | ||||
* | @- Added set_exception_handler() function for registering a global, | Stig Bakken | 2002-08-16 | 1 | -2/+65 |
| | | | | | | | @ catch-all exception handling function (Stig) - Added set_exception_handler() function for registering a global, catch-all exception handling function (Stig) | ||||
* | - Fix problem with debug_backtrace() reported by Stig. We weren't reporting | Andi Gutmans | 2002-07-26 | 1 | -27/+15 |
| | | | | | | | | - global function information because it wasn't available. We have to do - an additional assignment per-function call so that it'll be available. - Also don't define the global scope as function name _main_ but leave it - empty so that frameworks like Pear can decide what they want to do. | ||||
* | * folding fixes | Stig Bakken | 2002-07-05 | 1 | -1/+4 |
| | |||||
* | - Centralize global class fetch | Andi Gutmans | 2002-06-26 | 1 | -3/+4 |
| | |||||
* | - Don't show debug_backtrace() in the trace itself. | Andi Gutmans | 2002-06-11 | 1 | -8/+13 |
| | | | | | | - This patch is a bit ugly because the whole code itself is pretty complex - and hard to re-order. | ||||
* | only check for an available class entry instead of | Harald Radi | 2002-06-09 | 1 | -3/+3 |
| | | | | | | | the std_object_handlers on some places #some linuxtag work |