Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (PHP xml_parse_into_struct) sometimes the value was truncated | Thies C. Arntzen | 1999-10-20 | 1 | -2/+14 |
| | | | | | @- XML_Parse_Into_Struct no longer eats data. (Thies) | ||||
* | (PHP xml_parse_into_struct): fixed mem-leak when encountering invalid XML. | Thies C. Arntzen | 1999-10-20 | 1 | -0/+3 |
| | |||||
* | _php3/_php3i -> php rename | Andrei Zmievski | 1999-10-16 | 1 | -4/+4 |
| | |||||
* | fixed hopefully last XML problem. that one was hard! | Thies C. Arntzen | 1999-10-07 | 1 | -8/+8 |
| | |||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 3 | -10/+4 |
| | | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature | ||||
* | one zval fix - cleanups | Thies C. Arntzen | 1999-10-01 | 1 | -124/+111 |
| | |||||
* | fix the order.. (thanx, andi) | Thies C. Arntzen | 1999-09-29 | 1 | -1/+2 |
| | |||||
* | found a typo! | Thies C. Arntzen | 1999-09-28 | 1 | -1/+1 |
| | |||||
* | fixed callback code -> now $parser is passed as a resource! | Thies C. Arntzen | 1999-09-25 | 1 | -105/+96 |
| | |||||
* | updated XML (only partly tested) | Thies C. Arntzen | 1999-09-24 | 1 | -118/+122 |
| | |||||
* | more high-tech shared building | Stig Bakken | 1999-09-24 | 2 | -15/+1 |
| | |||||
* | fixed warning | Thies C. Arntzen | 1999-09-24 | 1 | -2/+1 |
| | |||||
* | Compile fixes for WDDX, XML and Zlib (untested) | Zeev Suraski | 1999-09-24 | 1 | -16/+16 |
| | |||||
* | resource API & ZTS stuff | Thies C. Arntzen | 1999-09-20 | 2 | -246/+141 |
| | |||||
* | supply path to xml include dir for APXS and APACI | Sascha Schumann | 1999-09-17 | 1 | -5/+3 |
| | |||||
* | If available, use Apache's embedded expat | Sascha Schumann | 1999-09-17 | 1 | -0/+5 |
| | |||||
* | Small cleanup | Gergely Madarász | 1999-09-03 | 1 | -2/+7 |
| | |||||
* | clean up library naming | Stig Bakken | 1999-09-02 | 2 | -6/+17 |
| | |||||
* | ZTS fix | Thies C. Arntzen | 1999-08-18 | 1 | -0/+3 |
| | |||||
* | fix for #1995 (this module needs some more work.) | Thies C. Arntzen | 1999-08-08 | 1 | -4/+7 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 2 | -15/+15 |
| | | | | | php3_compat.h) | ||||
* | overlooked them | Sascha Schumann | 1999-07-24 | 1 | -3/+3 |
| | |||||
* | fix for missing include path in CFLAGS | Sascha Schumann | 1999-07-24 | 2 | -4/+4 |
| | |||||
* | updated the docstring for --with-xml | Stig Bakken | 1999-07-23 | 1 | -1/+4 |
| | |||||
* | First cut at standard way of making dynamically loadable extensions on UNIX. | Stig Bakken | 1999-07-21 | 3 | -7/+39 |
| | | | | | | | | | | | | | | | | | | Examples on how to test: ./configure --with-xml static ./configure --with-xml=/opt static ./configure --with-xml=shared shared ./configure --with-xml=shared,/opt shared The difference between these two is that when the extension is shared, it is not merged into libphpext.a. The shared extension is currently always built. I can't find a way to do just one or the other with automake/libtool, if someone has a clever idea, please come forward. :-) "make install" installs the .so (as well as a lot of other cruft) in $prefix/lib/php. | ||||
* | that's better | Stig Bakken | 1999-07-21 | 1 | -2/+0 |
| | |||||
* | Debian fixes | Stig Bakken | 1999-07-21 | 3 | -29/+71 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | Don't touch refcount and EA directly | Zeev Suraski | 1999-07-09 | 1 | -12/+6 |
| | |||||
* | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -6/+6 |
| | | | | | Rename is_ref to EA | ||||
* | updated to latest php3 | Thies C. Arntzen | 1999-07-04 | 1 | -1/+1 |
| | |||||
* | added some refcount stuff | Thies C. Arntzen | 1999-07-02 | 1 | -1/+12 |
| | |||||
* | losses memory like hell, but seems to work! | Thies C. Arntzen | 1999-07-02 | 2 | -31/+71 |
| | | | | | | | | | | | | | 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 Schumann | 1999-05-27 | 1 | -4/+5 |
| | |||||
* | fix compile issues in LDAP/XML exts | Sascha Schumann | 1999-05-22 | 2 | -5/+22 |
| | |||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 2 | -85/+315 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 1 | -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. | ||||
* | This is generated | Rasmus Lerdorf | 1999-04-22 | 1 | -287/+0 |
| | |||||
* | Bring imap build rules up to date. We still have a problem here though. | Rasmus Lerdorf | 1999-04-22 | 1 | -54/+71 |
| | | | | | | | | | | | In this new build structure we are adding libraries to $LIBS as we add modules instead of doing an AC_SUBST into the Makefile. One reason for doing the subst in php3 was to get around the libraries that could not be included in $LIBS because doing so would mess up the various configure tests. For example, you can't do a -limap as part of the various simple configure compile programs because -limap requires a bunch of callback symbols to be present. | ||||
* | last bunch of extensions moving to ext/ | Stig Bakken | 1999-04-22 | 6 | -0/+1728 |
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. |