Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix --enable-xml=shared | Sascha Schumann | 2002-05-04 | 1 | -3/+3 |
| | |||||
* | - Fix a possible memory leak in xml_set_handler(). | Markus Fischer | 2002-04-13 | 1 | -0/+5 |
| | | | | | | | | | I stumbled over this while trying out 'pear package' which, while doing xml parsing, re-assigns the variaous callback handlers depending on the version during xml processing. If this check causes problems, let me know. | ||||
* | * 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 |
| | | | | | - worked | ||||
* | 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 |
| | | | | | the expat header. | ||||
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 1 | -17/+6 |
| | | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt | ||||
* | - 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 |
| | | | | | - with ZE1. In ZE2 the correct code seems to work well. | ||||
* | 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 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | include php_compat.h, so that we use php_XML_* if necessary. Better to do it ↵ | Dan Libby | 2001-09-27 | 1 | -0/+1 |
| | | | | in expat.h, so that other libs, eg xmlrpc, inherit this behavior and we can link | ||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -16/+16 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -40/+40 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - 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 |
| | | | | | | | | if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( # | ||||
* | 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 |
| | | | | | | guys, case_folding can only work when the parser target encoding equal (or compatible) with the locale setting of the system as we use toupper to "do it" | ||||
* | 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 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | 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 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | Fix XML build. | Sascha Schumann | 2001-06-03 | 1 | -1/+1 |
| | | | | | # sniper, did you ever test one of your patches? | ||||
* | 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 |
| | | | | | Submitted by: Sebastian Bergmann | ||||
* | Nuke some warnings. | Sascha Schumann | 2001-05-19 | 3 | -3/+11 |
| |