Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'dev'.dev | SVN Migration | 2002-08-06 | 1 | -1296/+0 |
| | |||||
* | - 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 | ||||
* | - MFZE1 | Derick Rethans | 2002-05-13 | 1 | -2/+2 |
| | |||||
* | - Nuke C++ comment | Andi Gutmans | 2002-05-10 | 1 | -1/+1 |
| | |||||
* | - Make debug_backtrace() return an array. Still not finished because I | Andi Gutmans | 2002-05-10 | 1 | -5/+25 |
| | | | | | | | | | | | | | | | | | | | | might want to differentiate between method calls and static methods. Example: $bt = debug_backtrace(); foreach ($bt as $frame) { if (isset($frame['class'])) { print $frame['class']; print "::"; } print $frame['function']; print " ["; print $frame['file']; print ":"; print $frame['line']; print "]\n"; } | ||||
* | - Hopefully fix problems with debug_backtrace() | Andi Gutmans | 2002-05-08 | 1 | -1/+4 |
| | |||||
* | - MFZE1 | Derick Rethans | 2002-05-08 | 1 | -0/+5 |
| | |||||
* | - More debug backtrace work. It still doesn't work very well... | Andi Gutmans | 2002-05-07 | 1 | -8/+18 |
| | |||||
* | Initial support for built-in backtracing. | Andi Gutmans | 2002-05-02 | 1 | -0/+29 |
| | | | | | | | | There are still a few problems such as includes and calling other functions from internal functions which aren't seen (will have to think if and how to fix this). Also the main scripts filename isn't available. Need to think about that. | ||||
* | Make OBJCE return zend_class_entry*, also some cleanups | Stanislav Malyshev | 2002-04-30 | 1 | -12/+14 |
| | |||||
* | some type cleanup work | Harald Radi | 2002-04-23 | 1 | -1/+1 |
| | |||||
* | added get_class_entry callback handler to the | Harald Radi | 2002-04-22 | 1 | -4/+18 |
| | | | | | object handlers structure | ||||
* | - make class tables contain class_entry *, not class_entry | Stanislav Malyshev | 2002-03-12 | 1 | -6/+14 |
| | | | | | - fix isset($this) | ||||
* | - MFZE1 | Derick Rethans | 2002-03-02 | 1 | -1/+3 |
| | |||||
* | - MFZE1 | Derick Rethans | 2002-03-02 | 1 | -1/+1 |
| | |||||
* | Mega-commit: Enter the new object model | Stanislav Malyshev | 2002-02-07 | 1 | -10/+43 |
| | | | | | | | Note: only standard Zend objects are working now. This is definitely going to break custom objects like COM, Java, etc. - this will be fixed later. Also, this may break other things that access objects' internals directly. | ||||
* | Revert per Andi's request. Sorry :-( | Sebastian Bergmann | 2002-02-02 | 1 | -1/+1 |
| | |||||
* | Fix warning. Again :-) | Sebastian Bergmann | 2002-02-02 | 1 | -1/+1 |
| | |||||
* | - Please don't use strcmp() and friends in Zend but only the mem* | Andi Gutmans | 2002-02-02 | 1 | -1/+1 |
| | | | | | - functions. I didn't check this patch so please check that it works. | ||||
* | Fix a warning. | Sebastian Bergmann | 2002-02-02 | 1 | -1/+1 |
| | |||||
* | MFZE1: is_a() | Sebastian Bergmann | 2002-02-01 | 1 | -11/+30 |
| | |||||
* | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | - Damn Zeev :) | Andi Gutmans | 2001-12-04 | 1 | -2/+49 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -7/+7 |
| | |||||
* | TSRMLS fixes | Zeev Suraski | 2001-08-02 | 1 | -2/+2 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -5/+5 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | More TSRMLS_FETCH work, and get rid of redundant ParametersPassedByRef | Zeev Suraski | 2001-07-30 | 1 | -2/+1 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | Avoid TSRMLS_FETCH()'s (still lots of work left) | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
| | |||||
* | - Use the Z_OBJ* macros for accessing objects | Andi Gutmans | 2001-07-28 | 1 | -5/+9 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -2/+1 |
| | |||||
* | Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -2/+2 |
| | | | | | | This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | - Fix crash bug (fix by Jani). | Andi Gutmans | 2001-06-26 | 1 | -1/+5 |
| | |||||
* | Fix segfault -- need to copy-construct constant value. | Andrei Zmievski | 2001-05-23 | 1 | -1/+7 |
| | |||||
* | Moving some functions into Zend. | Andrei Zmievski | 2001-05-21 | 1 | -0/+97 |
| | |||||
* | - Add mistakenly removen closing bracket | Andi Gutmans | 2001-04-30 | 1 | -0/+1 |
| | |||||
* | - Get rid of warning | Andi Gutmans | 2001-04-30 | 1 | -24/+1 |
| | |||||
* | - More whitespace fixes while I'm at it. | Andi Gutmans | 2001-04-27 | 1 | -1/+1 |
| | |||||
* | - Whitespace changes to be standard like the rest of Zend | Andi Gutmans | 2001-04-27 | 1 | -2/+2 |
| | |||||
* | Updated get_class_methods() to take class instance as well as class name. | Andrei Zmievski | 2001-03-26 | 1 | -30/+26 |
| | |||||
* | Making it possible to pass a class name to get_parent_class() as well | Andrei Zmievski | 2001-03-26 | 1 | -4/+15 |
| | | | | | as a class instance. | ||||
* | Fixing function name length. | Andrei Zmievski | 2001-03-23 | 1 | -2/+2 |
| | |||||
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | - Add exports from Daniel Beulshausen | Andi Gutmans | 2001-02-24 | 1 | -4/+4 |
| |