Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -2/+2 |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | ||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | ZEND_GET_MODULE(name) macro. | ||||
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 1 | -4/+0 |
| | |||||
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
| | |||||
* | Large commit test III | Sascha Schumann | 2000-05-01 | 1 | -0/+3 |
| | |||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext. | ||||
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -6/+1 |
| | | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support) | ||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-06 | 1 | -15/+17 |
| | |||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -15/+15 |
| | | | | | - Avoid declaring crypt() related salt types twice | ||||
* | It didn't all go through | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Compile fixes | Zeev Suraski | 2000-02-05 | 1 | -1/+0 |
| | |||||
* | Cleanup patches | Zeev Suraski | 2000-02-05 | 1 | -6/+7 |
| | |||||
* | 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 | -1/+1 |
| | | | | | Defaulting to 1. | ||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -5/+3 |
| | | | | | | | 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. | ||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
| | | | | | | .*\.[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) | ||||
* | new improved resource-API (i hope everything still compiles) | Thies C. Arntzen | 1999-10-12 | 1 | -18/+9 |
| | |||||
* | Use libtool | Sascha Schumann | 1999-10-05 | 1 | -2/+2 |
| | |||||
* | This should make the mSQL module compile again (untested) | Zeev Suraski | 1999-09-24 | 1 | -10/+10 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-09-04 | 1 | -2/+2 |
| | |||||
* | A few fixes | Zeev Suraski | 1999-09-04 | 2 | -63/+62 |
| | |||||
* | Update the mSQL module with the latest tech | Zeev Suraski | 1999-09-04 | 3 | -329/+177 |
| | |||||
* | Fixed. | Andrey Hristov | 1999-08-05 | 1 | -0/+1 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -31/+31 |
| | | | | | php3_compat.h) | ||||
* | More symbol work. | Andrey Hristov | 1999-08-02 | 2 | -55/+60 |
| | |||||
* | Please add in any changes/bug fixes you've made - we need to keep a details ↵ | Zeev Suraski | 1999-07-22 | 1 | -1/+2 |
| | | | | ChangeLog... | ||||
* | the ; is superflicious | Sascha Schumann | 1999-07-21 | 1 | -1/+1 |
| | |||||
* | Test, will document this soon. | Egon Schmid | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | This is so ugly, I hate myself for committing it | Sascha Schumann | 1999-07-16 | 1 | -6/+3 |
| | |||||
* | fix detection | Sascha Schumann | 1999-07-16 | 1 | -1/+1 |
| | |||||
* | Oops #2 | Zeev Suraski | 1999-07-16 | 1 | -1/+1 |
| | |||||
* | Oops | Zeev Suraski | 1999-07-16 | 1 | -2/+2 |
| | |||||
* | * Get the mSQL module up to date | Zeev Suraski | 1999-07-16 | 1 | -43/+61 |
| | |||||
* | Minor fix | Zeev Suraski | 1999-07-16 | 1 | -0/+2 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | Introduce AC_ADD_* macros | Sascha Schumann | 1999-06-20 | 1 | -5/+2 |
| | | | | | | | The use of AC_EXPAND_PATH makes it possible to continue to use relative paths when configuring PHP. (e.g. --with-apache=../apache-1.3.x works again) | ||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 2 | -57/+59 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | * 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 |
| | |||||
* | moved dav, msql and oracle to ext/ | Stig Bakken | 1999-04-21 | 6 | -0/+1620 |