Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tagphp-4.3.0dev-ZendEngine2 | SVN Migration | 2002-05-19 | 86 | -40425/+0 |
| | | | | 'php_4_3_0_dev_ZendEngine2'. | ||||
* | ChangeLog update | 2002-05-15 | 1 | -0/+5 | |
| | |||||
* | - constructor_called is supposed to be destructor_called | Andi Gutmans | 2002-05-14 | 2 | -7/+7 |
| | |||||
* | ChangeLog update | 2002-05-14 | 1 | -0/+8 | |
| | |||||
* | MFZE1 | Sterling Hughes | 2002-05-13 | 1 | -9/+30 |
| | |||||
* | - MFZE1 | Derick Rethans | 2002-05-13 | 1 | -2/+2 |
| | |||||
* | ChangeLog update | 2002-05-13 | 1 | -0/+14 | |
| | |||||
* | MFZE1 | Zeev Suraski | 2002-05-12 | 1 | -9/+14 |
| | |||||
* | Rephrase. | Sebastian Bergmann | 2002-05-12 | 1 | -1/+2 |
| | |||||
* | Beautify. | Sebastian Bergmann | 2002-05-12 | 1 | -11/+8 |
| | |||||
* | Start documenting the debug backtracing. | Sebastian Bergmann | 2002-05-12 | 1 | -0/+22 |
| | |||||
* | Whitespace fixes. | Sebastian Bergmann | 2002-05-12 | 1 | -116/+116 |
| | |||||
* | ChangeLog update | 2002-05-12 | 1 | -0/+5 | |
| | |||||
* | MFZE1 | Zeev Suraski | 2002-05-11 | 2 | -3/+3 |
| | |||||
* | ChangeLog update | 2002-05-11 | 1 | -0/+23 | |
| | |||||
* | - 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"; } | ||||
* | ChangeLog update | 2002-05-09 | 1 | -0/+10 | |
| | |||||
* | - Hopefully fix problems with debug_backtrace() | Andi Gutmans | 2002-05-08 | 2 | -1/+17 |
| | |||||
* | - MFZE1 | Derick Rethans | 2002-05-08 | 1 | -0/+5 |
| | |||||
* | ChangeLog update | 2002-05-08 | 1 | -0/+8 | |
| | |||||
* | - More debug backtrace work. It still doesn't work very well... | Andi Gutmans | 2002-05-07 | 4 | -11/+28 |
| | |||||
* | ChangeLog update | 2002-05-03 | 1 | -0/+13 | |
| | |||||
* | Initial support for built-in backtracing. | Andi Gutmans | 2002-05-02 | 6 | -52/+85 |
| | | | | | | | | 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. | ||||
* | ChangeLog update | 2002-05-01 | 1 | -0/+9 | |
| | |||||
* | Make OBJCE return zend_class_entry*, also some cleanups | Stanislav Malyshev | 2002-04-30 | 6 | -31/+33 |
| | |||||
* | ChangeLog update | 2002-04-29 | 1 | -0/+5 | |
| | |||||
* | Revert. | Sebastian Bergmann | 2002-04-28 | 2 | -1/+19 |
| | |||||
* | ChangeLog update | 2002-04-28 | 1 | -0/+6 | |
| | |||||
* | MFZE1: If the size-operands of memset are constants, the compiler can turn ↵ | Sebastian Bergmann | 2002-04-27 | 2 | -19/+1 |
| | | | | them into fast inline code. So, instead of using ecalloc, we use emalloc + memset in macro form now. emalloc will not return NULL, so the chosen macro form is safe. This is not true for malloc(3). An inline function accomodates our needs here. Suggested by: http://www.mail-archive.com/dev%40httpd.apache.org/msg02492.html (Sascha) | ||||
* | ChangeLog update | 2002-04-26 | 1 | -0/+4 | |
| | |||||
* | unbreak the win32 build | Harald Radi | 2002-04-25 | 1 | -0/+1 |
| | |||||
* | ChangeLog update | 2002-04-25 | 1 | -0/+4 | |
| | |||||
* | MFZE1 saschas 'Avoid exceeding buffer limits' patch | Harald Radi | 2002-04-24 | 1 | -1/+2 |
| | |||||
* | ChangeLog update | 2002-04-24 | 1 | -0/+19 | |
| | |||||
* | some type cleanup work | Harald Radi | 2002-04-23 | 16 | -49/+49 |
| | |||||
* | ChangeLog update | 2002-04-23 | 1 | -0/+21 | |
| | |||||
* | added get_class_entry callback handler to the | Harald Radi | 2002-04-22 | 7 | -44/+56 |
| | | | | | object handlers structure | ||||
* | MFZE1: Change default value of inline-opt to yes (Sascha). | Sebastian Bergmann | 2002-04-22 | 1 | -3/+3 |
| | |||||
* | fixed linkage warning under win32 | Harald Radi | 2002-04-22 | 3 | -1/+3 |
| | |||||
* | ChangeLog update | 2002-04-21 | 1 | -0/+4 | |
| | |||||
* | MFZE1 | Zeev Suraski | 2002-04-20 | 1 | -0/+3 |
| | |||||
* | ChangeLog update | 2002-04-20 | 1 | -0/+9 | |
| | |||||
* | MFZE1: make sure the resource-list is always consistent during shutdown (Thies). | Sebastian Bergmann | 2002-04-19 | 3 | -24/+19 |
| | |||||
* | MFZE1: Fix imbalance bug (Zeev). | Sebastian Bergmann | 2002-04-19 | 1 | -2/+4 |
| | |||||
* | ChangeLog update | 2002-04-11 | 1 | -0/+5 | |
| | |||||
* | MFZE1 | foobar | 2002-04-10 | 1 | -1/+1 |
| | |||||
* | MFZE1 | foobar | 2002-04-10 | 2 | -0/+28 |
| | |||||
* | ChangeLog update | 2002-04-08 | 1 | -0/+6 | |
| | |||||
* | make compatible with current PHP | Stanislav Malyshev | 2002-04-07 | 1 | -0/+8 |
| |