Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - 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 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 2000-04-12 | 1 | -1/+3 | |
| | ||||||
* | Fix warnings | Zeev Suraski | 2000-04-11 | 1 | -2/+6 | |
| | ||||||
* | Fix fd leak in include_once() | Zeev Suraski | 2000-04-11 | 1 | -0/+2 | |
| | ||||||
* | - | Andi Gutmans | 2000-04-10 | 1 | -0/+6 | |
| | ||||||
* | Fix object overloading support | Zeev Suraski | 2000-04-10 | 1 | -54/+34 | |
| | ||||||
* | - Add warnings | Andi Gutmans | 2000-04-10 | 1 | -0/+2 | |
| | ||||||
* | Thoroughly fix include_once() | Zeev Suraski | 2000-04-07 | 1 | -10/+12 | |
| | ||||||
* | Fix include_once() | Zeev Suraski | 2000-04-07 | 1 | -3/+16 | |
| | ||||||
* | Initial preparation for OO overloading patch | Andi Gutmans | 2000-04-06 | 1 | -18/+18 | |
| | ||||||
* | - FIx JMPZNZ | Andi Gutmans | 2000-04-05 | 1 | -5/+5 | |
| | ||||||
* | Added !== (is not identical) operator. | Torben Wilson | 2000-03-29 | 1 | -0/+3 | |
| | ||||||
* | - Stop zend_func_args() and co. from crashing | Andi Gutmans | 2000-03-26 | 1 | -1/+1 | |
| | ||||||
* | <alloca.h> needs to be included before we define macros calling alloca() | Thies C. Arntzen | 2000-03-26 | 1 | -4/+0 | |
| | | | | | atleast using SGI's cc - should not harm other platforms (i hope) | |||||
* | - Some header dependencies cleanup | Zeev Suraski | 2000-03-25 | 1 | -2/+0 | |
| | | | | | - Generalize zval_print() and zval_print_r() | |||||
* | - Fixed a crash when sending a non-variable expression to a runtime-bound ↵ | Zeev Suraski | 2000-03-24 | 1 | -0/+4 | |
| | | | | | | | function that expected a reference. | |||||
* | - Nuke hash_*_ptr functions | Andi Gutmans | 2000-03-24 | 1 | -5/+6 | |
| | ||||||
* | false wouldn't automaticaly switch to an array type, which resulted in an | Zeev Suraski | 2000-03-18 | 1 | -0/+1 | |
| | | | | | incompatibility with PHP 3. Fixed. | |||||
* | - Fix newly introduced problem reported by Sam Ruby | Zeev Suraski | 2000-03-15 | 1 | -9/+0 | |
| | ||||||
* | - Remove inline from functions which are pretty large and besides eating up | Andi Gutmans | 2000-03-11 | 1 | -8/+8 | |
| | | | | | memory in compile time probably doesn't boost performance. | |||||
* | - Quick way of supporting include_once(). | Andi Gutmans | 2000-03-10 | 1 | -0/+18 | |
| | | | | | Good enough for RC1. | |||||
* | - Cleanup old IMPORT stuff | Andi Gutmans | 2000-03-10 | 1 | -1/+0 | |
| | ||||||
* | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 | |
| | ||||||
* | - Fix typos | Andi Gutmans | 2000-03-01 | 1 | -1/+1 | |
| | ||||||
* | Fix typo. | Andrei Zmievski | 2000-02-26 | 1 | -1/+1 | |
| | ||||||
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 | |
| | ||||||
* | Generalize macros | Zeev Suraski | 2000-02-19 | 1 | -1/+1 | |
| | ||||||
* | -Fix bug 3504 concerning leaks with unset() | Andi Gutmans | 2000-02-16 | 1 | -0/+7 | |
| | ||||||
* | - Hopefully fix Thies' bug report. | Andi Gutmans | 2000-02-16 | 1 | -7/+7 | |
| | ||||||
* | - Fix bug #3309 | Andi Gutmans | 2000-02-16 | 1 | -3/+11 | |
| | ||||||
* | - Put in the infrastructure for the unset() fix. Right now it has the old | Andi Gutmans | 2000-02-14 | 1 | -0/+15 | |
| | | | | | behavior but I just need time tomorrow to add the correct behavior. | |||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -1/+1 | |
| | ||||||
* | - Finally beautify those WIN32|WINNT checks | Andi Gutmans | 2000-02-10 | 1 | -1/+1 | |
| | ||||||
* | - Shouldn't be there | Andi Gutmans | 2000-02-10 | 1 | -1/+1 | |
| |