Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Pointed out by Andrei. zval_ptr_dtor() should be used instead of the | Andi Gutmans | 2001-02-27 | 1 | -14/+14 |
| | | | | | zval_del_ref() function which should be nuked. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | fixed SEGFAULT when using xml_set_object. Zend does not yes support | Thies C. Arntzen | 2001-02-15 | 1 | -17/+10 |
| | | | | | cyclic references! | ||||
* | remove stupid ifdef's | Daniel Beulshausen | 2001-01-05 | 1 | -6/+0 |
| | |||||
* | include config.w32.h under win32 | Daniel Beulshausen | 2001-01-05 | 1 | -0/+6 |
| | |||||
* | added libxml-1.95 support and some new functions related to namespace ↵ | Rui Hirokawa | 2001-01-05 | 1 | -2/+173 |
| | | | | support. changed config.m4 to support xml extension as shared module. | ||||
* | revert last fix. the problem is now fixed globally in Zend. | Thies C. Arntzen | 2000-12-24 | 1 | -4/+1 |
| | |||||
* | fix #8363. | Thies C. Arntzen | 2000-12-23 | 1 | -1/+4 |
| | | | | | fix call_user_function when parser->object is not set. | ||||
* | Fix call_user_function() with objects - it could leak under certain ↵ | Zeev Suraski | 2000-12-13 | 1 | -1/+1 |
| | | | | circumstances | ||||
* | update my email. | Thies C. Arntzen | 2000-10-29 | 1 | -1/+1 |
| | |||||
* | Remove second_arg_force_ref, defined in Zend | Sascha Schumann | 2000-10-26 | 1 | -1/+0 |
| | | | | | Submitted by: Bill Stoddard | ||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -1/+1 |
| | |||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -3/+4 |
| | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | ||||
* | @- Fixed problem with having $this as the XML parser object. (Andrei) | Andrei Zmievski | 2000-08-31 | 1 | -6/+0 |
| | |||||
* | @- Added ability for each xml_set_*_handler() function to take the | Andrei Zmievski | 2000-08-22 | 1 | -33/+34 |
| | | | | | | @ array($obj, 'method') syntax for the handler argument as well @ as the normal function name. (Andrei) | ||||
* | Fix XML by-reference passing | Stanislav Malyshev | 2000-08-20 | 1 | -2/+5 |
| | |||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -1/+0 |
| | |||||
* | - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions | Andi Gutmans | 2000-06-15 | 1 | -1/+1 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -21/+21 |
| | |||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -1/+1 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | ||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | ZEND_GET_MODULE(name) macro. | ||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-05 | 1 | -2/+5 |
| | |||||
* | export xml_utf8_decode for wddx module | Thies C. Arntzen | 2000-04-04 | 1 | -2/+1 |
| | |||||
* | Fix build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 1 | -1/+0 |
| | | | | | PR: #3786 | ||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | More protos. | Egon Schmid | 2000-02-24 | 1 | -5/+4 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | - Fixed ^#[ ]+preprocessor directive$ constructions which break | Sascha Schumann | 2000-02-10 | 1 | -0/+1 |
| | | | | | | | some compilers - Made php_xml.h useable without having xmltok.h/xmlparse.h in the include path | ||||
* | - Make Win32 compile again | Andi Gutmans | 2000-02-05 | 1 | -3/+0 |
| | |||||
* | Add expat to the distribution | Zeev Suraski | 2000-02-02 | 1 | -1/+1 |
| | | | | | Add expat support to Win32 builds | ||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | killed warning + added reminder | Thies C. Arntzen | 1999-12-23 | 1 | -1/+1 |
| | |||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -22/+22 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -20/+10 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | |||||
* | # Added date/time stamping to php3_log_error | Joey Smith | 1999-12-14 | 1 | -1/+1 |
| | | | | | | @ Preliminary support for date/time stamping in error logs Preliminary support for date/time stamping in error logs | ||||
* | Fixed #2952. | Andrei Zmievski | 1999-12-10 | 1 | -3/+3 |
| | |||||
* | (PHP strtoupper, strtolower, substr_replace) Made binary-safe. | Andrei Zmievski | 1999-12-09 | 1 | -1/+1 |
| | | | | | @Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei) | ||||
* | Thies, can you provide some docs? I need something to show to my German ↵ | Egon Schmid | 1999-12-05 | 1 | -1/+1 |
| | | | | | | | translators. Is the &obj correct? | ||||
* | @- added XML_Set_Object() function, now you can use the XML-Parser from | Thies C. Arntzen | 1999-12-05 | 1 | -9/+53 |
| | | | | | | @ within an object. (Thies) (XML_Set_Object) new function. | ||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -2/+2 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | Fix shared mode for gd/xml/mysql extensions. | Stig Bakken | 1999-12-04 | 1 | -5/+3 |
| | |||||
* | @- Fixed mem-overwrite in XML_Parse_Into_Struct. (Thies) | Thies C. Arntzen | 1999-11-19 | 1 | -1/+1 |
| | | | | | (PHP xml_parse_into_struct) buffer was sometimes short by 1. | ||||
* | (PHP xml_parse_into_struct) sometimes the value was truncated | Thies C. Arntzen | 1999-10-20 | 1 | -2/+14 |
| | | | | | @- XML_Parse_Into_Struct no longer eats data. (Thies) | ||||
* | (PHP xml_parse_into_struct): fixed mem-leak when encountering invalid XML. | Thies C. Arntzen | 1999-10-20 | 1 | -0/+3 |
| | |||||
* | _php3/_php3i -> php rename | Andrei Zmievski | 1999-10-16 | 1 | -4/+4 |
| | |||||
* | fixed hopefully last XML problem. that one was hard! | Thies C. Arntzen | 1999-10-07 | 1 | -8/+8 |
| |