History log of /PHP-5.5/acinclude.m4 (Results 226 – 250 of 447)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a28eaf64 01-Jan-2003 Wez Furlong

Workaround for glibc 2.2.9x and later "a+" bug that does not seek to EOF for
files fopen()ed with that mode.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2
# ca58966a 18-Nov-2002 Wez Furlong

Merge streams changes from branch.


Revision tags: BEFORE_RENAMING
# 04e564de 15-Nov-2002 Sascha Schumann

use grep -E instead of egrep. the latter is not defined by POSIX anymore


Revision tags: php-4.3.0RC1
# 46a99e90 14-Nov-2002 Sascha Schumann

- Remove PHP_DISABLE_CLI
- Streamline ircg build: thttpd-dependent part moved into separate source
file, so that it can be added to the SAPI-only object list.


# e77c7ee4 29-Oct-2002 foobar

- Remove the "which" call and just expect sed to be in PATH


# c82799be 28-Oct-2002 foobar

- Only test the sed in PATH. (testing others is useless)


Revision tags: php-4.3.0pre2
# 6bf422d6 24-Oct-2002 Sascha Schumann

Make PHP compile out-of-the-box with uClibc


# 938ba73b 24-Oct-2002 Sascha Schumann

Quote macro names in AC_DEFUN() and prefix the internal macros using
a single underscore. Also rename AC_PHP_ONCE as PHP_RUN_ONCE.


# b26f6233 21-Oct-2002 foobar

remove the remains of that comment.


# 9d21dd45 21-Oct-2002 foobar

- Moved CGI specific lines from configure.in to sapi/cgi/config9.m4
which is 'executed' last of the SAPI config.m4's.
- Added --disable-cgi option. (was possible only with above change)

- Moved CGI specific lines from configure.in to sapi/cgi/config9.m4
which is 'executed' last of the SAPI config.m4's.
- Added --disable-cgi option. (was possible only with above change)
- Made the sed check to not test for the possibly working sed on Solaris
since that would make the test quite useless. (compile would still fail)

# That sed check is not enabled yet..need to know whether we fail
# during configure or just put out a warning about possible non-working
# sed. As even plain ./configure doesn't work in most cases, I think
# it would be better to just fail during configure and let the users
# fix their paths/install GNU sed.

show more ...


# aa1ddac8 16-Oct-2002 foobar

- Fix typo..
#
# Note: This is not used at all yet..waiting for comments first. :)
#


# 97e4dc3a 15-Oct-2002 foobar

- Added PHP_PROG_SED which checks whether the sed in system works with
very long strings.

#
# Sascha, is this okay? I added this here since any libtool/autoconf
# release out t

- Added PHP_PROG_SED which checks whether the sed in system works with
very long strings.

#
# Sascha, is this okay? I added this here since any libtool/autoconf
# release out there doesn't have this yet..we can remove this when
# we can really start requiring such versions which have it?
#
# This sets $SED to the correct binary, so that should be used in
# places were the lines might be very long.
#

show more ...


Revision tags: RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 614d10a8 02-Oct-2002 Marcus Boerger

Check for C99 conformance of snprintf.
#This way we force using internal version if a broken library is used.
#E.g. length parameter is broken, return value or default precision wrong.


# 66833340 02-Oct-2002 Sascha Schumann

Another Linux x86 system returns ELIMIT so we need to check errno as well
before assuming that pread/pwrite work.


# e1dd35bd 02-Oct-2002 Sascha Schumann

The pread/pwrite macros check for a bug in the Linux glibc now.
The bug causes the kernel not to return -1/EAGAIN. The new test case
has been borrowed from the Linux Test Project.

Th

The pread/pwrite macros check for a bug in the Linux glibc now.
The bug causes the kernel not to return -1/EAGAIN. The new test case
has been borrowed from the Linux Test Project.

This also fixes a bug which apparently caused HAVE_PREAD/WRITE to be
defined even if the more complex checks failed (ac_cv_func_NAME=no
was set albeit with no difference).

show more ...


# d9655f8c 30-Sep-2002 Sascha Schumann

remove unused lines


# e6e54605 29-Sep-2002 Sascha Schumann

Follow Yasuo's suggestion and build sapi program's under the sapi-specific
directory.

Move sapi-specific makefile fragments to their respective directory.

Create an embed sapi m

Follow Yasuo's suggestion and build sapi program's under the sapi-specific
directory.

Move sapi-specific makefile fragments to their respective directory.

Create an embed sapi module which resides in its own dir now.

show more ...


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3
# 702d7afc 06-Sep-2002 Sascha Schumann

Reenable pwrite/pread support

The old checks supposed that pread/pwrite worked, if a declaration was
found in <unistd.h>. We now actually check whether they work successfully
before

Reenable pwrite/pread support

The old checks supposed that pread/pwrite worked, if a declaration was
found in <unistd.h>. We now actually check whether they work successfully
before using them.

show more ...


Revision tags: php-4.2.3
# 3bf75192 04-Sep-2002 foobar

@- Added --disable-all configure option. (Jani)


Revision tags: php-4.2.3RC2, php-4.2.3RC1
# 3d8b6c2d 22-Aug-2002 Wez Furlong

Add a configure check to see if the seeker function in an fopencookie
uses off_t or the newer, more portable "fpos_t *".
The check could perhaps be more refined, as the test program will segf

Add a configure check to see if the seeker function in an fopencookie
uses off_t or the newer, more portable "fpos_t *".
The check could perhaps be more refined, as the test program will segfault
on older systems (like mine) that use off_t.

show more ...


# 107a9efb 06-Aug-2002 Marko Karppinen

Fix the framework support


Revision tags: dev
# 5611c2fc 06-Aug-2002 Marko Karppinen

Support compiling and linking against Darwin / Mac OS X frameworks


# 272913f3 25-Jul-2002 foobar

- Fixed bug: #18560, the macro was not defined always.


# b231fc0d 21-Jul-2002 Marko Karppinen

Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the Darwin
link lines in sapi/cli and sapi/cgi to use $NATIVE_RPATHS.
This is a tentative fix for #18450.


Revision tags: php-4.2.2
# aef27e37 20-Jul-2002 Sascha Schumann

Improve/fix handling of --disable-rpath

Might or might not fix #18374


12345678910>>...18