#
29894e44 |
| 14-Jul-2005 |
foobar |
Fix the re_magic test by adding missing #include <sys/types.h>
|
#
bc9bc397 |
| 13-Jul-2005 |
foobar |
typofix
|
#
df446153 |
| 13-Jul-2005 |
foobar |
- Added check whether re_magic exists in struct regex_t # per Andrei's request
|
Revision tags: php-4.4.0 |
|
#
71d28a82 |
| 07-Jul-2005 |
foobar |
- Fixed stupid bug in PHP_INSTALL_HEADERS() macro: "foo bar" != foo bar - ext/date/lib/timelib_config.h is also installed now
|
#
8de33674 |
| 07-Jul-2005 |
Dmitry Stogov |
Fixed support for shared extensions on AIX
|
Revision tags: php-4.4.0RC2 |
|
#
faa3fd4a |
| 28-Jun-2005 |
foobar |
re2c 0.98 is the current working version
|
#
e04f5603 |
| 27-Jun-2005 |
foobar |
- Cache the xml2-config path
|
Revision tags: php-5.1.0b2 |
|
#
a0ab6b71 |
| 22-Jun-2005 |
foobar |
- Never ever add /usr/lib as libpath, even if --with-libdir is used
|
#
9f2c906e |
| 21-Jun-2005 |
foobar |
Fix configure problem in braindead systems like Solaris.
|
#
4dfa3fc7 |
| 20-Jun-2005 |
foobar |
Some netware related build issues fixed (patch by: Kamesh Jayachandran <kameshj at fastmail dot fm>
|
#
a892e487 |
| 20-Jun-2005 |
foobar |
fix PHP_INSTALL_HEADERS() macro when 2 params are used
|
#
8d91c1a4 |
| 14-Jun-2005 |
foobar |
Make this usable for header files too
|
#
334f5d87 |
| 14-Jun-2005 |
foobar |
Allow different things to be done when found / not-found
|
#
15cf2a60 |
| 14-Jun-2005 |
foobar |
- Added PHP_CHECK_PDO_INCLUDES macro (caches the result)
|
Revision tags: php-4.4.0RC1 |
|
#
54d85cbf |
| 13-Jun-2005 |
foobar |
- Fixed bug #31256 (PHP_EVAL_LIBLINE configure macro does not handle -pthread)
|
Revision tags: php-5.1.0b1, php-5.0.1b1 |
|
#
8e2efc35 |
| 07-Jun-2005 |
foobar |
- Show "none" when nothing is found
|
#
2fa74dab |
| 02-Jun-2005 |
foobar |
- Revert previous change in build/libtool.m4 and make sure the PATH_SEPARATOR check is only done under autoconf 2.13. # fixes also the php-gtk buildconf probs
|
#
abfc90fb |
| 30-May-2005 |
foobar |
- Use libtool also for completely static builds
|
#
5fee97ca |
| 30-May-2005 |
foobar |
- Changed the PATH_SEPARATOR check to a macro - Made sure we're generating aclocal.m4 in same way with both buildconf and phpize. # Bug #33177
|
#
52215946 |
| 29-May-2005 |
Hartmut Holzgraefe |
simplify flex version test
|
#
af14bbe4 |
| 29-May-2005 |
Hartmut Holzgraefe |
avoid code duplication in bison version test
|
#
10f21b3b |
| 29-May-2005 |
Hartmut Holzgraefe |
added .cxx extension for C++ for completeness reasons
|
#
9ef2ea19 |
| 27-May-2005 |
foobar |
- Use $SED and $EGREP where possible
|
#
4688093c |
| 21-May-2005 |
Rasmus Lerdorf |
Avoid syntax errors on some operating systems
|
#
62625394 |
| 07-May-2005 |
foobar |
- Added PHP_INSTALL_HEADERS() macro - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir"
|