Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | - Add a message handler to the extensions | ||||
* | Fix possible bug with extension dtors being called without the ctors being ↵ | Zeev Suraski | 2000-04-29 | 2 | -1/+6 |
| | | | | called first | ||||
* | 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 |
| | | | | | we're always using #ifndef HAVE_BLA instead of if !HAVE_BLA and if we need ieeefp.h for some weird platform (which one is that?) we need an autoconf check for it. | ||||
* | Include proper files for finite. | Andrei Zmievski | 2000-04-19 | 1 | -1/+3 |
| | |||||
* | Initial support for trapping errors (not complete and disabled; will be ↵ | Zeev Suraski | 2000-04-19 | 5 | -5/+114 |
| | | | | | | | enabled only post-PHP 4.0.0) | ||||
* | - Renamed get_used_files() to get_required_files() for consistency | Zeev Suraski | 2000-04-19 | 3 | -4/+56 |
| | | | | | | | - Documented some functions - Added user-level warning messages - Added user_error() | ||||
* | - 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 |
| | | | | | #i think zend_register_extension should be declared static | ||||
* | 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 |
| | | | | | @ for the time being (Andi, Zend library) | ||||
* | - Clean up resource lists namespace | Zeev Suraski | 2000-04-15 | 6 | -68/+173 |
| | | | | | - Prepare extended resource list destructor APIs (currently unused) | ||||
* | 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 |
| | |||||
* | Fix fd leak in include_once() | Zeev Suraski | 2000-04-11 | 1 | -0/+2 |
| | |||||
* | - | Andi Gutmans | 2000-04-10 | 2 | -3/+6 |
| | |||||
* | Fix object overloading support | Zeev Suraski | 2000-04-10 | 7 | -62/+51 |
| | |||||
* | - Add warnings | Andi Gutmans | 2000-04-10 | 1 | -0/+2 |
| | |||||
* | - Two more places needed changing | Andi Gutmans | 2000-04-10 | 1 | -2/+2 |
| | |||||
* | Clean up last/size definitions | Zeev Suraski | 2000-04-10 | 4 | -6/+8 |
| |