summaryrefslogtreecommitdiff
path: root/ext/xml/xml.c
Commit message (Collapse)AuthorAgeFilesLines
...
* updated to latest php3Thies C. Arntzen1999-07-041-1/+1
|
* added some refcount stuffThies C. Arntzen1999-07-021-1/+12
|
* losses memory like hell, but seems to work!Thies C. Arntzen1999-07-021-30/+70
| | | | | | | | | | | | | 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 CGI build (at least)Sascha Schumann1999-05-271-4/+5
|
* fix compile issues in LDAP/XML extsSascha Schumann1999-05-221-1/+0
|
* - run ext sources through conv_protoSascha Schumann1999-05-211-85/+313
| | | | | - add necessary phpext_*_ptr
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-091-2/+2
| | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
* last bunch of extensions moving to ext/Stig Bakken1999-04-221-0/+1307
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.