History log of /PHP-5.3/configure.in (Results 576 – 600 of 884)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 26715ba4 11-Mar-2002 Sascha Schumann

Use standard PHP shell check syntax


# a0a857b9 11-Mar-2002 Sascha Schumann

You don't need a C++ compiler to build 100% of PHP (and the largest part of
the extensions), so I don't see a reason why PHP should not build on
a system without a C++ compiler.

If y

You don't need a C++ compiler to build 100% of PHP (and the largest part of
the extensions), so I don't see a reason why PHP should not build on
a system without a C++ compiler.

If your extension uses C++ objects, put PHP_REQUIRE_CXX into your
config.m4.

This should also be removed from the 4.2.0 branch, because it will
cause portability problems otherwise.

show more ...


# 4928259f 07-Mar-2002 Sascha Schumann

ze2 handling


# 5745f861 07-Mar-2002 Sascha Schumann

Build libphp4.la as a module which can be dlopened.

This should not make a difference on common platforms,
but maybe esoteric ones.


# b2cc1821 07-Mar-2002 Sascha Schumann

From APR CVS.

fitz 02/03/07 07:37:09

Modified: build apr_hints.m4
Log:
update for Mac OS X. -traditional-cpp is no longer recommended.


# 9d9d39a0 07-Mar-2002 Sascha Schumann

Please welcome the new build system.

If you encounter any problems, please make sure to email sas@php.net
directly.

An introduction can be found on

http://schumann.cx/b

Please welcome the new build system.

If you encounter any problems, please make sure to email sas@php.net
directly.

An introduction can be found on

http://schumann.cx/buildv5.txt

show more ...


# d1db2071 06-Mar-2002 Derick Rethans

- Bump version numbers on HEAD


# e9ec537a 02-Mar-2002 Zeev Suraski

Fix version number


# 8439b069 27-Feb-2002 foobar

Fixed minor typo.


# 5921ac0d 27-Feb-2002 Derick Rethans

- Update version number


Revision tags: php-4.1.2
# 53cfce6b 05-Feb-2002 foobar

The extensions build as shared were installed into wrong place
even as the layout was PHP.


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# c4d84aa3 03-Feb-2002 Adam Dickmeiss

Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824


# 1e5e93a6 02-Feb-2002 Jon Parise

Revert revision 1.294.

This commit broke things in interesting ways under FreeBSD. By adding these
default header files to every header check, a number of subsequent checks
failed (

Revert revision 1.294.

This commit broke things in interesting ways under FreeBSD. By adding these
default header files to every header check, a number of subsequent checks
failed (due to unsatisfied header file dependencies). This occured because
<netinet/in.h>, for example, requires <sys/types.h>. In other words, these
default includes are not autonomous and don't make workable defaults.

show more ...


# 13ca3321 30-Jan-2002 Edin Kadribasic

Enable extensions to specify that they are not supposed to be
built with the CLI SAPI. This is done by passing "nocli" as the
3rd parameter to PHP_EXTENSION macro.


# e9111e53 26-Jan-2002 Marko Karppinen

- Reorganized stuff in configure.in and added a few comments
# This isn't nearly as big a change as the diff would lead one to believe.
# I've tested this on all my machines and its working f

- Reorganized stuff in configure.in and added a few comments
# This isn't nearly as big a change as the diff would lead one to believe.
# I've tested this on all my machines and its working for sniper too.
- Added a check for ApplicationServices/ApplicationServices.h (Mac OS X)
- Added AC_PROG_CPP, AC_PROG_CXX and AC_PROG_CXXCPP
# (the bundled libmysql build was failing without them with ac2.52/OSX)
- Improved the IPv6 check to fail on Mac OS X (there's no IPv6 there yet)

show more ...


# 14b6678d 25-Jan-2002 Marko Karppinen

Improve detection of resolv.h on versions of Darwin, FreeBSD and Solaris
(this requires post-2.13 autoconf, but 2.13 ignores it gracefully)


# aca36977 25-Jan-2002 Marko Karppinen

Relying only on host_alias is wrong


# ede07e3a 24-Jan-2002 Sascha Schumann

fix typo, found by edin


# c0b8ac11 24-Jan-2002 Sascha Schumann

Don't build CLI, if an extension requests that.

In this case, the ircg extension refers to thttpd-specific symbols
which causes the build of the cli sapi module to fail.


# f5790b0a 20-Jan-2002 Edin Kadribasic

Modified the build system to make certain extensions (pcntl, ncurses,
pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional
parameter to PHP_EXTENSION macro which should be se

Modified the build system to make certain extensions (pcntl, ncurses,
pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional
parameter to PHP_EXTENSION macro which should be set to "cli" if
the extension only makes sense for that class of api's.

show more ...


# db864720 12-Jan-2002 Edin Kadribasic

Modified the build system to always build CLI SAPI.


# 6ec98d5d 09-Jan-2002 foobar

- Fixed the creation of pear-get script.


# fa41fe86 09-Jan-2002 foobar

Reverted Hartmut's patch as it caused more trouble than it solved.
# Broke my build totally. The 'correct' fix is to make the checks better
# everywhere. ie. to check for existance of the lib

Reverted Hartmut's patch as it caused more trouble than it solved.
# Broke my build totally. The 'correct' fix is to make the checks better
# everywhere. ie. to check for existance of the library/symbol in some lib.

show more ...


# 6e1878b0 06-Jan-2002 Stig Venaas

Added some consts for arguments in network.c declarations. Moved
php_sockaddr_storage to php_network.h and added check for struct
sockaddr_storage


# 597c0d5d 04-Jan-2002 Hartmut Holzgraefe

first PHP_EXTENSION_LIBS casualty :(


1...<<21222324252627282930>>...36