summaryrefslogtreecommitdiff
path: root/Zend/zend.h
Commit message (Expand)AuthorAgeFilesLines
* Add macro to replace value of zval with another value while preservingStanislav Malyshev2000-11-201-0/+15
* Update versionZeev Suraski2000-10-111-1/+1
* - Update Zend version.Andi Gutmans2000-08-291-1/+1
* - Beautify code. Try and use more macros for splitting instead ofAndi Gutmans2000-08-041-1/+6
* - Add zend_ulongAndi Gutmans2000-07-081-0/+1
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* Add $context argument to error handlerZeev Suraski2000-06-291-0/+5
* version updateAndi Gutmans2000-06-281-1/+1
* Make it possible to detect whether we're thread safe or not from PHP scripts ...Zeev Suraski2000-06-261-0/+5
* Make error callback be publicly accessibleStanislav Malyshev2000-06-181-0/+1
* Get rid of <?php_track_vars?>Zeev Suraski2000-06-121-7/+6
* 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