#
6489b9c3 |
| 14-Mar-2002 |
Sterling Hughes |
update version
|
#
fb837bdd |
| 14-Mar-2002 |
Zeev Suraski |
Childish, are we?
|
#
186651bd |
| 14-Mar-2002 |
foobar |
- Fixed version
|
#
075dc0cc |
| 14-Mar-2002 |
Zeev Suraski |
Fix version number
|
#
cbc1cd80 |
| 14-Mar-2002 |
Yasuo Ohgaki |
Include/enable assert.h/assert() when it is available
|
Revision tags: help |
|
#
2ea99fe1 |
| 13-Mar-2002 |
Sascha Schumann |
a bit of refactoring and making always_shared a nop in every day life
|
#
e10ca100 |
| 13-Mar-2002 |
Sascha Schumann |
Provide context-specific functions which yield the directories of extensions (PHP 4 configure vs. self-contained module)
|
#
9c3b0c75 |
| 11-Mar-2002 |
Sascha Schumann |
Invoke pear-related targets conditionally and rename install-data-local target to install-pear. Also remove PEAR_DIR, because it is unused.
|
#
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
|