summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagphp-4.3.0dev-ZendEngine2SVN Migration2002-05-1986-40425/+0
| | | | 'php_4_3_0_dev_ZendEngine2'.
* ChangeLog update2002-05-151-0/+5
|
* - constructor_called is supposed to be destructor_calledAndi Gutmans2002-05-142-7/+7
|
* ChangeLog update2002-05-141-0/+8
|
* MFZE1Sterling Hughes2002-05-131-9/+30
|
* - MFZE1Derick Rethans2002-05-131-2/+2
|
* ChangeLog update2002-05-131-0/+14
|
* MFZE1Zeev Suraski2002-05-121-9/+14
|
* Rephrase.Sebastian Bergmann2002-05-121-1/+2
|
* Beautify.Sebastian Bergmann2002-05-121-11/+8
|
* Start documenting the debug backtracing.Sebastian Bergmann2002-05-121-0/+22
|
* Whitespace fixes.Sebastian Bergmann2002-05-121-116/+116
|
* ChangeLog update2002-05-121-0/+5
|
* MFZE1Zeev Suraski2002-05-112-3/+3
|
* ChangeLog update2002-05-111-0/+23
|
* - Nuke C++ commentAndi Gutmans2002-05-101-1/+1
|
* - Make debug_backtrace() return an array. Still not finished because IAndi Gutmans2002-05-101-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 update2002-05-091-0/+10
|
* - Hopefully fix problems with debug_backtrace()Andi Gutmans2002-05-082-1/+17
|
* - MFZE1Derick Rethans2002-05-081-0/+5
|
* ChangeLog update2002-05-081-0/+8
|
* - More debug backtrace work. It still doesn't work very well...Andi Gutmans2002-05-074-11/+28
|
* ChangeLog update2002-05-031-0/+13
|
* Initial support for built-in backtracing.Andi Gutmans2002-05-026-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 update2002-05-011-0/+9
|
* Make OBJCE return zend_class_entry*, also some cleanupsStanislav Malyshev2002-04-306-31/+33
|
* ChangeLog update2002-04-291-0/+5
|
* Revert.Sebastian Bergmann2002-04-282-1/+19
|
* ChangeLog update2002-04-281-0/+6
|
* MFZE1: If the size-operands of memset are constants, the compiler can turn ↵Sebastian Bergmann2002-04-272-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 update2002-04-261-0/+4
|
* unbreak the win32 buildHarald Radi2002-04-251-0/+1
|
* ChangeLog update2002-04-251-0/+4
|
* MFZE1 saschas 'Avoid exceeding buffer limits' patchHarald Radi2002-04-241-1/+2
|
* ChangeLog update2002-04-241-0/+19
|
* some type cleanup workHarald Radi2002-04-2316-49/+49
|
* ChangeLog update2002-04-231-0/+21
|
* added get_class_entry callback handler to theHarald Radi2002-04-227-44/+56
| | | | | object handlers structure
* MFZE1: Change default value of inline-opt to yes (Sascha).Sebastian Bergmann2002-04-221-3/+3
|
* fixed linkage warning under win32Harald Radi2002-04-223-1/+3
|
* ChangeLog update2002-04-211-0/+4
|
* MFZE1Zeev Suraski2002-04-201-0/+3
|
* ChangeLog update2002-04-201-0/+9
|
* MFZE1: make sure the resource-list is always consistent during shutdown (Thies).Sebastian Bergmann2002-04-193-24/+19
|
* MFZE1: Fix imbalance bug (Zeev).Sebastian Bergmann2002-04-191-2/+4
|
* ChangeLog update2002-04-111-0/+5
|
* MFZE1foobar2002-04-101-1/+1
|
* MFZE1foobar2002-04-102-0/+28
|
* ChangeLog update2002-04-081-0/+6
|
* make compatible with current PHPStanislav Malyshev2002-04-071-0/+8
|