| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFB52:- Check if Makefile.frag actually exists before running sed on it. | foobar | 2007-03-25 | 1 | -1/+1 |
| | | |||||
| * | MFB | Nuno Lopes | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | MFH missing fixes required by autoconf 2.6x | Antony Dovgal | 2006-11-30 | 1 | -0/+1 |
| | | | | | | fixes bug #39696 | ||||
| * | MFH: the last part of the fix for #39004 | Antony Dovgal | 2006-10-02 | 1 | -0/+5 |
| | | |||||
| * | MFH: fix bug #39004 | Antony Dovgal | 2006-10-02 | 1 | -2/+15 |
| | | |||||
| * | - Fixed bug #35735 ($EGREP and $SED are not defined in configure) | foobar | 2005-12-19 | 1 | -0/+4 |
| | | |||||
| * | In NetWare two binaries with the same name can not be loaded in kernel ↵ | Anantha Kesari H Y | 2005-09-23 | 1 | -3/+5 |
| | | | | | | | | | | address space(This is the default behaviour for NetWare apache webserver and hence PHP extensions also get loaded in kernel address space) simultaneoulsy. As the current autoconf built mysql extension is built as mysql.nlm this forbids the loading of mysql client binary. To work around this NetWare idiosyncrasy prefixing all the extensions with "php" except php5lib(phpts.dll eqivalent of Windows). I could have named this extensions prefixed with "php_" but "_" is eaten from the exported symbol prefix by the GCC cross compiler for NetWare so sticking to "php". This fixes the issue of not needing "PHP_SUBST(EXTENSIONNAME_SHARED_LIBADD)" in all the extensions especially when they need to be built shared. --Kamesh | ||||
| * | NetWare cross compile patches from 5.0 | Anantha Kesari H Y | 2005-07-27 | 1 | -0/+9 |
| | | | | | | --Kamesh | ||||
| * | MFH | foobar | 2005-07-18 | 1 | -1/+1 |
| | | |||||
| * | MFH | foobar | 2005-07-14 | 1 | -1/+2 |
| | | |||||
| * | MFH | foobar | 2005-07-13 | 1 | -11/+19 |
| | | |||||
| * | MFH: - Fix problems with phpized ext/imap | foobar | 2005-04-30 | 1 | -0/+4 |
| | | |||||
| * | MFH: Added support for .cc files in extensions. | Brian France | 2005-04-20 | 1 | -1/+1 |
| | | |||||
| * | MFH: - Fix macosx shared extension build | foobar | 2005-01-25 | 1 | -5/+17 |
| | | |||||
| * | MFH: - Typofix + removed unnecessary unsets caused by it | foobar | 2005-01-22 | 1 | -1/+1 |
| | | |||||
| * | MFH: - Fix the pic patch | foobar | 2005-01-19 | 1 | -3/+8 |
| | | |||||
| * | MFH: - Make sure $host_alias is never empty | foobar | 2005-01-07 | 1 | -0/+15 |
| | | |||||
| * | MFH: Fix buildconf failure with autoconf > 2.13 | foobar | 2004-12-30 | 1 | -4/+4 |
| | | |||||
| * | MFH: - Fixed bug #31101 (missing kerberos header file path with --with-openssl) | foobar | 2004-12-30 | 1 | -8/+74 |
| | | |||||
| * | - Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -1/+1 |
| | | | | | | | # Fixes also bug #29160 # for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done; | ||||
| * | Avoid autoheader warning | Edin Kadribasic | 2004-12-21 | 1 | -1/+1 |
| | | |||||
| * | MFH: endian compile problem fix | foobar | 2004-12-20 | 1 | -0/+27 |
| | | |||||
| * | - MFH: Generate all iconv headers by default | Derick Rethans | 2004-12-11 | 1 | -0/+4 |
| | | |||||
| * | - Fixed bug #31034 (Problem with non-existing iconv header file). (Derick) | Derick Rethans | 2004-12-09 | 1 | -0/+1 |
| | | |||||
| * | MFH: Fix VPATH build again. | Joe Orton | 2004-12-08 | 1 | -1/+5 |
| | | |||||
| * | - Install the iconv extension headers to <installpath>/ext/iconv so that | Derick Rethans | 2004-12-06 | 1 | -6/+9 |
| | | | | | | external extensions can use them. | ||||
| * | MFH: Fixed bug #26969 (shared openssl build fails) | foobar | 2004-01-20 | 1 | -1/+2 |
| | | |||||
| * | MFH: Fixed bug #26461 (-lssl missing from LIBS) | foobar | 2003-12-12 | 1 | -1/+1 |
| | | |||||
| * | MFH: Only add 'install-modules' into install targets when there are such | foobar | 2003-12-04 | 1 | -0/+1 |
| | | | | | | modules to install | ||||
| * | MFH | foobar | 2003-11-13 | 1 | -1/+4 |
| | | |||||
| * | MFH | foobar | 2003-10-03 | 1 | -15/+20 |
| | | |||||
| * | MFH: fix for bug #25719 | foobar | 2003-10-02 | 1 | -2/+3 |
| | | |||||
| * | MFH: Fixed bug #25703 (openssl checks failed) | foobar | 2003-09-30 | 1 | -1/+1 |
| | | |||||
| * | MFH: use pkg-config if available for openssl setup | foobar | 2003-09-24 | 1 | -39/+60 |
| | | |||||
| * | MFH | foobar | 2003-09-03 | 1 | -0/+1 |
| | | |||||
| * | enable re2c check for self-contained extensions | Sascha Schumann | 2003-09-02 | 1 | -0/+3 |
| | | |||||
| * | - Backported several improvements/cleanups for the build/configure stuff. | foobar | 2003-08-27 | 1 | -66/+81 |
| | | | | | | | | | . PEAR dependancies checked during configure . OpenSSL config moved from configure.in to ext/openssl/config0.m4 (and also improved the PHP_OPENSSL_SETUP macro a bit) + Some other minor issues | ||||
| * | Reverted part of the last patch. It changed -prefer-pic to -prefer-non-pic. | Brian France | 2003-08-14 | 1 | -1/+1 |
| | | | | | | Now back to -prefer-pic | ||||
| * | Fixed two translit so they don't remove underscores | Brian France | 2003-08-13 | 1 | -2/+2 |
| | | |||||
| * | Quote all instances of ) when used in case..esac constructs | Sascha Schumann | 2003-07-03 | 1 | -29/+29 |
| | | | | | | | Some m4 versions appear to drop these when certain macros are used recursively. | ||||
| * | Always store temporary information in LDFLAGS | Sascha Schumann | 2003-07-02 | 1 | -0/+5 |
| | | | | | | This also avoids use of PHP_RUN_ONCE which caused some config.m4s to fail. | ||||
| * | Make PHP_CHECK_LIBRARY use PHP_EVAL_LIBLINE which automatically | Sascha Schumann | 2003-07-01 | 1 | -2/+3 |
| | | | | | | eliminates /usr/lib references | ||||
| * | Fix snprintf test. | Sascha Schumann | 2003-06-28 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | C99 allows for the Single Unix Spec semantics which prescribe a return value of -1 for n == 0 which is treated as an encoding error. This reenables use of snprintf on Solaris at least. Relevant excerpts from ection 7.19.6.5: Description [..] If n is zero, nothing is written, and s may be a null pointer. [..] Returns The snprintf function returns the number of characters that would have been written had n been sufficiently large, not counting the terminating null character, or a negative value if an encoding error occurred. Single Unix Spec: http://www.opengroup.org/onlinepubs/007908799/xsh/fprintf.html | ||||
| * | Use $AWK instead of awk, fixes build issue on Solaris with old-style ext | Sascha Schumann | 2003-05-19 | 1 | -1/+1 |
| | | |||||
| * | MFH | foobar | 2003-04-25 | 1 | -0/+1 |
| | | |||||
| * | add missing check | Sascha Schumann | 2003-04-16 | 1 | -1/+1 |
| | | |||||
| * | MFH | Sascha Schumann | 2003-04-13 | 1 | -1/+2 |
| | | |||||
| * | No need for shtool | Sascha Schumann | 2003-04-01 | 1 | -1/+1 |
| | | |||||
| * | MFH: Fixed bug #22989 (sendmail not found by configure) | foobar | 2003-03-31 | 1 | -1/+2 |
| | | |||||
| * | MFH: Made "--with-pear" "--disable-all"-aware. Plus some cosmetics fixes. | foobar | 2003-03-25 | 1 | -1/+1 |
| | | |||||
