799 Commits (fc5daee43465ef8fccfbfeedf0a2f317e7adaf21)

Author SHA1 Message Date
Zeev Suraski 0d6a794d85 Get rid of chval - it's really not necessary and seems to be confusing people 26 years ago
Zeev Suraski 9a751419cf Refined fix 26 years ago
Zeev Suraski cb35b7e4ed Fix a memory corruption bug with by-ref function arguments 26 years ago
Andi Gutmans 33f8ab3800 - Bump up Zend extension version number 26 years ago
Thies C. Arntzen 354272315a make waning readable 26 years ago
Andi Gutmans 30da5fd8fc Thoroughly initialize IS_UNUSED for proper cleanup 26 years ago
Andi Gutmans 63b7056f9a - Change Zend Engine version number 26 years ago
Andi Gutmans a9ec11476c - Return real size allocated 26 years ago
Zeev Suraski 19de3be052 Make zend_binary_strcasecmp compile again 26 years ago
Sascha Schumann 36c1a9a39d Make strcasecmp() act correctly WRT SUS II. 26 years ago
Andi Gutmans dc704e26fe - Make zend_eval_string() return SUCCESS/FAILURE 26 years ago
Andi Gutmans 686bd5724b - Make $obj->test = 5; work again (assigning to uninitialized objects) 26 years ago
Sascha Schumann 788feca4ae Linking directly against libc might result in unexpected behaviour. 26 years ago
Andi Gutmans 69eb908f06 - Change fetch_type to be zend_uint 26 years ago
Andi Gutmans f2471fd50a - Change the place CAST uses for the op_type 26 years ago
Zeev Suraski 8ca13c97c2 Change zend_hash_get_current_key_ex() to also return the string length 26 years ago
Sascha Schumann 99e2820bed Fix segfault occuring when a temporary module was unloaded and if this 26 years ago
Sascha Schumann 0b6d923bae Add ZEND_GET_MODULE(name). This is a short-cut for the common 26 years ago
Sascha Schumann 7a2d83acdc Source file does not end with a newline. Some old compilers don't like that. 26 years ago
Andrei Zmievski 164e4e50b9 Added a way to get all declared classes. 26 years ago
Sascha Schumann 1743bb0346 Fix dependency 26 years ago
Zeev Suraski 5ef03c4ff8 Pass the op_array to the ctor/dtor, instead of just the resource 26 years ago
Zeev Suraski 96c648c9f7 crash fix 26 years ago
Zeev Suraski 8aac6e7d3d - Add zend_llist_apply_with_arguments() 26 years ago
Zeev Suraski 42d15298d7 Fix possible bug with extension dtors being called without the ctors being called first 26 years ago
Zeev Suraski e0a48fe623 Beautify 26 years ago
Zeev Suraski ddbcbb666d Fix a bug in the resource dispencer 26 years ago
Zeev Suraski ddc36fb776 Make convert_to_string() allocations traceable 26 years ago
Zeev Suraski 974671eced *** empty log message *** 26 years ago
Zeev Suraski 4b6594c5e9 Change to using the #define's 26 years ago
Zeev Suraski b80b8381d4 More error handling work (still completely disabled) 26 years ago
Zeev Suraski fa7c418b79 Fix - forgot to split away if refcount>1 26 years ago
Zeev Suraski 94a724f686 Fix bug 26 years ago
Zeev Suraski a20e90abb3 We'll need two... 26 years ago
Zeev Suraski 0a14a32c78 Add useful macros 26 years ago
Andi Gutmans 382653aebc - Fix persistence of llist 26 years ago
Zeev Suraski e16c38b3f5 - Forgot to keep the ':' in the class_name 26 years ago
Zeev Suraski dc93a62cbb Correct fix 26 years ago
Thies C. Arntzen 9786e4450a MODULE_TEMPORARY should get a call to RSHUTDOWN as well! 26 years ago
Thies C. Arntzen f4c9d96f2e fixed shutdown crash if MSHUTDOWN tries to php_error() something. 26 years ago
Thies C. Arntzen 80486c95be export zval_add-ref and zvale_del_ref 26 years ago
Zeev Suraski 9e10ac5b1d - Change macro names from Z to Z_ 26 years ago
Zeev Suraski 9022a4bdbd Add some macros for nicer zval handling 26 years ago
Andrei Zmievski bbe0df125e Do proper ieeefp.h check. 26 years ago
Thies C. Arntzen c1c8422dbf compile before commit! compile before commit! compile before commit! 26 years ago
Thies C. Arntzen 2b3a575ab3 revert andrei's path (i can't compile anymore on linux) 26 years ago
Andrei Zmievski fe1147b01a Include proper files for finite. 26 years ago
Zeev Suraski 67f6974373 Initial support for trapping errors (not complete and disabled; will be enabled only 26 years ago
Zeev Suraski a51d3058f7 - Renamed get_used_files() to get_required_files() for consistency 26 years ago
Andi Gutmans 207167c54b - Export pass_include() for Windows 26 years ago