summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* - Move SET_UNUSED() to headerAndi Gutmans2000-11-111-0/+1
* - Remove this damn thing once again.Andi Gutmans2000-11-101-1/+0
* - Maybe it's OK now? :)Andi Gutmans2000-11-091-0/+1
* - Undo the previous commit for fixing $obj = new foo().Andi Gutmans2000-11-091-1/+0
* - Commit experimental patch to fix the problem when doing $a = new foo()Andi Gutmans2000-11-091-0/+1
* Maintain consistencyZeev Suraski2000-11-021-88/+88
* - Replace do_exit() with zend_do_exit().Andi Gutmans2000-11-021-1/+1
* Fix a corruption bug, when erroneously allowing to send non-variables by refe...Zeev Suraski2000-10-291-0/+2
* Unify the names of these last 3 files...Zeev Suraski2000-10-291-1/+1
* Make compile_string() accept a description of the codeZeev Suraski2000-09-121-1/+2
* Fix warning issue (compile errors inside require()'d files were incorrectly s...Zeev Suraski2000-08-151-2/+2
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-131-2/+2
* @ Fix problem with nested foreach()'s (Andi, Zend Engine)Andi Gutmans2000-08-101-1/+1
* The patch we promised - redesigned the compilation/execution API:Zeev Suraski2000-08-091-10/+7
* - Oops. Too early in the morningAndi Gutmans2000-07-111-1/+1
* - Include iostream.h in C++.Andi Gutmans2000-07-111-0/+4
* Replace macros which begin with an underscore through an appropiatelySascha Schumann2000-07-031-3/+3
* Add to the APIAndi Gutmans2000-06-131-1/+1
* Add optional support for C0x inline semantics.Sascha Schumann2000-06-131-1/+2
* - Andrei, this is for you!Andi Gutmans2000-06-091-0/+1
* - Fix Win32 compilation (Use winsock2.h from now on)Zeev Suraski2000-06-031-0/+2
* - Fix Apache php source highlighting mode. It was crashing due to theAndi Gutmans2000-05-211-0/+1
* - Change fetch_type to be zend_uintAndi Gutmans2000-05-031-1/+1
* Fix possible bug with extension dtors being called without the ctors being ca...Zeev Suraski2000-04-291-0/+1
* BeautifyZeev Suraski2000-04-291-1/+1
* *** empty log message ***Zeev Suraski2000-04-271-2/+2
* Change to using the #define'sZeev Suraski2000-04-271-4/+4
* - Export pass_include() for WindowsAndi Gutmans2000-04-191-1/+1
* Fix object overloading supportZeev Suraski2000-04-101-0/+11
* Clean up last/size definitionsZeev Suraski2000-04-101-2/+2
* *** empty log message ***Zeev Suraski2000-04-091-1/+1
* Added !== (is not identical) operator.Torben Wilson2000-03-291-101/+102
* kill warningThies C. Arntzen2000-03-191-1/+1
* - Another zend_ucharAndi Gutmans2000-03-131-1/+1
* - define zend_uint and zend_uchar and use them in a few placesAndi Gutmans2000-03-131-20/+19
* - Change type from int -> charAndi Gutmans2000-03-131-4/+4
* - Support require_once().Andi Gutmans2000-03-101-3/+2
* - Cleanup old IMPORT stuffAndi Gutmans2000-03-101-1/+2
* It's official now...Zeev Suraski2000-03-061-3/+3
* (c) patchZeev Suraski2000-02-191-1/+1
* - Hopefully fix Thies' bug report.Andi Gutmans2000-02-161-2/+0
* - Put in the infrastructure for the unset() fix. Right now it has the oldAndi Gutmans2000-02-141-9/+13
* Maintain a state of whether we're compiling and/or executingZeev Suraski2000-02-041-1/+3
* Improve dependenciesZeev Suraski2000-02-011-19/+0
* - This has to always be done.Andi Gutmans2000-01-311-6/+2
* - Optimized garbage mechanismZeev Suraski2000-01-311-8/+9
* Fix require()Zeev Suraski2000-01-291-8/+4
* - Add parser support for string offsets. This added three shift/reduceAndi Gutmans2000-01-291-0/+1
* - Implement declare() with declarables frameworkZeev Suraski2000-01-241-0/+8
* Destructors no longer return ints, the low level problem it was intended to s...Zeev Suraski2000-01-171-4/+4