| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix a possible memory leak in xml_set_handler(). | Markus Fischer | 2002-04-13 | 1 | -0/+5 |
* | * remove extra end-fold | Stig Bakken | 2002-04-09 | 1 | -1/+0 |
* | Revert the bogus patch. | foobar | 2002-04-04 | 1 | -5/+5 |
* | - fix "xml_parse_into_struct/umlauts in tags" testcase. It never really | Jan Lehnardt | 2002-03-23 | 1 | -5/+5 |
* | proto fixes | Hartmut Holzgraefe | 2002-03-21 | 1 | -21/+21 |
* | Remove old Makefile templates | Sascha Schumann | 2002-03-12 | 2 | -18/+0 |
* | Add global include path, so that other extensions can access | Sascha Schumann | 2002-03-11 | 1 | -1/+2 |
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 1 | -17/+6 |
* | - More test fixes | Derick Rethans | 2002-03-05 | 4 | -1/+5 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
* | Add a note that this statement will never be reached. | Jon Parise | 2002-01-27 | 1 | -1/+2 |
* | - Fix bug in XML extension which exists due to a not perfect work around | Andi Gutmans | 2001-12-29 | 1 | -6/+9 |
* | proto fix | Hartmut Holzgraefe | 2001-12-17 | 1 | -1/+1 |
* | add todo | Thies C. Arntzen | 2001-12-14 | 1 | -0/+3 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -3/+4 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
* | include php_compat.h, so that we use php_XML_* if necessary. Better to do it ... | Dan Libby | 2001-09-27 | 1 | -0/+1 |
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -16/+16 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -40/+40 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | if test -f /usr/local/lib/libexample.s?; then <-- no workie | foobar | 2001-09-07 | 1 | -1/+1 |
* | null terminate the returned string in here too. | foobar | 2001-08-18 | 1 | -1/+2 |
* | ws fix. | foobar | 2001-08-18 | 1 | -117/+74 |
* | Fix warning. | Sebastian Bergmann | 2001-08-12 | 1 | -1/+1 |
* | tags need to be UTF8-decoded as well. | Thies C. Arntzen | 2001-08-12 | 2 | -54/+94 |
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -2/+2 |
* | @- Bump bundled expat to 1.95.2 (Thies) | Thies C. Arntzen | 2001-07-30 | 7 | -214/+268 |
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -6/+5 |
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -0/+2 |
* | - Use object macros | Andi Gutmans | 2001-07-28 | 1 | -1/+1 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -14/+2 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -3/+3 |
* | ZVAL_BOOL(v,0) -> ZVAL_FALSE(v) | Thies C. Arntzen | 2001-07-11 | 1 | -3/+2 |
* | Nuke zval_reset | Zeev Suraski | 2001-07-11 | 1 | -1/+1 |
* | var_reset -> ZVAL_RESET | Zeev Suraski | 2001-07-11 | 1 | -1/+1 |
* | xml_utf8_encode: make sure the returned data is zero-terminated | Thies C. Arntzen | 2001-07-09 | 1 | -4/+3 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -4/+3 |
* | Fix XML build. | Sascha Schumann | 2001-06-03 | 1 | -1/+1 |
* | fix logic | Sascha Schumann | 2001-06-03 | 1 | -1/+3 |
* | Make use of the --with-expat-dir configure option | foobar | 2001-06-01 | 1 | -14/+22 |
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
* | Remove extraneous tab | Sascha Schumann | 2001-05-21 | 1 | -1/+1 |
* | Whoops, the expat directory needs the XML_BYTE_ORDER macro | Sascha Schumann | 2001-05-20 | 2 | -2/+2 |
* | Don't add -DXML_BYTE_ORDER to global CPPFLAGS | Sascha Schumann | 2001-05-20 | 2 | -1/+4 |
* | Looks like this was a bogus gcc warning. | Sascha Schumann | 2001-05-19 | 1 | -2/+0 |
* | Nuke some warnings. | Sascha Schumann | 2001-05-19 | 3 | -3/+11 |
* | added expat version to phpinfo(); | Thies C. Arntzen | 2001-05-14 | 1 | -0/+1 |