Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-split | SVN Migration | 1999-09-26 | 1 | -2090/+0 |
| | |||||
* | - Changed Ts{}.var to Ts{}.var.ptr_ptr. | Andi Gutmans | 1999-09-26 | 1 | -37/+37 |
| | |||||
* | - Try to fix the leak Rasmus reported. It's pretty sucky code so I'm really | Andi Gutmans | 1999-09-18 | 1 | -5/+8 |
| | | | | | not sure this fix is OK.I can't remember all of what we did there. | ||||
* | make SUNs c89 happy | Thies C. Arntzen | 1999-09-17 | 1 | -4/+3 |
| | |||||
* | - Fix bug #2318 | Zeev Suraski | 1999-09-17 | 1 | -0/+1 |
| | |||||
* | - Fix for floating point array offsets. Same behaviour as in PHP 3.0. We | Andi Gutmans | 1999-09-08 | 1 | -8/+12 |
| | | | | | casted to (long). | ||||
* | * header file cleanup | Stig S. Bakken | 1999-09-06 | 1 | -2/+2 |
| | | | | | | | | * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the header file stuff right there? | ||||
* | - Fixed a specific memory leak linked to locking. | Andi Gutmans | 1999-08-23 | 1 | -0/+20 |
| | |||||
* | Fix #2070 | Zeev Suraski | 1999-08-17 | 1 | -1/+1 |
| | |||||
* | - Oopsie | Andi Gutmans | 1999-08-15 | 1 | -5/+0 |
| | |||||
* | - Optimize the execute stack a bit. | Andi Gutmans | 1999-08-15 | 1 | -109/+112 |
| | |||||
* | - Thies's crash fix. | Andi Gutmans | 1999-08-09 | 1 | -1/+1 |
| | |||||
* | Fix a few leaks | Zeev Suraski | 1999-08-07 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-08-06 | 1 | -2/+1 |
| | |||||
* | - Initialize extended value's and put the fetch_type in it's own variable | Andi Gutmans | 1999-08-03 | 1 | -3/+3 |
| | | | | | name. | ||||
* | - Add ptr_stack_n_{push,pop} in order to speed up function calls a bit. | Andi Gutmans | 1999-07-30 | 1 | -1/+6 |
| | | | | | | There seems to be no reason for stack->top in the ptr_stack except for when realloc()'in the stack. I think I'll remove it. | ||||
* | - Fixed various inheritance problems & Andrey's leak | Andi Gutmans | 1999-07-28 | 1 | -0/+2 |
| | |||||
* | - Add missing lock | Andi Gutmans | 1999-07-27 | 1 | -0/+1 |
| | |||||
* | - Fix up the new operator a bit more. | Andi Gutmans | 1999-07-27 | 1 | -28/+41 |
| | |||||
* | Set reference count and is_ref values for new objects | Zeev Suraski | 1999-07-27 | 1 | -1/+3 |
| | |||||
* | Fix a bug in inheritence from classes defined in include files, that are | Zeev Suraski | 1999-07-26 | 1 | -1/+1 |
| | | | | | inherited from require()'d files | ||||
* | - Oops I erased this by mistake | Andi Gutmans | 1999-07-26 | 1 | -0/+1 |
| | |||||
* | - Should be a complete fix now. This break away code should maybe be made | Andi Gutmans | 1999-07-26 | 1 | -2/+14 |
| | | | | | somewhat generic | ||||
* | - Temporary fix for "this". Have to fix it tomorrow. | Andi Gutmans | 1999-07-26 | 1 | -0/+1 |
| | |||||
* | - Fix compile error. Weird that Visual didn't catch this one. | Andi Gutmans | 1999-07-26 | 1 | -1/+1 |
| | |||||
* | - Fix the new operator incompatibility. | Andi Gutmans | 1999-07-26 | 1 | -18/+55 |
| | | | | | | | - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to compile the tree now. | ||||
* | Thoroughly fix the SWITCH problem. No RETURN handling yet. | Zeev Suraski | 1999-07-24 | 1 | -1/+17 |
| | |||||
* | Fix bug #1812 | Zeev Suraski | 1999-07-23 | 1 | -7/+22 |
| | |||||
* | - Include alloca.h when need and available. | Andi Gutmans | 1999-07-20 | 1 | -0/+4 |
| | |||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | * Fix Zend version | Andi Gutmans | 1999-07-19 | 1 | -5/+2 |
| | | | | | * Fix a method call bug | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 |
| | |||||
* | Fix a lock issue | Andi Gutmans | 1999-07-15 | 1 | -3/+0 |
| | |||||
* | - Fixed a purify warning | Andi Gutmans | 1999-07-12 | 1 | -1/+3 |
| | |||||
* | Ok, so we do have to lock in there | Andi Gutmans | 1999-07-10 | 1 | -10/+10 |
| | |||||
* | Fix assignments of reference variables | Andi Gutmans | 1999-07-10 | 1 | -0/+2 |
| | |||||
* | Put the garbage in the garbage bin | Zeev Suraski | 1999-07-10 | 1 | -7/+0 |
| | |||||
* | Get rid of AiCount completely | Zeev Suraski | 1999-07-10 | 1 | -41/+17 |
| | |||||
* | Final tweaks | Zeev Suraski | 1999-07-10 | 1 | -0/+6 |
| | |||||
* | More locking work | Zeev Suraski | 1999-07-10 | 1 | -7/+8 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-07-09 | 1 | -1/+1 |
| | |||||
* | More stuff | Zeev Suraski | 1999-07-09 | 1 | -0/+9 |
| | |||||
* | Step 4: | Zeev Suraski | 1999-07-09 | 1 | -27/+58 |
| | | | | | Move to a 7-bit counter (not fully implemented yet) | ||||
* | Phase 3: | Zeev Suraski | 1999-07-09 | 1 | -17/+17 |
| | | | | | Use a single bit to mark IS_REF variables | ||||
* | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -32/+32 |
| | | | | | Rename is_ref to EA | ||||
* | Support isset()/empty() for string offsets | Zeev Suraski | 1999-07-03 | 1 | -4/+21 |
| | |||||
* | * Use to_string() instead of __print() | Zeev Suraski | 1999-06-11 | 1 | -0/+3 |
| | | | | | * Support boolean casts ((bool) and (boolean)) | ||||
* | * Make the output handling of variables much, much cooler. | Zeev Suraski | 1999-06-11 | 1 | -7/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Uses zend_make_printable_zval() instead of convert_to_string() now: $foo = true; print "\$foo is $foo"; will now print $foo is true (instead of "$foo is 1", earlier). Also, with objects, it automatically tries to call __print() and use it as a printing function. For example: class foo { function __print() { return "Foo Object"; } }; $foo = new foo; print $foo; will print "Foo Object". | ||||
* | * Fix cases where you assign an array element to the parent array (the array was | Zeev Suraski | 1999-06-09 | 1 | -4/+7 |
| | | | | | being erased before the assignment, so the element was being smashed). | ||||
* | * Fix foreach() that receives a non array argument | Zeev Suraski | 1999-06-09 | 1 | -15/+7 |
| | | | | | * Clean up some C++ comments |