| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed SEGFAULT when using xml_set_object. Zend does not yes support | Thies C. Arntzen | 2001-02-15 | 1 | -17/+10 |
| | | | | | | cyclic references! | ||||
| * | disable directory search for libexpat and disable some macros for libxml-1.95. | Rui Hirokawa | 2001-01-10 | 1 | -11/+3 |
| | | |||||
| * | 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 | 4 | -14/+231 |
| | | | | | 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 | ||||
| * | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | | |||||
| * | update my email. | Thies C. Arntzen | 2000-10-29 | 2 | -2/+2 |
| | | |||||
| * | 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) | ||||
| * | Remove deprecated call-time reference | Stanislav Malyshev | 2000-09-03 | 1 | -1/+1 |
| | | |||||
| * | tests look for skipif.inc, so add it | Stanislav Malyshev | 2000-09-03 | 1 | -0/+9 |
| | | |||||
| * | @- Fixed problem with having $this as the XML parser object. (Andrei) | Andrei Zmievski | 2000-08-31 | 1 | -6/+0 |
| | | |||||
| * | * added regression tests for the XML extension | Stig Bakken | 2000-08-30 | 8 | -0/+378 |
| | | |||||
| * | @- Added ability for each xml_set_*_handler() function to take the | Andrei Zmievski | 2000-08-22 | 2 | -42/+43 |
| | | | | | | | @ 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 |
| | | |||||
| * | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
| * | 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 |
| | | |||||
| * | hashtable.h -> expat_hashtable.h | Thies C. Arntzen | 2000-06-06 | 1 | -1/+1 |
| | | |||||
| * | Move hashtable.h to expat_hashtable.h. | Sascha Schumann | 2000-06-06 | 2 | -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 | 2 | -4/+4 |
| | | |||||
| * | #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. | ||||
| * | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 4 | -16/+0 |
| | | |||||
| * | Large test commit IV | Sascha Schumann | 2000-05-01 | 4 | -0/+4 |
| | | |||||
| * | Large commit test III | Sascha Schumann | 2000-05-01 | 4 | -0/+12 |
| | | |||||
| * | Remove white-space, breaks UnixWare make | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
| | | |||||
| * | Rebuild xml, if libexpat changed. | Sascha Schumann | 2000-05-01 | 2 | -2/+4 |
| | | |||||
| * | Link expat into static and shared module. | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
| | | |||||
| * | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 5 | -21/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext. | ||||
| * | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 4 | -24/+4 |
| | | | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support) | ||||
| * | phpinfo() prettying | Colin Viebrock | 2000-04-05 | 1 | -2/+5 |
| | | |||||
| * | export xml_utf8_decode for wddx module | Thies C. Arntzen | 2000-04-04 | 2 | -2/+2 |
| | | |||||
| * | 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. | ||||
| * | Prefix some symbols with php_ | Sascha Schumann | 2000-03-04 | 4 | -0/+8 |
| | | | | | | ^(pcre|Xml|XML).* | ||||
| * | adjust comment II | Sascha Schumann | 2000-03-02 | 1 | -1/+1 |
| | | |||||
| * | adjust comment | Sascha Schumann | 2000-03-02 | 1 | -1/+1 |
| | | |||||
| * | Enable by default | Sascha Schumann | 2000-03-02 | 1 | -1/+1 |
| | | |||||
| * | More protos. | Egon Schmid | 2000-02-24 | 1 | -5/+4 |
| | | |||||
| * | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 2 | -4/+4 |
| | | |||||
| * | Tell expat the byte order | Sascha Schumann | 2000-02-12 | 1 | -1/+8 |
| | | |||||
| * | #if WIN.* => #ifdef PHP_WIN32 | Sascha Schumann | 2000-02-12 | 1 | -1/+1 |
| | | | | | | #if !(WIN.* => #ifndef PHP_WIN32 | ||||
| * | Use bundled expat library on UNIX. Note: Need to fix --enable-xml=shared | Sascha Schumann | 2000-02-12 | 6 | -90/+60 |
| | | |||||
