Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resource API & ZTS stuff | Thies C. Arntzen | 1999-09-20 | 1 | -2/+24 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -1/+1 |
| | | | | | php3_compat.h) | ||||
* | Debian fixes | Stig Bakken | 1999-07-21 | 1 | -6/+8 |
| | |||||
* | losses memory like hell, but seems to work! | Thies C. Arntzen | 1999-07-02 | 1 | -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 exts | Sascha Schumann | 1999-05-22 | 1 | -4/+22 |
| | |||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 1 | -0/+2 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | last bunch of extensions moving to ext/ | Stig Bakken | 1999-04-22 | 1 | -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. |