Zeev Suraski
125300b563
Fix&improve conversion scripts
1999-08-07 15:31:57 +00:00
Stig Bakken
7c2f1384d4
added workaround for Solaris PIC weirdness.
...
added RPM spec file for a future "official" RPM, work-in-progress
1999-07-24 19:02:38 +00:00
Andi Gutmans
2a43afd2ce
Sooner than you think, Sascha :)
1999-07-15 18:33:41 +00:00
Sascha Schumann
a010baa18d
ar t is a little bit noisy on Rhapsody
1999-07-03 17:44:20 +00:00
Sascha Schumann
d57ffd3646
avoid touching libraries which have not changed
1999-06-01 17:53:15 +00:00
Zeev Suraski
873763473f
fixes
1999-05-29 15:10:06 +00:00
Stig Bakken
96434e4899
self-contained extensions please :-)
1999-05-27 08:53:21 +00:00
Sascha Schumann
5a4c63db53
this script automatically converts the ugly void php3_... prototypes
...
to PHP_FUNCTION(...) prototypes. Also kills some unnecessary extern
declarations in front of function prototypes.
1999-05-16 11:14:52 +00:00
Stig Bakken
9a66ffbaee
* added --enable-thread-safety switch
...
* now generating internal_functions.c
1999-05-03 11:11:23 +00:00
Sascha Schumann
ac9c0d03e0
-f tests for plain files only. We need a way to find out whether we could do any damage to existing files. If we cannot write to them, we probably cannot do harmful things hopefully.
1999-04-25 14:08:41 +00:00
Andrey Hristov
ef7a4db341
test -e fails in sh. Used test -f instead.
1999-04-25 00:55:01 +00:00
Sascha Schumann
a156a47187
security check and disclaimer for generated files
1999-04-24 22:16:06 +00:00
Andrey Hristov
4aeb630539
Change cmp'risons to be cross-shell compatible.
1999-04-24 21:21:35 +00:00
Stig Bakken
8335a61d74
merge the object files in a temporary directory
1999-04-21 20:30:47 +00:00
Stig Bakken
02f9dc6460
autoheader must be called after autoconf, automake after autoheader
1999-04-21 13:47:05 +00:00
Stig Bakken
54468d2e75
odbc compiles and runs on UNIX again (tested with Solid 2.3)
1999-04-20 01:03:12 +00:00
Stig Bakken
7d9c4da459
generate acconfig.h from acconfig.h.in and ext/*/config.h.stub
1999-04-19 17:19:37 +00:00
Zeev Suraski
cc5e008b72
* Added buildconf, runs all the scripts necessary to build configure (Stig - 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
1999-04-18 18:06:54 +00:00
Stig Bakken
1e2474b18c
Apache module compiles again
1999-04-17 02:01:20 +00:00
Stig Bakken
257de2bade
First commit of re-structuring phase one. We have started using automake in
...
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.
1999-04-17 00:37:12 +00:00