summaryrefslogtreecommitdiff
path: root/Zend/zend.h
Commit message (Expand)AuthorAgeFilesLines
* Add dlsym underscore detection, by Jani TaskinenStanislav Malyshev2001-08-261-1/+5
* - Fix compile problemAndi Gutmans2001-08-191-2/+2
* - Fix a bug in method calls.Andi Gutmans2001-08-161-5/+9
* WhitespaceZeev Suraski2001-08-111-5/+5
* - For Sebastian. Will allow to see you're using the Engine 2 CVS viaAndi Gutmans2001-08-111-1/+1
* - Merge zend_try fix from Engine 1Andi Gutmans2001-08-081-0/+1
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-071-1/+29
* More TSRMLS_FETCH workZeev Suraski2001-07-311-1/+1
* - Small patch to allow fixing the PHP tree to be compatible w/ the initialAndi Gutmans2001-07-281-4/+6
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-2/+0
* Fix buildSascha Schumann2001-07-281-0/+2
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* Always track bailout file/linenoZeev Suraski2001-07-211-6/+2
* Improve bailout mechanism, supports nesting of bailouts a-la try..catchZeev Suraski2001-07-211-3/+25
* Fix bug #10467Zeev Suraski2001-07-161-0/+4
* - Bump Zend versionAndi Gutmans2001-06-241-1/+1
* add missing closing paranthesisSascha Schumann2001-05-111-1/+1
* - Bump up Zend versionAndi Gutmans2001-05-011-1/+1
* include limits.h if availableZeev Suraski2001-04-281-0/+4
* Fix bug 5661Zeev Suraski2001-04-281-0/+8
* - Whitespace changes to be standard like the rest of ZendAndi Gutmans2001-04-271-1/+1
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* allow more extensions with resourcesStanislav Malyshev2001-02-141-1/+1
* - Make people happy who like the Zend version number bumped up in parallelAndi Gutmans2001-01-211-1/+1
* Add free_estring()Zeev Suraski2001-01-151-0/+2
* - Remove backward dependency from PHP -> ZendZeev Suraski2001-01-071-2/+2
* Commit missing declarationZeev Suraski2001-01-031-0/+2
* 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