History log of /PHP-5.5/acinclude.m4 (Results 426 – 447 of 447)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE
# 46783929 24-Jul-1999 Stig Bakken

more Solaris fun


# 7c2f1384 24-Jul-1999 Stig Bakken

added workaround for Solaris PIC weirdness.
added RPM spec file for a future "official" RPM, work-in-progress


Revision tags: php-4.0b1
# d9f52fe0 21-Jul-1999 Stig Bakken

First cut at standard way of making dynamically loadable extensions on UNIX.
Examples on how to test:

./configure --with-xml static
./configure --with-xml=/opt

First cut at standard way of making dynamically loadable extensions on UNIX.
Examples on how to test:

./configure --with-xml static
./configure --with-xml=/opt static
./configure --with-xml=shared shared
./configure --with-xml=shared,/opt shared

The difference between these two is that when the extension is shared, it
is not merged into libphpext.a. The shared extension is currently always
built. I can't find a way to do just one or the other with automake/libtool,
if someone has a clever idea, please come forward. :-)

"make install" installs the .so (as well as a lot of other cruft) in
$prefix/lib/php.

show more ...


# 07e30106 20-Jul-1999 Sascha Schumann

get rid of --with-shared-apache
it's currently broken and redundant (use APXS instead)


# 064a4ea8 16-Jul-1999 Sascha Schumann

avoid nameclash


# a80609c7 11-Jul-1999 Sascha Schumann

typo


# f0febf04 11-Jul-1999 Sascha Schumann

merge in some autoconf stuff


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# 650986c8 28-Jun-1999 Sascha Schumann

work around that solaris bug


# aa4e00b3 27-Jun-1999 Sascha Schumann

port over autoconf fixes from php3


# af56b0f9 20-Jun-1999 Sascha Schumann

whoops, kill debugging message


# 43a466a0 20-Jun-1999 Sascha Schumann

Introduce AC_ADD_* macros

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)


# c3151f74 20-Jun-1999 Sascha Schumann

use standard autoconf variables


Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 9a66ffba 03-May-1999 Stig Bakken

* added --enable-thread-safety switch
* now generating internal_functions.c


# b9d3a807 26-Apr-1999 Andrey Hristov

Fixing a few thing to make AC_CHECK_CC_OPTION work.


# 11fc109c 25-Apr-1999 Sascha Schumann

add mcrypt module


# 6955cacb 24-Apr-1999 Sascha Schumann

unreliable check whether cc option can be used really


# 2c0ad3ee 22-Apr-1999 Stig Bakken

last bunch of extensions moving to ext/
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 compi

last bunch of extensions moving to ext/
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.

show more ...


# f582bec9 21-Apr-1999 Stig Bakken

moved db


# f67a9bdc 21-Apr-1999 Stig Bakken

moved dav, msql and oracle to ext/


# 43ed9039 21-Apr-1999 Stig Bakken

remove old libtool and automake stuff that was borrowed using 3.0


# 54468d2e 20-Apr-1999 Stig Bakken

odbc compiles and runs on UNIX again (tested with Solid 2.3)


# 257de2ba 17-Apr-1999 Stig Bakken

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" extensio

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.

show more ...


1...<<1112131415161718