This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-24 16:22:37 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b1f3a91569419fc2c8af1b455bcecc520a0ff3ec
archived-php-src
/
ext
/
xml
History
Andi Gutmans
66d88ba07b
- Fix bug in XML extension which exists due to a not perfect work around
...
- with ZE1. In ZE2 the correct code seems to work well.
2001-12-29 18:10:01 +00:00
..
expat
include php_compat.h, so that we use php_XML_* if necessary. Better to do it in expat.h, so that other libs, eg xmlrpc, inherit this behavior and we can link
2001-09-27 00:29:34 +00:00
tests
tags need to be UTF8-decoded as well.
2001-08-12 18:44:42 +00:00
config.m4
Unified the configure messages.
2001-11-30 19:00:13 +00:00
CREDITS
2nd step towards auto-credits
2000-11-20 10:33:33 +00:00
Makefile.in
Remove extraneous tab
2001-05-21 00:05:51 +00:00
php_xml.h
Update headers.
2001-12-11 15:32:16 +00:00
xml.c
- Fix bug in XML extension which exists due to a not perfect work around
2001-12-29 18:10:01 +00:00