| Commit message (Expand) | Author | Age | Files | Lines |
* | - Change fetch_type to be zend_uint | Andi Gutmans | 2000-05-03 | 1 | -1/+1 |
* | - Change the place CAST uses for the op_type | Andi Gutmans | 2000-05-03 | 2 | -2/+2 |
* | Change zend_hash_get_current_key_ex() to also return the string length | Zeev Suraski | 2000-05-02 | 2 | -3/+6 |
* | Fix segfault occuring when a temporary module was unloaded and if this | Sascha Schumann | 2000-05-02 | 1 | -1/+2 |
* | Add ZEND_GET_MODULE(name). This is a short-cut for the common | Sascha Schumann | 2000-05-02 | 1 | -0/+2 |
* | Source file does not end with a newline. Some old compilers don't like that. | Sascha Schumann | 2000-05-01 | 1 | -1/+2 |
* | Added a way to get all declared classes. | Andrei Zmievski | 2000-05-01 | 1 | -2/+33 |
* | Fix dependency | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
* | Pass the op_array to the ctor/dtor, instead of just the resource | Zeev Suraski | 2000-04-29 | 2 | -12/+4 |
* | crash fix | Zeev Suraski | 2000-04-29 | 1 | -1/+1 |
* | - Add zend_llist_apply_with_arguments() | Zeev Suraski | 2000-04-29 | 4 | -1/+45 |
* | Fix possible bug with extension dtors being called without the ctors being ca... | Zeev Suraski | 2000-04-29 | 2 | -1/+6 |
* | Beautify | Zeev Suraski | 2000-04-29 | 4 | -7/+6 |
* | Fix a bug in the resource dispencer | Zeev Suraski | 2000-04-28 | 3 | -2/+11 |
* | Make convert_to_string() allocations traceable | Zeev Suraski | 2000-04-28 | 2 | -7/+8 |
* | *** empty log message *** | Zeev Suraski | 2000-04-27 | 6 | -8/+8 |
* | Change to using the #define's | Zeev Suraski | 2000-04-27 | 4 | -13/+13 |
* | More error handling work (still completely disabled) | Zeev Suraski | 2000-04-27 | 2 | -32/+74 |
* | Fix - forgot to split away if refcount>1 | Zeev Suraski | 2000-04-26 | 2 | -1/+9 |
* | Fix bug | Zeev Suraski | 2000-04-25 | 1 | -3/+3 |
* | We'll need two... | Zeev Suraski | 2000-04-25 | 1 | -1/+1 |
* | Add useful macros | Zeev Suraski | 2000-04-25 | 1 | -0/+7 |
* | - Fix persistence of llist | Andi Gutmans | 2000-04-25 | 1 | -2/+2 |
* | - Forgot to keep the ':' in the class_name | Zeev Suraski | 2000-04-24 | 1 | -0/+3 |
* | Correct fix | Zeev Suraski | 2000-04-24 | 1 | -9/+8 |
* | MODULE_TEMPORARY should get a call to RSHUTDOWN as well! | Thies C. Arntzen | 2000-04-24 | 1 | -7/+9 |
* | fixed shutdown crash if MSHUTDOWN tries to php_error() something. | Thies C. Arntzen | 2000-04-24 | 1 | -0/+2 |
* | export zval_add-ref and zvale_del_ref | Thies C. Arntzen | 2000-04-21 | 2 | -4/+4 |
* | - Change macro names from Z to Z_ | Zeev Suraski | 2000-04-20 | 1 | -21/+21 |
* | Add some macros for nicer zval handling | Zeev Suraski | 2000-04-20 | 1 | -0/+24 |
* | Do proper ieeefp.h check. | Andrei Zmievski | 2000-04-20 | 1 | -0/+4 |
* | compile before commit! compile before commit! compile before commit! | Thies C. Arntzen | 2000-04-20 | 1 | -0/+1 |
* | revert andrei's path (i can't compile anymore on linux) | Thies C. Arntzen | 2000-04-20 | 1 | -4/+1 |
* | Include proper files for finite. | Andrei Zmievski | 2000-04-19 | 1 | -1/+3 |
* | Initial support for trapping errors (not complete and disabled; will be enab... | Zeev Suraski | 2000-04-19 | 5 | -5/+114 |
* | - Renamed get_used_files() to get_required_files() for consistency | Zeev Suraski | 2000-04-19 | 3 | -4/+56 |
* | - Export pass_include() for Windows | Andi Gutmans | 2000-04-19 | 2 | -2/+2 |
* | Add convert_to_writable_*_ex() macros (unused at this time) | Zeev Suraski | 2000-04-18 | 1 | -0/+16 |
* | - Fix order of JMPZNZ arguments | Andi Gutmans | 2000-04-17 | 2 | -5/+5 |
* | ups, finite is already a macro on Win32 | Thies C. Arntzen | 2000-04-17 | 1 | -0/+2 |
* | HPUX11 only has isfinite() | Thies C. Arntzen | 2000-04-17 | 2 | -1/+4 |
* | - Fix leak in require_once() | Andi Gutmans | 2000-04-15 | 1 | -0/+1 |
* | fixes compile on platforms without dl() support. | Thies C. Arntzen | 2000-04-15 | 1 | -0/+2 |
* | Fix ZTS | Zeev Suraski | 2000-04-15 | 1 | -1/+1 |
* | @ "use" is not yet supported; instead use include_once() or require_once() | Andi Gutmans | 2000-04-15 | 1 | -0/+5 |
* | - Clean up resource lists namespace | Zeev Suraski | 2000-04-15 | 6 | -68/+173 |
* | Fix a memory leak when using assign-op bitwise operators on strings | Zeev Suraski | 2000-04-13 | 1 | -12/+30 |
* | *** empty log message *** | Zeev Suraski | 2000-04-12 | 1 | -1/+3 |
* | - Fix memory leak | Andi Gutmans | 2000-04-11 | 1 | -1/+5 |
* | Fix warnings | Zeev Suraski | 2000-04-11 | 1 | -2/+6 |