Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Typo | Jeroen van Wolffelaar | 2001-09-26 | 1 | -1/+1 | |
| | ||||||
* | 4rd run... now also var.Z_* | Jeroen van Wolffelaar | 2001-09-26 | 1 | -0/+3 | |
| | ||||||
* | Now fixes virtually everything. | Jeroen van Wolffelaar | 2001-09-26 | 1 | -3/+3 | |
| | | | | | | Sorry, but I assumed that the original script was correct. Unfortunately, that wasn't the case. | |||||
* | And now correctly... and up until 3 levels | Jeroen van Wolffelaar | 2001-09-26 | 1 | -1/+3 | |
| | ||||||
* | This fixes most var->Z_* problems | Jeroen van Wolffelaar | 2001-09-26 | 1 | -0/+1 | |
| | ||||||
* | Should've used my own script... 3rd try. | Jeroen van Wolffelaar | 2001-09-25 | 1 | -27/+27 | |
| | ||||||
* | Just in case... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -6/+6 | |
| | ||||||
* | Enhance to also process objects, and be more verbose | Jeroen van Wolffelaar | 2001-09-25 | 1 | -0/+11 | |
| | ||||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -1/+1 | |
| | ||||||
* | Fix special treatment of zlib by introducing the Apache concept | Sascha Schumann | 2001-05-11 | 1 | -1/+1 | |
| | | | | | of config.m4 hierarchies. | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | filename wildcards in a c comment were a bad idea | Hartmut Holzgraefe | 2000-11-23 | 1 | -5/+5 | |
| | ||||||
* | added a "DO NOT EDIT!" header and regenerated the credits_*h files | Hartmut Holzgraefe | 2000-11-22 | 1 | -1/+16 | |
| | ||||||
* | this little scripts will collect the CREDITS files from | Hartmut Holzgraefe | 2000-11-22 | 1 | -0/+9 | |
| | | | | | | all the ext/ and sapi/ subdirectories and put them all together into ext/standard/credit_[ext|sapi].h | |||||
* | A little script for converting source files to the Z_* macros | Sascha Schumann | 2000-09-06 | 1 | -0/+44 | |
| | ||||||
* | These scripts are not in use anymore. RIP. | Sascha Schumann | 2000-08-24 | 3 | -132/+0 | |
| | ||||||
* | Decent configure speedup. Makefiles are now generated only for the | Stig Bakken | 1999-09-29 | 1 | -13/+2 | |
| | | | | | | | extensions you are including. Got rid of configure.in.in. Moved the last Apache-specific files into sapi/apache and made both static and DSO build work again (it still doesn't run properly). | |||||
* | Generalized server-API build process on UNIX. Each SAPI | Stig Bakken | 1999-09-27 | 2 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implementation now has its own directory under sapi/, just like extensions have theirs under ext/. To make the final targets appear in the main dir, the top-level Makefile includes sapi/NN/Makefile.inc from the selected sapi backend. This is a plan Makefile stub without any autoconf substitutions. Each SAPI backend also has its own config.m4 like extensions (read at the end of diversion 2) and config.h.stub files. Each SAPI backend has to contain: config.m4: just like for extensions, this file contains autoconf/automake directives that end up in the configure script. The only difference is that the sapi config.m4 files are read in diversion (output block) 2 instead of 3. The sapi config.m4 files should set two variables: PHP_SAPI (which sapi backend to choose) and SAPI_TARGET (the name of the resulting library or program, previously BINNAME). If they are not specified, they will default to "cgi" and "php", respectively. Makefile.inc: has to exist, has to define "INSTALL_IT" to the command used to install the final target (or ":" for no operation). It also has to define a plain Makefile rule (without autoconf substitutions) to build $(SAPI_TARGET) Makefile.am: just what you think. Make sure your target is called "libphpsapi_NNN.a", where NNN is the value of PHP_SAPI. Some testing and fixing probably remains. To make everything hang together, I've done some ugly tricks that I can imagine causing some problems. I've built and run the CGI version and built the Apache DSO. | |||||
* | Fix&improve conversion scripts | Zeev Suraski | 1999-08-07 | 2 | -6/+6 | |
| | ||||||
* | added workaround for Solaris PIC weirdness. | Stig Bakken | 1999-07-24 | 1 | -0/+1 | |
| | | | | | added RPM spec file for a future "official" RPM, work-in-progress | |||||
* | Sooner than you think, Sascha :) | Andi Gutmans | 1999-07-15 | 4 | -0/+94 | |
| | ||||||
* | ar t is a little bit noisy on Rhapsody | Sascha Schumann | 1999-07-03 | 1 | -1/+1 | |
| | ||||||
* | avoid touching libraries which have not changed | Sascha Schumann | 1999-06-01 | 1 | -1/+1 | |
| | ||||||
* | fixes | Zeev Suraski | 1999-05-29 | 1 | -1/+1 | |
| | ||||||
* | self-contained extensions please :-) | Stig Bakken | 1999-05-27 | 1 | -1/+2 | |
| | ||||||
* | this script automatically converts the ugly void php3_... prototypes | Sascha Schumann | 1999-05-16 | 1 | -0/+30 | |
| | | | | | | to PHP_FUNCTION(...) prototypes. Also kills some unnecessary extern declarations in front of function prototypes. | |||||
* | * added --enable-thread-safety switch | Stig Bakken | 1999-05-03 | 1 | -1/+1 | |
| | | | | | * now generating internal_functions.c | |||||
* | -f tests for plain files only. We need a way to find out whether we could do ↵ | Sascha Schumann | 1999-04-25 | 1 | -1/+1 | |
| | | | | any damage to existing files. If we cannot write to them, we probably cannot do harmful things hopefully. | |||||
* | test -e fails in sh. Used test -f instead. | Andrey Hristov | 1999-04-25 | 1 | -1/+1 | |
| | ||||||
* | security check and disclaimer for generated files | Sascha Schumann | 1999-04-24 | 1 | -2/+12 | |
| | ||||||
* | Change cmp'risons to be cross-shell compatible. | Andrey Hristov | 1999-04-24 | 1 | -2/+4 | |
| | ||||||
* | merge the object files in a temporary directory | Stig Bakken | 1999-04-21 | 1 | -6/+22 | |
| | ||||||
* | autoheader must be called after autoconf, automake after autoheader | Stig Bakken | 1999-04-21 | 1 | -1/+0 | |
| | ||||||
* | odbc compiles and runs on UNIX again (tested with Solid 2.3) | Stig Bakken | 1999-04-20 | 1 | -2/+2 | |
| | ||||||
* | generate acconfig.h from acconfig.h.in and ext/*/config.h.stub | Stig Bakken | 1999-04-19 | 1 | -2/+20 | |
| | ||||||
* | * Added buildconf, runs all the scripts necessary to build configure (Stig - ↵ | Zeev Suraski | 1999-04-18 | 1 | -2/+1 | |
| | | | | | | | | | if there's any way to detect whether we need to run 'automake --add-missing', please add it...) * Make vpath work again * Minor UNIX bugfixes | |||||
* | Apache module compiles again | Stig Bakken | 1999-04-17 | 1 | -1/+1 | |
| | ||||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 4 | -0/+98 | |
sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up. |