summaryrefslogtreecommitdiff
path: root/ext/xml
Commit message (Collapse)AuthorAgeFilesLines
* php_error -> php_error_docrefMarcus Boerger2002-12-051-17/+12
|
* use FREE_ZVAL when freeing zvalsThies C. Arntzen2002-11-181-1/+1
|
* Really nuke win32 linking warnings.Edin Kadribasic2002-11-181-1/+1
|
* Hopefully fix win32 linker warnings.Ilia Alshanetsky2002-11-181-0/+1
|
* Removed duplicate php_compat.h include.Ilia Alshanetsky2002-11-181-1/+0
|
* Fix warning. HAVE_MEMMOVE is already defined in config.w32.h.Sebastian Bergmann2002-11-171-1/+1
|
* Fix Win32 build. (Lots of linkage warnings remain!)Sebastian Bergmann2002-11-173-3/+15
|
* Upgraded the bundled expat library to 1.95.5 (latest stable, atm).Ilia Alshanetsky2002-11-1717-3905/+5286
| | | | | Fixed bug #20442.
* Changed: EXPAT_SHARED_LIBADD -> XML_SHARED_LIBADDBrian France2002-11-071-2/+2
| | | | | | If the xml extension was built shared with a shared libexpat it would not get the required link to libexpat.so.
* Fix testsMarcus Boerger2002-10-295-50/+59
| | | | | #Why do i need to define the class infront of its usage in ZE2?
* rename and WS fixesMarcus Boerger2002-10-296-124/+132
|
* do not dl() load in skipif.incMarcus Boerger2002-10-291-5/+6
|
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-3/+0
| | | | | instances
* Skip this when strtoupper doesn't behave as expected, because casefoldingMelvyn Sopacua2002-10-211-1/+7
| | | | | depends on this.
* remove uneeded defJames Cox2002-09-061-1/+0
|
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-061-1/+2
|
* @- Added --disable-all configure option. (Jani)foobar2002-09-041-21/+17
|
* Fix --enable-xml=sharedSascha Schumann2002-05-041-3/+3
|
* - Fix a possible memory leak in xml_set_handler().Markus Fischer2002-04-131-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-foldStig Bakken2002-04-091-1/+0
|
* Revert the bogus patch.foobar2002-04-041-5/+5
|
* - fix "xml_parse_into_struct/umlauts in tags" testcase. It never reallyJan Lehnardt2002-03-231-5/+5
| | | | | - worked
* proto fixesHartmut Holzgraefe2002-03-211-21/+21
|
* Remove old Makefile templatesSascha Schumann2002-03-122-18/+0
|
* Add global include path, so that other extensions can accessSascha Schumann2002-03-111-1/+2
| | | | | the expat header.
* Please welcome the new build system.Sascha Schumann2002-03-071-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 fixesDerick Rethans2002-03-054-1/+5
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Add a note that this statement will never be reached.Jon Parise2002-01-271-1/+2
|
* - Fix bug in XML extension which exists due to a not perfect work aroundAndi Gutmans2001-12-291-6/+9
| | | | | - with ZE1. In ZE2 the correct code seems to work well.
* proto fixHartmut Holzgraefe2001-12-171-1/+1
|
* add todoThies C. Arntzen2001-12-141-0/+3
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-3/+4
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-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 Libby2001-09-271-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'sJeroen van Wolffelaar2001-09-251-16/+16
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-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 Rethans2001-09-091-2/+2
|
* if test -f /usr/local/lib/libexample.s?; then <-- no workiefoobar2001-09-071-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.foobar2001-08-181-1/+2
|
* ws fix.foobar2001-08-181-117/+74
|
* Fix warning.Sebastian Bergmann2001-08-121-1/+1
|
* tags need to be UTF8-decoded as well.Thies C. Arntzen2001-08-122-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 annihilationZeev Suraski2001-07-311-2/+2
|
* @- Bump bundled expat to 1.95.2 (Thies)Thies C. Arntzen2001-07-307-214/+268
|
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-6/+5
|
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-0/+2
|
* - Use object macrosAndi Gutmans2001-07-281-1/+1
|