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 | -411/+0 |
| | |||||
* | - First step in fixing locking problem. Array fetches are now always done last. | Andi Gutmans | 1999-09-20 | 1 | -10/+16 |
| | | | | | | | Later on we will want to delay the write fetches even longer until after their resulting expression is parsed. The way it is now, will make it very easy to delay as long as we need. | ||||
* | - Make sure expr_list and echo_list are either empty or comma seperated | Andi Gutmans | 1999-08-19 | 1 | -0/+6 |
| | | | | | expressions | ||||
* | - Initialize extended value's and put the fetch_type in it's own variable | Andi Gutmans | 1999-08-03 | 1 | -0/+1 |
| | | | | | name. | ||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 |
| | |||||
* | Step 4: | Zeev Suraski | 1999-07-09 | 1 | -2/+2 |
| | | | | | Move to a 7-bit counter (not fully implemented yet) | ||||
* | Phase 3: | Zeev Suraski | 1999-07-09 | 1 | -2/+2 |
| | | | | | Use a single bit to mark IS_REF variables | ||||
* | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -2/+2 |
| | | | | | Rename is_ref to EA | ||||
* | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -3/+5 |
| | | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0 | ||||
* | New $GLOBALS init | Zeev Suraski | 1999-06-04 | 1 | -1/+1 |
| | |||||
* | Minor updates (mostly __declspec() stuff) | Zeev Suraski | 1999-06-04 | 1 | -2/+2 |
| | |||||
* | * fix some casts | Sascha Schumann | 1999-05-30 | 1 | -4/+4 |
| | | | | | * introduce unary_op_type - cleaner than casting data voids to function ptrs | ||||
* | - Free refcount when destroying the last class reference. | Andi Gutmans | 1999-04-30 | 1 | -0/+2 |
| | |||||
* | * Fix debugger+interactive mode bug | Zeev Suraski | 1999-04-27 | 1 | -1/+1 |
| | | | | | * Recognize whether an extension is with debug information or not | ||||
* | Various thread safety fixes and DLL updates | Zeev Suraski | 1999-04-26 | 1 | -0/+7 |
| | |||||
* | Cleanups, remove old ts code | Zeev Suraski | 1999-04-24 | 1 | -14/+14 |
| | |||||
* | Make token names uniform, they all begin with T_ now. | Zeev Suraski | 1999-04-22 | 1 | -14/+14 |
| | |||||
* | Thread safety patch. We're still not quite there but it compiles again, and | Zeev Suraski | 1999-04-21 | 1 | -11/+13 |
| | | | | | more logic has been implemented. | ||||
* | Whatnot: | Zeev Suraski | 1999-04-18 | 1 | -0/+3 |
| | | | | | | | | * updated alloc_persist to use critical sections * changed extension shutdown to two-phase * updated dependencies * PR support (don't remember if there was any really) | ||||
* | -Tiny patches | Andi Gutmans | 1999-04-14 | 1 | -2/+3 |
| | |||||
* | $GLOBALS support | Zeev Suraski | 1999-04-08 | 1 | -0/+2 |
| | |||||
* | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+375 |