Commit Graph

387 Commits

Author SHA1 Message Date
Scott MacVicar
56352d1a2f MFB 5.3: Rest of the changes for re2c merge 2008-03-26 14:46:17 +00:00
Marcus Boerger
14aca9c605 - Allow zend_extensions to be build inside ext and tested with 'make test' 2008-02-17 20:49:46 +00:00
Jon Parise
d5046a59d3 Document the 'cxx' parameter to PHP_NEW_EXTENSION. 2007-12-31 04:27:47 +00:00
Jani Taskinen
56f88566e9 - Part 1 of fixing problems with runpath switch (make --disable-rpath work for real) 2007-08-20 14:28:29 +00:00
Jani Taskinen
87bcb01ce1 MFB 2007-08-03 10:46:19 +00:00
Jani Taskinen
452ace5e14 - Made build system less dependant for the PHP major version to also
ease MFB/MFH as acinclude.m4 and Makefile.global are identical in both
  branches.
2007-07-26 22:45:22 +00:00
Jani Taskinen
f3c2a33f42 - Moved mysqnd to it's own directory: It is sort of an extension itself.
(Similar to what ext/libxml is..)
2007-07-25 23:47:33 +00:00
Jani Taskinen
e0849ab010 - Allow using extra headers in PHP_CHECK_SIZEOF 2007-07-25 21:19:43 +00:00
Jani Taskinen
0dcd530e22 - Stop configure if scanner files are not found and invalid/no flex is found 2007-07-19 12:35:56 +00:00
Jani Taskinen
380fb68d6e - The --enable-zend-multibyte option does not exist in PHP 6 2007-07-16 10:11:39 +00:00
Jani Taskinen
f31c88a822 - Fix issue in differentiating between --with-* and --enable-* 2007-07-16 10:00:31 +00:00
Jani Taskinen
42dbb97d4d fix the configure output 2007-07-12 17:46:14 +00:00
Jani Taskinen
020eb987ea MFB: PHP_CHECK_CONFIGURE_OPTIONS 2007-07-11 21:47:04 +00:00
Johannes Schlüter
c91907a515 - Always enable mail() function 2007-07-11 17:39:04 +00:00
Jani Taskinen
d7401d3649 - Improved PHP_SETUP_ICU 2007-07-11 10:35:47 +00:00
Jani Taskinen
82dc2c505f - Cleanup, nuked some unnecessary macros. 2007-07-11 10:27:16 +00:00
Jani Taskinen
490d288326 - Removed --enable-versioning 2007-07-10 10:18:26 +00:00
foobar
68724e2489 - Improved php-config:
. Added --configure-options option to get configure line for current build
  . Added --php-sapis option which shows SAPIs available
  . Fixed problem with missing php binary when CLI is not build but CGI is.
- Fixed broken sed issues in phpize script
2007-06-29 01:09:54 +00:00
foobar
28fc4c26fc - Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF)
# Now types like ptrdiff_t, ssize_t and intmax_t get defined to something
# useful..
2007-06-27 14:40:02 +00:00
foobar
3bec20159c MFB 2007-05-24 21:43:56 +00:00
foobar
e76d86d562 MFB:- Fix previous fix. (just revert of Stefan's bad fix..) 2007-05-24 19:52:30 +00:00
foobar
6646996279 MFB:- Fix idiotic change in logic. (hint: flex is _REQUIRED_ for building PHP! 2007-05-24 19:36:12 +00:00
Marcus Boerger
c9fcda7079 - Update version in error message as well 2007-05-05 12:24:45 +00:00
Marcus Boerger
0d49f05c2f - Fix re2c check and bump requirement to 0.12.0 2007-05-05 12:14:20 +00:00
foobar
f9d7b5a833 MFB:- Check if Makefile.frag actually exists before running sed on it. 2007-03-25 10:21:43 +00:00
Antony Dovgal
389e17332e move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in
its result is used in sapi/cli & sapi/embed, not just sapi/cgi
2007-02-20 20:10:53 +00:00
Antony Dovgal
abe754287f use correct comment marker (dnl, not #)
add comment regarding AC_DECL_YYTEXT and the annoying warning
(just in case I'm not the only one who's annoyed by it)
2007-01-31 21:29:53 +00:00
Antony Dovgal
0cbf04266d tabs -> ws 2007-01-15 14:07:18 +00:00
Antony Dovgal
720f9cf1bb improve icu-config check 2007-01-15 14:03:55 +00:00
Andrei Zmievski
83e658d120 Fix copy/paste typo. 2007-01-12 19:13:07 +00:00
Andrei Zmievski
af7451985e Create PHP_SETUP_ICU macro that can be used in self-contained
extensions.
2007-01-12 18:57:11 +00:00
Andrei Zmievski
0b222980d0 Rename php5 module to php6. Remove version number from
sapi/apache/mod_php.* filenames (for future's sake). No other SAPI
moduels modified (up to invididual maintainers).
2007-01-10 23:46:09 +00:00
Nuno Lopes
53be86ae49 MFB 2007-01-01 20:10:26 +00:00
Antony Dovgal
172efe6886 missing part of the fix for #39795
crypt.h defines struct crypt_data only if _REENTRANT is defined
2006-12-12 12:06:00 +00:00
Antony Dovgal
4f903da4c0 fix typo 2006-12-12 10:15:58 +00:00
Antony Dovgal
ec53d3d18a fix #39795 (build fails on AIX because crypt_r() uses different data struct) 2006-12-12 07:36:37 +00:00
Antony Dovgal
8e7ab1b72f fix build with Sun compiler, which doesn't support -O0 2006-12-04 18:28:34 +00:00
Antony Dovgal
d831bd5f73 the last part of the fix for #39004 2006-10-02 20:49:13 +00:00
Antony Dovgal
640c76969e fix the fix for #39004 2006-10-02 19:17:43 +00:00
Ilia Alshanetsky
f4ee4cfa70 MFB: Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60). 2006-10-02 15:34:56 +00:00
Stefan Esser
06076fd0d6 Fixed that configure bails out on wrong flex version. Now a wrong flex version
will issue a warning and when flex is needed during the make process the make
process will die with an error message.
2006-06-16 08:00:23 +00:00
Ilia Alshanetsky
f0a8096a13 MFB: Fixed bug #37413 (Rejected versions of flex that don't work). 2006-05-11 22:05:16 +00:00
foobar
b87dd3245e fix typo 2006-04-10 12:17:29 +00:00
foobar
ec4395e9ff - Determine the shared/link lib suffixes in one macro. 2006-04-10 12:16:08 +00:00
Andrei Zmievski
3411f2bca1 Separate suffixes of shared libraries that we link against and the ones
we load with dlopen(). This matters on Mac OS X, for example.
2006-04-08 17:34:57 +00:00
Andrei Zmievski
5dc7c284f6 MFB 2006-03-27 05:01:48 +00:00
Marcus Boerger
47a1a84ea5 - Fix the fix 2006-02-28 13:07:19 +00:00
Marcus Boerger
5ea9499ca4 - Fix dependency checks 2006-02-28 12:25:43 +00:00
Marcus Boerger
dc889bcc8d - Require re2c 0.9.11 and use correct version notation 2005-12-24 11:37:25 +00:00
foobar
f2f3eb9064 MFB51: Extension dependancy improvements during configure 2005-12-17 16:22:43 +00:00