| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Recover from a parse error in include files (before, it could result in a ↵ | Zeev Suraski | 2001-05-06 | 3 | -5/+17 |
| | | | | | crash under certain circumstances). Fix bug #8663 | ||||
| * | Yikes, that would have been a very bad bug :) | Zeev Suraski | 2001-05-06 | 1 | -1/+1 |
| | | |||||
| * | Floating point keys didn't work in array() (fix bug #6662) | Zeev Suraski | 2001-05-06 | 1 | -1/+1 |
| | | |||||
| * | Hear hear, interactive mode is finally showing some progress: | Zeev Suraski | 2001-05-06 | 2 | -1/+5 |
| | | | | | | | - Support function calls - Fix crash bug | ||||
| * | Support interactive mode in thread-safe builds | Zeev Suraski | 2001-05-06 | 3 | -7/+7 |
| | | |||||
| * | Fix autoconversion of hexadecimal strings | Zeev Suraski | 2001-05-06 | 1 | -1/+10 |
| | | | | | | It's time to close bug #5404 :) | ||||
| * | Retain single spaces as spaces to condense HTML | Zeev Suraski | 2001-05-06 | 1 | -0/+9 |
| | | |||||
| * | - Support \r as newline in the ini scanner | Andi Gutmans | 2001-05-02 | 1 | -3/+5 |
| | | |||||
| * | - Handle MAC OS X \r line endings | Andi Gutmans | 2001-05-02 | 1 | -6/+7 |
| | | |||||
| * | - Patch by Andrei to prevent crash in error situation when not all | Andi Gutmans | 2001-05-02 | 1 | -2/+12 |
| | | | | | | object overloading handles are defined. | ||||
| * | - Bump up Zend version | Andi Gutmans | 2001-05-01 | 1 | -1/+1 |
| | | |||||
| * | - 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 |
| | | |||||
| * | - Try to solve crash on OS400. There is actually no reason I can see for | Andi Gutmans | 2001-04-30 | 1 | -5/+6 |
| | | | | | | why his fix should solve a crash but it doesn't harm. | ||||
| * | - Fix crash bug in interactive mode | Andi Gutmans | 2001-04-30 | 1 | -0/+17 |
| | | |||||
| * | - Whitespace | Andi Gutmans | 2001-04-29 | 1 | -1/+1 |
| | | |||||
| * | - Improve overwrite detection in debug mode. | Andi Gutmans | 2001-04-29 | 2 | -23/+24 |
| | | |||||
| * | - Previous patch for too early freeing of resources seemed to have worked. | Andi Gutmans | 2001-04-29 | 1 | -11/+1 |
| | | | | | | - Clean it up a bit. | ||||
| * | - Try and solve the too early resource destruction problem. | Andi Gutmans | 2001-04-29 | 1 | -3/+3 |
| | | |||||
| * | include limits.h if available | Zeev Suraski | 2001-04-28 | 4 | -6/+4 |
| | | |||||
| * | Fix bug 5661 | Zeev Suraski | 2001-04-28 | 1 | -0/+8 |
| | | |||||
| * | - Move all cases into switch(). | Andi Gutmans | 2001-04-28 | 1 | -64/+78 |
| | | |||||
| * | - Just some little whitespace stuff. | Andi Gutmans | 2001-04-28 | 1 | -24/+24 |
| | | |||||
| * | - Don't add/remove cached memory blocks from blocks list as this will slow | Andi Gutmans | 2001-04-28 | 1 | -7/+1 |
| | | | | | | - down performance a bit. | ||||
| * | Resources weren't being properly destroyed by the convert_to_*() functions | Zeev Suraski | 2001-04-28 | 1 | -3/+26 |
| | | |||||
| * | - More whitespace fixes while I'm at it. | Andi Gutmans | 2001-04-27 | 6 | -7/+7 |
| | | |||||
| * | - Whitespace changes to be standard like the rest of Zend | Andi Gutmans | 2001-04-27 | 6 | -9/+9 |
| | | |||||
| * | - Add typedef for function pointer of llist dtor | Andi Gutmans | 2001-04-21 | 2 | -8/+9 |
| | | |||||
| * | - Fix for crash bug when using invalid arguments in the foreach() loop. | Andi Gutmans | 2001-04-20 | 1 | -3/+7 |
| | | | | | | - Reported by Yasuo Ohgaki | ||||
| * | - Patch from Jason Greene. | Andi Gutmans | 2001-04-19 | 1 | -2/+6 |
| | | | | | | | - Make it easier to write PHP function definitions in more than just one .c file while accessing the same module globals. | ||||
| * | small beautification | Zeev Suraski | 2001-04-17 | 1 | -5/+5 |
| | | |||||
| * | Fix warning | Zeev Suraski | 2001-03-28 | 1 | -0/+3 |
| | | |||||
| * | Make Windows happy | Zeev Suraski | 2001-03-28 | 1 | -0/+2 |
| | | |||||
| * | Get rid of more redundant code | Zeev Suraski | 2001-03-28 | 1 | -30/+6 |
| | | |||||
| * | Cleaner way of making sure resources start at 1 and not 0... | Zeev Suraski | 2001-03-28 | 1 | -5/+5 |
| | | |||||
| * | Remove redundant code | Zeev Suraski | 2001-03-28 | 2 | -27/+0 |
| | | |||||
| * | God knows what this code was doing... | Zeev Suraski | 2001-03-27 | 2 | -37/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | - Add support for isset($var1, $var2, $var3); - Will be true only if all | Andi Gutmans | 2001-03-19 | 1 | -1/+5 |
| | | | | | | - variables are set. | ||||
| * | - Nuke commented code | Andi Gutmans | 2001-03-15 | 1 | -7/+0 |
| | | |||||
| * | Name length is already known. | Andrei Zmievski | 2001-03-12 | 1 | -4/+3 |
| | | |||||
| * | - Missed second place. | Andi Gutmans | 2001-03-12 | 1 | -4/+12 |
| | | |||||
| * | - Nuke snprintf() | Andi Gutmans | 2001-03-12 | 1 | -2/+9 |
| | | |||||
| * | - White space | Andi Gutmans | 2001-03-12 | 1 | -1/+1 |
| | | |||||
| * | - Fix by Jani Taskinen <sniper@iki.fi> for whole path also to work | Andi Gutmans | 2001-03-12 | 1 | -10/+8 |
| | | | | | | with include_once()/require_once(). | ||||
| * | Improve zend_is_callable() to the point where it's actually useful. | Andrei Zmievski | 2001-03-12 | 2 | -12/+53 |
| | | | | | | | Now it just needs to be invoked everywhere in PHP where a callback is expected. | ||||
| * | - Fix for Solaris. | Andi Gutmans | 2001-03-11 | 2 | -1/+9 |
| | | |||||
| * | - Whitespace | Andi Gutmans | 2001-03-10 | 1 | -1/+1 |
| | | |||||
