Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Pass on the exit status | Sascha Schumann | 2000-11-22 | 1 | -1/+7 | |
| | ||||||
* | - The baby patch wasn't that innocent :) | Andi Gutmans | 2000-11-21 | 1 | -1/+0 | |
| | ||||||
* | - NEVER copy and paste :) | Andi Gutmans | 2000-11-20 | 1 | -1/+1 | |
| | ||||||
* | - Baby patch towards making the damn pass-by-ref work. | Andi Gutmans | 2000-11-20 | 1 | -1/+8 | |
| | ||||||
* | - This patch is broken and needs more thorough fixing. | Andi Gutmans | 2000-11-20 | 1 | -8/+0 | |
| | ||||||
* | - Try and fix the problem when sending references returned from a function ↵ | Andi Gutmans | 2000-11-19 | 1 | -0/+8 | |
| | | | | by reference. | |||||
* | Fix a corruption bug, when erroneously allowing to send non-variables by ↵ | Zeev Suraski | 2000-10-29 | 1 | -1/+5 | |
| | | | | | | | reference (several bug-db reports seem to originate in this bug) | |||||
* | Fix -a interactive mode (no idea how the previous commit got committed) | Zeev Suraski | 2000-10-11 | 1 | -4/+1 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 2000-10-11 | 1 | -0/+5 | |
| | ||||||
* | - Fix NULL handling in ARRAY opcode and resolve memory leak | Andi Gutmans | 2000-09-14 | 1 | -0/+4 | |
| | ||||||
* | Make compile_string() accept a description of the code | Zeev Suraski | 2000-09-12 | 1 | -4/+6 | |
| | ||||||
* | - Use emalloc() for opened_path now. This was a potential leak before. | Andi Gutmans | 2000-08-31 | 1 | -1/+1 | |
| | | | | | | - This patch has potential to break stuff but I tested it as much as I - could. Fixes should be easy. | |||||
* | - Revert patch from 9/7/2000 which seems to have broken unset(). | Andi Gutmans | 2000-08-24 | 1 | -2/+0 | |
| | | | | | - I hope what made me do this patch doesn't appear again. | |||||
* | - Beautify | Andi Gutmans | 2000-08-19 | 1 | -2/+2 | |
| | ||||||
* | Fix warning issue (compile errors inside require()'d files were incorrectly ↵ | Zeev Suraski | 2000-08-15 | 1 | -1/+1 | |
| | | | | supressed) | |||||
* | - Fix leak and some logic | Zeev Suraski | 2000-08-14 | 1 | -7/+5 | |
| | ||||||
* | - This patch should hopefully fix situations where a constructor uses | Andi Gutmans | 2000-08-14 | 1 | -4/+6 | |
| | | | | | - the $this pointer as a reference. | |||||
* | Fix crash | Stanislav Malyshev | 2000-08-14 | 1 | -2/+2 | |
| | ||||||
* | Fix zend_fiel_handle handling. Should fix URL include | Stanislav Malyshev | 2000-08-13 | 1 | -8/+5 | |
| | | | | | and various opened_path inconsistencies. | |||||
* | @ Fix problem with nested foreach()'s (Andi, Zend Engine) | Andi Gutmans | 2000-08-10 | 1 | -12/+17 | |
| | ||||||
* | The patch we promised - redesigned the compilation/execution API: | Zeev Suraski | 2000-08-09 | 1 | -9/+10 | |
| | | | | | | | | | | | | | | | | | | Advantages: - Smaller memory footprint for the op arrays - Slightly faster compilation times (due to saved erealloc() calls and faster zend_op initialization) - include_once() & require_once() share the same file list - Consistency between include() and require() - this mostly means that return() works inside require()'d files just as it does in include() files (it used to be meaningless in require()'d files, most of the time (see below)) - Made require() consistent with itself. Before, if the argument was not a constant string, require() took the include() behavior (with return()). - Removed lots of duplicate code. Bottom line - require() and include() are very similar now; require() is simply an include() which isn't allowed to fail. Due to the erealloc() calls for large op arrays, require() didn't end up being any faster than include() in the Zend engine. | |||||
* | - Use some more SEPARATE_ZVAL macros instead of replicated code. | Andi Gutmans | 2000-08-05 | 1 | -24/+6 | |
| | ||||||
* | Fix memory leak | Stanislav Malyshev | 2000-08-05 | 1 | -2/+2 | |
| | ||||||
* | - Beautify code. Try and use more macros for splitting instead of | Andi Gutmans | 2000-08-04 | 1 | -45/+11 | |
| | | | | | - replicating the code everywhere. | |||||
* | - Remove commented code | Andi Gutmans | 2000-08-02 | 1 | -11/+0 | |
| | ||||||
* | Fix filename issues | Zeev Suraski | 2000-07-29 | 1 | -6/+10 | |
| | ||||||
* | Always store full filename as compiled file name | Andi Gutmans | 2000-07-27 | 1 | -0/+1 | |
| | ||||||
* | Fix a bug in passing second parameter of RECV_INIT with is_ref set | Stanislav Malyshev | 2000-07-11 | 1 | -1/+1 | |
| | ||||||
* | - Fix memory leak. | Andi Gutmans | 2000-07-09 | 1 | -1/+1 | |
| | ||||||
* | - Need to seperate if the hash isn't a reference | Andi Gutmans | 2000-07-09 | 1 | -0/+2 | |
| | ||||||
* | Remove C++ commennts. | Stanislav Malyshev | 2000-07-07 | 1 | -3/+3 | |
| | ||||||
* | - Yet another fix... | Andi Gutmans | 2000-07-06 | 1 | -0/+1 | |
| | ||||||
* | - One more... | Andi Gutmans | 2000-07-06 | 1 | -3/+3 | |
| | ||||||
* | - Complex fix for solving a problem with objects & method calls. | Andi Gutmans | 2000-07-06 | 1 | -4/+9 | |
| | | | | | | | - Previous version is tagged PRE_METHOD_CALL_SEPERATE_FIX_PATCH. - I need to check this fix on a server so if it doesn't work I will revert - it. | |||||
* | Ok, this time here's some real Win32 system programming :) | Zeev Suraski | 2000-06-16 | 1 | -14/+6 | |
| | | | | | | Redesigned the timeout system using a single timeout thread and a single window, and used a much quicker check. | |||||
* | Macro it up the right way | Zeev Suraski | 2000-06-16 | 1 | -6/+7 | |
| | ||||||
* | Macro this up, so it can be moved to other places | Zeev Suraski | 2000-06-16 | 1 | -5/+9 | |
| | ||||||
* | - Move timeout code to Zend | Zeev Suraski | 2000-06-16 | 1 | -0/+8 | |
| | | | | | - Implement timeouts in Win32 | |||||
* | I can't think of a reason of why it should just be a notice... Make it a ↵ | Zeev Suraski | 2000-06-10 | 1 | -1/+1 | |
| | | | | warning, like it was in PHP 3. | |||||
* | Fix bug #4933 | Zeev Suraski | 2000-06-09 | 1 | -0/+2 | |
| | ||||||
* | - Remove old obsolete code. | Andi Gutmans | 2000-06-09 | 1 | -20/+0 | |
| | ||||||
* | - Make unset consistent with the way array offsets work | Andi Gutmans | 2000-06-09 | 1 | -5/+20 | |
| | ||||||
* | Handle unset with empty key | Stanislav Malyshev | 2000-06-09 | 1 | -0/+3 | |
| | ||||||
* | Fix a bug in static initializers/default values/class member variables that ↵ | Zeev Suraski | 2000-05-31 | 1 | -8/+5 | |
| | | | | | | | contained array values | |||||
* | - Fix include() when used on resources (shouldn't work but shouldn't crash | Andi Gutmans | 2000-05-18 | 1 | -14/+16 | |
| | | | | | either). | |||||
* | - Make $obj->test = 5; work again (assigning to uninitialized objects) | Andi Gutmans | 2000-05-06 | 1 | -2/+3 | |
| | ||||||
* | - Change the place CAST uses for the op_type | Andi Gutmans | 2000-05-03 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 2000-04-27 | 1 | -1/+1 | |
| | ||||||
* | Change to using the #define's | Zeev Suraski | 2000-04-27 | 1 | -1/+1 | |
| | ||||||
* | - Fix order of JMPZNZ arguments | Andi Gutmans | 2000-04-17 | 1 | -3/+3 | |
| |