summaryrefslogtreecommitdiff
path: root/ext/xml/php3_xml.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-161/+0
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* resource API & ZTS stuffThies C. Arntzen1999-09-201-2/+24
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-1/+1
| | | | | php3_compat.h)
* Debian fixesStig Bakken1999-07-211-6/+8
|
* losses memory like hell, but seems to work!Thies C. Arntzen1999-07-021-1/+1
| | | | | | | | | | | | | 3 things (this is a bad hack as of now!): - xml.c uses _php3_strtoupper is #include "../standard/php3_string.h" the right way to get the prototype? - i've copied php3i_long_pval/php3i_string_pval from the php3 tree into xml.c (this is defnetly WRONG, but where do i find those?) - as php3tls_pval_destructor is not available in zend, i've #define php3tls_pval_destructor(a) pval_destructor(a) which is maybe not what we want!
* fix compile issues in LDAP/XML extsSascha Schumann1999-05-221-4/+22
|
* - run ext sources through conv_protoSascha Schumann1999-05-211-0/+2
| | | | | - add necessary phpext_*_ptr
* last bunch of extensions moving to ext/Stig Bakken1999-04-221-0/+117
fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.