| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 23 | -259/+251 |
* | tsrm_error is only available, if TSRM_DEBUG is defined. | Sascha Schumann | 2001-07-23 | 1 | -1/+1 |
* | tsrm_error is only available, if TSRM_DEBUG is defined. | Sascha Schumann | 2001-07-23 | 1 | -1/+1 |
* | Always track bailout file/lineno | Zeev Suraski | 2001-07-21 | 2 | -8/+4 |
* | Fix Release builds | Zeev Suraski | 2001-07-21 | 1 | -1/+1 |
* | Improve bailout mechanism, supports nesting of bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 5 | -18/+49 |
* | Fix compile warning | Zeev Suraski | 2001-07-21 | 1 | -1/+1 |
* | Fix certain cases where inheritance of base class's overloaded handlers wasn't | Andrei Zmievski | 2001-07-21 | 1 | -4/+9 |
* | Implement a more granular shutdown mechanism for the executor - | Zeev Suraski | 2001-07-20 | 3 | -30/+58 |
* | Unfix, it has too strong effects | Zeev Suraski | 2001-07-19 | 1 | -0/+2 |
* | Catch all cases | Zeev Suraski | 2001-07-19 | 1 | -6/+8 |
* | Fix bug #11970, strike 2 | Zeev Suraski | 2001-07-19 | 1 | -5/+6 |
* | Revert bogus patch | Zeev Suraski | 2001-07-19 | 1 | -7/+2 |
* | fix double->long conversion | Stanislav Malyshev | 2001-07-18 | 1 | -2/+3 |
* | - Remove unused code | Andi Gutmans | 2001-07-17 | 1 | -4/+0 |
* | Fix bug #10287 - avoid crashing under a bogus usage of list() | Zeev Suraski | 2001-07-16 | 4 | -4/+22 |
* | Fix bug #10467 | Zeev Suraski | 2001-07-16 | 3 | -3/+44 |
* | Minor cleaning | Zeev Suraski | 2001-07-15 | 1 | -4/+1 |
* | Optimize the parser a bit | Zeev Suraski | 2001-07-15 | 1 | -12/+5 |
* | Fix an inline | Zeev Suraski | 2001-07-15 | 2 | -2/+1 |
* | Time to bid this old timer goodbye - get rid of var_uninit() | Zeev Suraski | 2001-07-15 | 2 | -8/+0 |
* | Fix bug #6239 | Zeev Suraski | 2001-07-15 | 1 | -13/+33 |
* | Allow indirect reference to method names in class::method() construct | Zeev Suraski | 2001-07-15 | 1 | -1/+7 |
* | Fix bug #10257 | Zeev Suraski | 2001-07-15 | 1 | -2/+8 |
* | Fix bug #11970 | Zeev Suraski | 2001-07-15 | 1 | -2/+7 |
* | Fix bug #9884 | Zeev Suraski | 2001-07-15 | 1 | -3/+3 |
* | Improved interactive mode - it is now available in all builds, without any si... | Zeev Suraski | 2001-07-15 | 9 | -77/+41 |
* | Early initialization | Zeev Suraski | 2001-07-15 | 1 | -0/+1 |
* | layout | Zeev Suraski | 2001-07-13 | 1 | -2/+4 |
* | the resource-lists are now destroyed backwards. this will make sure that | Thies C. Arntzen | 2001-07-13 | 3 | -2/+27 |
* | Remove the last couple of bogus inlines | Zeev Suraski | 2001-07-11 | 3 | -22/+19 |
* | - Move inline_zend_hash_func() to header file | Andi Gutmans | 2001-07-11 | 2 | -13/+12 |
* | fixed ZVAL_FALSE and ZVAL_TRUE | Thies C. Arntzen | 2001-07-11 | 1 | -2/+2 |
* | No hashpjw anymore, but we have zend_hash_func | Stanislav Malyshev | 2001-07-11 | 1 | -1/+2 |
* | Get rid of ZVAL_RESET... | Zeev Suraski | 2001-07-11 | 2 | -9/+6 |
* | Get rid of some inlines | Zeev Suraski | 2001-07-11 | 4 | -60/+50 |
* | - Merge faster hash implementation. | Andi Gutmans | 2001-07-10 | 3 | -54/+43 |
* | cleaned up the RETVAL_ RETURN_ and ZVAL_ macros | Thies C. Arntzen | 2001-07-10 | 2 | -107/+41 |
* | - Commit Thies' patch. str.len was too long. | Andi Gutmans | 2001-07-10 | 1 | -2/+2 |
* | Adding new parameter parsing API. | Andrei Zmievski | 2001-07-09 | 2 | -0/+405 |
* | Trivial fix - but the period looks odd in error messages | Rasmus Lerdorf | 2001-07-03 | 1 | -1/+1 |
* | - Fix the memory limit fix. | Andi Gutmans | 2001-06-30 | 1 | -1/+1 |
* | - Remove bogus comment. | Andi Gutmans | 2001-06-29 | 1 | -1/+0 |
* | Fix memory_limit, kill warning | Zeev Suraski | 2001-06-29 | 1 | -0/+5 |
* | Fix warnings | Zeev Suraski | 2001-06-28 | 1 | -3/+3 |
* | Fix leak in the patch, and revert a couple of lines I didn't mean to commit | Zeev Suraski | 2001-06-27 | 1 | -6/+4 |
* | - Warn about illegal offsets | Zeev Suraski | 2001-06-27 | 1 | -7/+28 |
* | Fixed autoconversion of negative values to double (Fix bug #11685) | Zeev Suraski | 2001-06-26 | 1 | -3/+3 |
* | - Fix crash bug (fix by Jani). | Andi Gutmans | 2001-06-26 | 1 | -1/+5 |
* | - Bump Zend version | Andi Gutmans | 2001-06-24 | 1 | -1/+1 |