summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix&improve conversion scriptsZeev Suraski1999-08-072-6/+6
|
* added workaround for Solaris PIC weirdness.Stig Bakken1999-07-241-0/+1
| | | | | added RPM spec file for a future "official" RPM, work-in-progress
* Sooner than you think, Sascha :)Andi Gutmans1999-07-154-0/+94
|
* ar t is a little bit noisy on RhapsodySascha Schumann1999-07-031-1/+1
|
* avoid touching libraries which have not changedSascha Schumann1999-06-011-1/+1
|
* fixesZeev Suraski1999-05-291-1/+1
|
* self-contained extensions please :-)Stig Bakken1999-05-271-1/+2
|
* this script automatically converts the ugly void php3_... prototypesSascha Schumann1999-05-161-0/+30
| | | | | | to PHP_FUNCTION(...) prototypes. Also kills some unnecessary extern declarations in front of function prototypes.
* * added --enable-thread-safety switchStig Bakken1999-05-031-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 Schumann1999-04-251-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 Hristov1999-04-251-1/+1
|
* security check and disclaimer for generated filesSascha Schumann1999-04-241-2/+12
|
* Change cmp'risons to be cross-shell compatible.Andrey Hristov1999-04-241-2/+4
|
* merge the object files in a temporary directoryStig Bakken1999-04-211-6/+22
|
* autoheader must be called after autoconf, automake after autoheaderStig Bakken1999-04-211-1/+0
|
* odbc compiles and runs on UNIX again (tested with Solid 2.3)Stig Bakken1999-04-201-2/+2
|
* generate acconfig.h from acconfig.h.in and ext/*/config.h.stubStig Bakken1999-04-191-2/+20
|
* * Added buildconf, runs all the scripts necessary to build configure (Stig - ↵Zeev Suraski1999-04-181-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 againStig Bakken1999-04-171-1/+1
|
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-174-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.