summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - Complex fix for solving a problem with objects & method calls.Andi Gutmans2000-07-061-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 Suraski2000-06-161-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 wayZeev Suraski2000-06-161-6/+7
|
* Macro this up, so it can be moved to other placesZeev Suraski2000-06-161-5/+9
|
* - Move timeout code to ZendZeev Suraski2000-06-161-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 Suraski2000-06-101-1/+1
| | | | warning, like it was in PHP 3.
* Fix bug #4933Zeev Suraski2000-06-091-0/+2
|
* - Remove old obsolete code.Andi Gutmans2000-06-091-20/+0
|
* - Make unset consistent with the way array offsets workAndi Gutmans2000-06-091-5/+20
|
* Handle unset with empty keyStanislav Malyshev2000-06-091-0/+3
|
* Fix a bug in static initializers/default values/class member variables that ↵Zeev Suraski2000-05-311-8/+5
| | | | | | | contained array values
* - Fix include() when used on resources (shouldn't work but shouldn't crashAndi Gutmans2000-05-181-14/+16
| | | | | either).
* - Make $obj->test = 5; work again (assigning to uninitialized objects)Andi Gutmans2000-05-061-2/+3
|
* - Change the place CAST uses for the op_typeAndi Gutmans2000-05-031-1/+1
|
* *** empty log message ***Zeev Suraski2000-04-271-1/+1
|
* Change to using the #define'sZeev Suraski2000-04-271-1/+1
|
* - Fix order of JMPZNZ argumentsAndi Gutmans2000-04-171-3/+3
|
* *** empty log message ***Zeev Suraski2000-04-121-1/+3
|
* Fix warningsZeev Suraski2000-04-111-2/+6
|
* Fix fd leak in include_once()Zeev Suraski2000-04-111-0/+2
|
* -Andi Gutmans2000-04-101-0/+6
|
* Fix object overloading supportZeev Suraski2000-04-101-54/+34
|
* - Add warningsAndi Gutmans2000-04-101-0/+2
|
* Thoroughly fix include_once()Zeev Suraski2000-04-071-10/+12
|
* Fix include_once()Zeev Suraski2000-04-071-3/+16
|
* Initial preparation for OO overloading patchAndi Gutmans2000-04-061-18/+18
|
* - FIx JMPZNZAndi Gutmans2000-04-051-5/+5
|
* Added !== (is not identical) operator.Torben Wilson2000-03-291-0/+3
|
* - Stop zend_func_args() and co. from crashingAndi Gutmans2000-03-261-1/+1
|
* <alloca.h> needs to be included before we define macros calling alloca()Thies C. Arntzen2000-03-261-4/+0
| | | | | atleast using SGI's cc - should not harm other platforms (i hope)
* - Some header dependencies cleanupZeev Suraski2000-03-251-2/+0
| | | | | - Generalize zval_print() and zval_print_r()
* - Fixed a crash when sending a non-variable expression to a runtime-bound ↵Zeev Suraski2000-03-241-0/+4
| | | | | | | function that expected a reference.
* - Nuke hash_*_ptr functionsAndi Gutmans2000-03-241-5/+6
|
* false wouldn't automaticaly switch to an array type, which resulted in anZeev Suraski2000-03-181-0/+1
| | | | | incompatibility with PHP 3. Fixed.
* - Fix newly introduced problem reported by Sam RubyZeev Suraski2000-03-151-9/+0
|
* - Remove inline from functions which are pretty large and besides eating upAndi Gutmans2000-03-111-8/+8
| | | | | memory in compile time probably doesn't boost performance.
* - Quick way of supporting include_once().Andi Gutmans2000-03-101-0/+18
| | | | | Good enough for RC1.
* - Cleanup old IMPORT stuffAndi Gutmans2000-03-101-1/+0
|
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* - Fix typosAndi Gutmans2000-03-011-1/+1
|
* Fix typo.Andrei Zmievski2000-02-261-1/+1
|
* (c) patchZeev Suraski2000-02-191-1/+1
|
* Generalize macrosZeev Suraski2000-02-191-1/+1
|
* -Fix bug 3504 concerning leaks with unset()Andi Gutmans2000-02-161-0/+7
|
* - Hopefully fix Thies' bug report.Andi Gutmans2000-02-161-7/+7
|
* - Fix bug #3309Andi Gutmans2000-02-161-3/+11
|
* - Put in the infrastructure for the unset() fix. Right now it has the oldAndi Gutmans2000-02-141-0/+15
| | | | | behavior but I just need time tomorrow to add the correct behavior.
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
|
* - Finally beautify those WIN32|WINNT checksAndi Gutmans2000-02-101-1/+1
|
* - Shouldn't be thereAndi Gutmans2000-02-101-1/+1
|