summaryrefslogtreecommitdiff
path: root/Zend/zend.h
Commit message (Expand)AuthorAgeFilesLines
* Enable asp_tags/short_tags/allow_call_time_pass_by_reference to work on a per...Zeev Suraski2000-06-061-3/+0
* - Export normalize_boolZeev Suraski2000-06-031-0/+2
* - Fix Win32 compilation (Use winsock2.h from now on)Zeev Suraski2000-06-031-0/+7
* Nuke the old error code, use the new oneZeev Suraski2000-06-021-11/+0
* IS_BC isn't really being used, but still...Zeev Suraski2000-05-311-1/+1
* Fix a bug in static initializers/default values/class member variables that c...Zeev Suraski2000-05-311-0/+1
* - Get ready for releaseAndi Gutmans2000-05-211-1/+1
* Get rid of chval - it's really not necessary and seems to be confusing peopleZeev Suraski2000-05-111-1/+0
* - Change Zend Engine version numberAndi Gutmans2000-05-081-1/+1
* More error handling work (still completely disabled)Zeev Suraski2000-04-271-1/+6
* We'll need two...Zeev Suraski2000-04-251-1/+1
* Initial support for trapping errors (not complete and disabled; will be enab...Zeev Suraski2000-04-191-2/+10
* Fix object overloading supportZeev Suraski2000-04-101-1/+1
* - Didn't see Thies' commit message although I can't really see how it wouldAndi Gutmans2000-03-261-1/+2
* - Include Andrea's fix for alloca.hAndi Gutmans2000-03-261-3/+2
* <alloca.h> needs to be included before we define macros calling alloca()Thies C. Arntzen2000-03-261-4/+8
* - Some header dependencies cleanupZeev Suraski2000-03-251-1/+7
* RTLD_NOW => RTLD_LAZY|RTLD_GLOBALSam Ruby2000-03-251-1/+10
* - Change Zend version as API has changedAndi Gutmans2000-03-221-1/+1
* - Change zend_startup to accept a flag for starting builtin functionsAndi Gutmans2000-03-211-1/+1
* - Move #definesAndi Gutmans2000-03-211-0/+7
* - Fix compile problem on FreeBSDAndi Gutmans2000-03-181-1/+1
* - No reason for refcount to be signed and move to zend_* typedefsAndi Gutmans2000-03-181-3/+4
* - Fix newly introduced problem reported by Sam RubyZeev Suraski2000-03-151-0/+8
* - define zend_uint and zend_uchar and use them in a few placesAndi Gutmans2000-03-131-0/+2
* Unresolved externsSam Ruby2000-03-061-0/+3
* It's official now...Zeev Suraski2000-03-061-3/+3
* Wrap some commonly unused callbacksZeev Suraski2000-03-051-2/+3
* (c) patchZeev Suraski2000-02-191-1/+1
* - Add ZEND_APIAndi Gutmans2000-02-171-1/+1
* - Hopefully fix Thies' bug report.Andi Gutmans2000-02-161-1/+9
* Fine tune Andi's patchZeev Suraski2000-02-111-9/+3
* - #define ZEND_WIN32 differentlyAndi Gutmans2000-02-101-1/+5
* - Finally beautify those WIN32|WINNT checksAndi Gutmans2000-02-101-3/+5
* Pass the executor globals to internal functionsZeev Suraski2000-02-051-2/+2
* - Stop passing list/plist to internal functionsZeev Suraski2000-02-051-2/+2
* - Make sure its use is understood.Andi Gutmans2000-01-281-0/+2
* - Double the speed of some key switch() tests for Win32.Andi Gutmans2000-01-281-0/+9
* - Implement declare() with declarables frameworkZeev Suraski2000-01-241-0/+2
* Make Win32 compile againZeev Suraski2000-01-131-7/+13
* Move dl stuff from acconfig.h into zend.h. That allows us finer controlSascha Schumann2000-01-121-0/+15
* - Rename IS_BC to FLAG_IS_BC. We will probably nuke it.Andi Gutmans2000-01-041-4/+6
* - Separate the overloaded objects' types from Zend's data types.Andi Gutmans2000-01-041-3/+7
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-1/+1
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-4/+7
* Introduce a zval-specific cache - 5-15% speed improvementZeev Suraski1999-12-261-4/+0
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-4/+4
* - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend useAndi Gutmans1999-12-241-4/+8
* exportZeev Suraski1999-12-221-1/+1
* Fix the highlighting problem. STR_REALLOC() should be used instead of plain ...Zeev Suraski1999-12-211-0/+8