Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 1 | -1/+0 | |
| | | | | | PR: #3786 | |||||
* | More protos. | Egon Schmid | 2000-02-24 | 1 | -14/+14 | |
| | ||||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -5/+5 | |
| | ||||||
* | - A bit more PHP_WIN32 work | Andi Gutmans | 2000-02-10 | 1 | -5/+5 | |
| | ||||||
* | @- Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev) | Zeev Suraski | 2000-02-08 | 1 | -1/+5 | |
| | ||||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 | |
| | | | | | you start counting at 0 or 1). | |||||
* | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 1 | -2/+2 | |
| | | | | | Defaulting to 1. | |||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -4/+2 | |
| | | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO]) | |||||
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 2 | -5/+10 | |
| | | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes. | |||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -19/+19 | |
| | ||||||
* | More php3_ cleanup | Zeev Suraski | 1999-12-17 | 2 | -14/+14 | |
| | ||||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 2 | -3/+3 | |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -12/+12 | |
| | ||||||
* | Kill a warning | Sascha Schumann | 1999-12-12 | 1 | -1/+1 | |
| | ||||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 2 | -5/+5 | |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | |||||
* | Remove the extra INCLUDES line from most automake Mafiles. This is not | Sascha Schumann | 1999-11-13 | 1 | -1/+0 | |
| | | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS) | |||||
* | Fix bug #2548. | Andrei Zmievski | 1999-10-17 | 1 | -1/+1 | |
| | ||||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | Use new Zend API. | Stefan Roehrich | 1999-09-25 | 1 | -82/+80 | |
| | ||||||
* | Compile fixes for WDDX, XML and Zlib (untested) | Zeev Suraski | 1999-09-24 | 1 | -11/+11 | |
| | ||||||
* | Fixed gzgetss() with new _php3_strip_tags, corrected prototype. | Stefan Roehrich | 1999-09-22 | 1 | -2/+2 | |
| | ||||||
* | fgetss/gzgetss fixes | Rasmus Lerdorf | 1999-09-21 | 1 | -1/+2 | |
| | ||||||
* | woops | Rasmus Lerdorf | 1999-09-21 | 1 | -1/+1 | |
| | ||||||
* | Fix zlib compile problem | Rasmus Lerdorf | 1999-09-21 | 1 | -4/+18 | |
| | ||||||
* | Fixed prototype. | Stefan Roehrich | 1999-09-18 | 1 | -1/+1 | |
| | ||||||
* | - Thread-unsafe win32 compiles again | Andi Gutmans | 1999-09-15 | 1 | -1/+1 | |
| | | | | | - Some strlcpy changes including one bug fix. | |||||
* | Fixed behavior with empty doc_root. | Stefan Roehrich | 1999-09-07 | 1 | -83/+10 | |
| | | | | | gzgetss() now uses _php3_strip_tags. | |||||
* | Removed remaining PHP_31 defines. | Stefan Roehrich | 1999-09-06 | 2 | -106/+69 | |
| | | | | | First try with ZTS support, can someone with a working ZTS enabled setup test this, please? | |||||
* | Fixed prototype. | Stefan Roehrich | 1999-09-06 | 1 | -1/+1 | |
| | ||||||
* | First try with new resource handling in zlib module. | Stefan Roehrich | 1999-09-04 | 1 | -99/+37 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-04 | 1 | -4/+4 | |
| | ||||||
* | I missed that also. | Egon Schmid | 1999-08-09 | 1 | -0/+4 | |
| | ||||||
* | Fix for Redhat libc 2.1 and dynamic loading in zlib module. | Stefan Roehrich | 1999-08-02 | 2 | -23/+36 | |
| | | | | | Adapted zlib module to new PHP_Mxxx macros. | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -15/+15 | |
| | | | | | php3_compat.h) | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -15/+9 | |
| | ||||||
* | --with-zlib should work now | Sascha Schumann | 1999-07-01 | 1 | -7/+7 | |
| | ||||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 2 | -32/+32 | |
| | | | | | - add necessary phpext_*_ptr | |||||
* | - fix compile issues for various packages (dbase, sysv*, zlib) | Sascha Schumann | 1999-05-21 | 1 | -2/+4 | |
| | | | | | - some cleanup in mhash/mcrypt | |||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 2 | -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. | |||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+0 | |
| | ||||||
* | Make zlib compile | Rasmus Lerdorf | 1999-04-23 | 1 | -30/+12 | |
| | ||||||
* | 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 | 7 | -0/+1312 | |
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. |