Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Localize a couple of macros | Zeev Suraski | 1999-12-06 | 1 | -1/+0 |
| | |||||
* | - Break the zend->PHP dependency introduced by the .php extension for use(), | Zeev Suraski | 1999-12-04 | 1 | -2/+3 |
| | | | | | | | by providing an API - Enable Stig's patch for use() extensions (it wasn't refered to by the parser) - Fix a memory leak in that code | ||||
* | Fix typo, add prototype for use_filename(). | Stig S. Bakken | 1999-12-04 | 1 | -0/+1 |
| | |||||
* | Solve a couple of compile issues | Zeev Suraski | 1999-12-02 | 1 | -1/+1 |
| | |||||
* | Fix warnings surfacing in maintainer-mode. | Stig S. Bakken | 1999-12-01 | 1 | -2/+2 |
| | |||||
* | - Add use support (behaves like require, but will not use the same file twice) | Andi Gutmans | 1999-11-30 | 1 | -3/+5 |
| | | | | | | | - Add import support (behaves like include, but requires parentheses; will not use the same file twice; Currently, it is not yet properly implemented, and only behaves like include) | ||||
* | - Improve the file handle closing code | Zeev Suraski | 1999-11-26 | 1 | -5/+6 |
| | |||||
* | - Fix comment as to Joey's findings | Andi Gutmans | 1999-11-14 | 1 | -1/+1 |
| | |||||
* | - Add support for BYREF_FORCE_REST | Andi Gutmans | 1999-11-03 | 1 | -0/+19 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-10-25 | 1 | -2/+3 |
| | |||||
* | - Move IS_IDENTICAL next to IS_EQUAL | Andi Gutmans | 1999-10-19 | 1 | -97/+97 |
| | |||||
* | - Preliminary submit of Thie's patch. Will fix the rest on Windows | Andi Gutmans | 1999-10-19 | 1 | -0/+1 |
| | | | | | as this was added on UNIX with patch. Changed IS_SAME -> IS_IDENTICAL | ||||
* | This causes link problems with anything higher than -O0. | Sascha Schumann | 1999-10-05 | 1 | -1/+1 |
| | |||||
* | - Hooray. This might actually work. (I hope) | Andi Gutmans | 1999-10-03 | 1 | -1/+15 |
| | |||||
* | - Move is_ref back to being an unsigned char and not a bit field. | Andi Gutmans | 1999-10-01 | 1 | -1/+1 |
| | |||||
* | - Remove locking support completely | Andi Gutmans | 1999-10-01 | 1 | -7/+0 |
| | |||||
* | - For Andrei. Implement references in array() initializations | Andi Gutmans | 1999-10-01 | 1 | -2/+2 |
| | |||||
* | - Fix SEND_VAR problem after fetch'ing a variable and not knowing the fetch type | Andi Gutmans | 1999-09-29 | 1 | -14/+18 |
| | |||||
* | - Stop using the locking mechanism and start using refcount. | Andi Gutmans | 1999-09-28 | 1 | -1/+14 |
| | | | | | Now we know when we need to free but we still need to support it | ||||
* | - First step in fixing locking problem. Array fetches are now always done last. | Andi Gutmans | 1999-09-20 | 1 | -0/+1 |
| | | | | | | | 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. | ||||
* | - Indirect references had all of the fetches by mistakenly backpatched. | Andi Gutmans | 1999-09-20 | 1 | -0/+1 |
| | | | | | | Actually all of the fetches are supposed to be read, except for the last one. | ||||
* | * header file cleanup | Stig S. Bakken | 1999-09-06 | 1 | -4/+4 |
| | | | | | | | | * 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? | ||||
* | - Optimize the execute stack a bit. | Andi Gutmans | 1999-08-15 | 1 | -2/+2 |
| | |||||
* | Generate better warnings for class/function redefinitions | Zeev Suraski | 1999-08-14 | 1 | -1/+1 |
| | |||||
* | Fix a few leaks | Zeev Suraski | 1999-08-07 | 1 | -0/+1 |
| | |||||
* | - Initialize extended value's and put the fetch_type in it's own variable | Andi Gutmans | 1999-08-03 | 1 | -0/+1 |
| | | | | | name. | ||||
* | Make set_compiled_filename() return a pointer to the allocated file name | Andi Gutmans | 1999-08-02 | 1 | -1/+1 |
| | |||||
* | - Fixed a leak when doing inheritance. The parent class name wasn't being freed. | Andi Gutmans | 1999-07-29 | 1 | -2/+2 |
| | | | | | | | - Fixed a stack leak. Functions that had late argument binding were set up as INIT_FCALL_BY_NAME but were using DO_FCALL and not the corresponding DO_FCALL_BY_NAME. | ||||
* | 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 | ||||
* | - Fix the new operator incompatibility. | Andi Gutmans | 1999-07-26 | 1 | -2/+2 |
| | | | | | | | - 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 | -59/+60 |
| | |||||
* | Fix bug #1812 | Zeev Suraski | 1999-07-23 | 1 | -1/+1 |
| | |||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 |
| | |||||
* | Get rid of AiCount completely | Zeev Suraski | 1999-07-10 | 1 | -1/+1 |
| | |||||
* | Step 4: | Zeev Suraski | 1999-07-09 | 1 | -5/+5 |
| | | | | | Move to a 7-bit counter (not fully implemented yet) | ||||
* | Phase 3: | Zeev Suraski | 1999-07-09 | 1 | -0/+8 |
| | | | | | Use a single bit to mark IS_REF variables | ||||
* | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -2/+5 |
| | | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0 | ||||
* | Support definition of classes that are derived from classes that are defined ↵ | Zeev Suraski | 1999-07-08 | 1 | -2/+3 |
| | | | | in runtime | ||||
* | - Fix the static array() initializing | Andi Gutmans | 1999-06-09 | 1 | -1/+1 |
| | |||||
* | * Fix a by-name call/method call bug | Andi Gutmans | 1999-06-08 | 1 | -3/+3 |
| | | | | | * Clean and optimize the whole function call process | ||||
* | * Centralized shutdown | Zeev Suraski | 1999-06-05 | 1 | -0/+3 |
| | | | | | * Change shutdown order again | ||||
* | New $GLOBALS init | Zeev Suraski | 1999-06-04 | 1 | -7/+5 |
| | |||||
* | * fix some casts | Sascha Schumann | 1999-05-30 | 1 | -1/+2 |
| | | | | | * introduce unary_op_type - cleaner than casting data voids to function ptrs | ||||
* | * Support getThis() for internal functions. | Zeev Suraski | 1999-05-28 | 1 | -0/+3 |
| | | | | | | | | * Fix 'new object or die' and AiCount issue thoroughly (earlier fix didn't work with the optimizer). * Add new macros for standardized definition of classes. * Only report AiCount problems if shutdown was not silent. | ||||
* | * Add struct name to all typedef's so that they can be debugged with MSVC | Zeev Suraski | 1999-05-22 | 1 | -6/+9 |
| | | | | | | | | | | * Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus causing AiCount to be decreased multiple times even though it was increased only once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only decrease AiCount on the last FETCH_DIM. * Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason MSVC doesn't report these :I | ||||
* | Avoid leaking fd's in case of failures | Zeev Suraski | 1999-05-22 | 1 | -1/+2 |
| | |||||
* | Optimize allocations into uninitialized_zval assignments | Zeev Suraski | 1999-05-20 | 1 | -1/+1 |
| | |||||
* | - Updates we did today | Andi Gutmans | 1999-05-20 | 1 | -1/+1 |
| | |||||
* | * Fix all hash checks that checked Bucket.arKey for NULL, when it was changed | Zeev Suraski | 1999-05-15 | 1 | -5/+12 |
| | | | | | | | | | | | to char[1], these checks should have been changed to Bucket.nKeyLength==0 * Support runtime declaration of functions. I ended up changing the grammar to catch top level functions vs. nested functions. The reason is simple - if we don't have functions properly declared at compile-time, function calls cannot be resolved at compile time, and have to be resolved at runtime, which ends up being much much slower (without the optimizer, that is). It's no biggy though, the grammar change isn't that bad. |