Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 1 | -4/+0 |
| | |||||
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
| | |||||
* | Large commit test III | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
| | |||||
* | Large test commit II | Sascha Schumann | 2000-05-01 | 1 | -0/+2 |
| | |||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -6/+1 |
| | | | | | | | | | * 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) | ||||
* | Object overloading API changed slightly (llist is now a pointer) | Zeev Suraski | 2000-04-10 | 1 | -3/+3 |
| | |||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-05 | 1 | -3/+6 |
| | | | | | | I will get to the rest of the functions later tonight or tomorrow (i.e. from hyperwave to snmp) | ||||
* | - should fix a problem with ifdef | Uwe Steinmann | 2000-04-04 | 1 | -1/+1 |
| | |||||
* | Some white-space changes | Sascha Schumann | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | - support for libxml 2.0 beta | Uwe Steinmann | 2000-03-15 | 2 | -20/+24 |
| | |||||
* | - changed libgz to libz (Bug #3614) | Uwe Steinmann | 2000-03-15 | 1 | -2/+2 |
| | |||||
* | - fixed invalid class names | Uwe Steinmann | 2000-03-14 | 1 | -6/+31 |
| | | | | | - added standalone, encoding attribute to DocDocument class | ||||
* | - several fixes and cleanups in hw module | Uwe Steinmann | 2000-03-08 | 1 | -5/+5 |
| | |||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | - root property in Dom Doc class is now reference to array element in | Uwe Steinmann | 2000-03-06 | 1 | -3/+3 |
| | | | | | children property | ||||
* | - tiny changes to testscript and domxml | Uwe Steinmann | 2000-03-03 | 1 | -2/+3 |
| | |||||
* | - xmltree() now returns an 'Dom Document' object with prop root and | Uwe Steinmann | 2000-03-03 | 1 | -9/+35 |
| | | | | | | children. root contains just the root element, children is an array with all nodes on root level, e.g. comment, pi, element | ||||
* | - added property type to obejct xml doc | Uwe Steinmann | 2000-03-03 | 1 | -0/+2 |
| | |||||
* | - some minor changes, cleanups | Uwe Steinmann | 2000-03-02 | 1 | -4/+8 |
| | |||||
* | - dom class now distinguishes between $dom->root() and $dom->children() | Uwe Steinmann | 2000-03-02 | 1 | -13/+21 |
| | | | | | | $dom->root() returns just the element, $dom->children() all nodes e.g. comments | ||||
* | - The root node of a xml doc is now an array since it is possible | Uwe Steinmann | 2000-03-02 | 2 | -49/+136 |
| | | | | | to have a comment or pi and an element on root level. | ||||
* | - started to implement overload class for xml node | Uwe Steinmann | 2000-03-01 | 1 | -0/+126 |
| | |||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -1/+1 |
| | | | | | - Avoid declaring crypt() related salt types twice | ||||
* | More protos. | Egon Schmid | 2000-02-25 | 1 | -2/+2 |
| | |||||
* | - added support for namespaces | Uwe Steinmann | 2000-02-22 | 1 | -15/+66 |
| | | | | | - made entities in attributes possible | ||||
* | - dom tree isn't editable anymore. Will probably change back in the future | Uwe Steinmann | 2000-02-22 | 1 | -9/+16 |
| | |||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | - fixed bug if attribute value is entity | Uwe Steinmann | 2000-02-17 | 1 | -2/+4 |
| | |||||
* | - change some function name into php style | Uwe Steinmann | 2000-02-17 | 2 | -15/+15 |
| | |||||
* | - added funktion xmltree(), renamed dom() to xmldoc() and domfile() | Uwe Steinmann | 2000-02-10 | 2 | -67/+128 |
| | | | | | | to xmldocfile(). - testdom covers most of the functionality | ||||
* | - removed stupid leftover in testdom | Uwe Steinmann | 2000-02-09 | 2 | -0/+90 |
| | | | | | - added more functions to domxml | ||||
* | - new function to read and parse xml doc from file | Uwe Steinmann | 2000-02-09 | 2 | -0/+30 |
| | |||||
* | - fixed several bugs an did some testing. Parsing and creating simple | Uwe Steinmann | 2000-02-09 | 1 | -2/+6 |
| | | | | | XML docs should work. See the script testdom. | ||||
* | - fixed several bugs, left some for tomorrow :-) | Uwe Steinmann | 2000-02-03 | 1 | -5/+10 |
| | |||||
* | - more functions added but none of them tested | Uwe Steinmann | 2000-02-03 | 2 | -57/+191 |
| | |||||
* | - support libxml installed in gnome | Uwe Steinmann | 2000-02-02 | 1 | -1/+1 |
| | |||||
* | - resumed work on domxml and found a way to circumwent a segm fault | Uwe Steinmann | 2000-01-25 | 2 | -19/+107 |
| | | | | | | | (see the source). No solution to fix it, yet. Probably needs some understanding of zend, which I don't have. - added more functions | ||||
* | 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). | ||||
* | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 1 | -2/+2 |
| | | | | | Defaulting to 1. | ||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -5/+2 |
| | | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO]) | ||||
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 2 | -5/+10 |
| | | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes. | ||||
* | More php3 cleanup | Zeev Suraski | 1999-12-17 | 2 | -5/+5 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 2 | -2/+2 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | - improved configuration due to compile problems which suddently show up | Uwe Steinmann | 1999-12-09 | 1 | -1/+1 |
| | |||||
* | - Several small corrections, typos, ... | Uwe Steinmann | 1999-12-07 | 1 | -20/+31 |
| | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 2 | -3/+3 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | - made domxml compile | Uwe Steinmann | 1999-11-25 | 3 | -5/+9 |
| | |||||
* | Descriptions should be different for different function names. | Egon Schmid | 1999-11-24 | 1 | -12/+12 |
| | |||||
* | - new xml parser with dom support | Uwe Steinmann | 1999-11-24 | 5 | -0/+748 |