| Commit message (Expand) | Author | Age | Files | Lines |
* | - Remove the "which" call and just expect sed to be in PATH | foobar | 2002-10-29 | 1 | -4/+2 |
* | - Only test the sed in PATH. (testing others is useless) | foobar | 2002-10-28 | 1 | -22/+14 |
* | Make PHP compile out-of-the-box with uClibc | Sascha Schumann | 2002-10-24 | 1 | -0/+7 |
* | Quote macro names in AC_DEFUN() and prefix the internal macros using | Sascha Schumann | 2002-10-24 | 1 | -103/+103 |
* | remove the remains of that comment. | foobar | 2002-10-21 | 1 | -1/+0 |
* | - Moved CGI specific lines from configure.in to sapi/cgi/config9.m4 | foobar | 2002-10-21 | 1 | -2/+2 |
* | - Fix typo.. | foobar | 2002-10-16 | 1 | -1/+1 |
* | - Added PHP_PROG_SED which checks whether the sed in system works with | foobar | 2002-10-15 | 1 | -0/+84 |
* | Check for C99 conformance of snprintf. | Marcus Boerger | 2002-10-02 | 1 | -3/+36 |
* | Another Linux x86 system returns ELIMIT so we need to check errno as well | Sascha Schumann | 2002-10-02 | 1 | -2/+4 |
* | The pread/pwrite macros check for a bug in the Linux glibc now. | Sascha Schumann | 2002-10-02 | 1 | -10/+31 |
* | remove unused lines | Sascha Schumann | 2002-09-30 | 1 | -2/+0 |
* | Follow Yasuo's suggestion and build sapi program's under the sapi-specific | Sascha Schumann | 2002-09-29 | 1 | -3/+3 |
* | Reenable pwrite/pread support | Sascha Schumann | 2002-09-06 | 1 | -55/+51 |
* | @- Added --disable-all configure option. (Jani) | foobar | 2002-09-04 | 1 | -10/+28 |
* | Add a configure check to see if the seeker function in an fopencookie | Wez Furlong | 2002-08-22 | 1 | -8/+46 |
* | Fix the framework support | Marko Karppinen | 2002-08-06 | 1 | -3/+3 |
* | Support compiling and linking against Darwin / Mac OS X frameworks | Marko Karppinen | 2002-08-06 | 1 | -0/+69 |
* | - Fixed bug: #18560, the macro was not defined always. | foobar | 2002-07-25 | 1 | -0/+16 |
* | Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the Darwin | Marko Karppinen | 2002-07-21 | 1 | -1/+1 |
* | Improve/fix handling of --disable-rpath | Sascha Schumann | 2002-07-20 | 1 | -10/+17 |
* | PHP_EVAL_LIBLINE must not reverse the order of libraries. | foobar | 2002-07-07 | 1 | -1/+1 |
* | nuke another instance of newline suppression | Sascha Schumann | 2002-07-05 | 1 | -1/+1 |
* | some seds want to see a newline, so we give them a newline | Sascha Schumann | 2002-07-05 | 1 | -1/+1 |
* | 1. PHP_CHECK_FUNC(func, lib1, lib2, ..., libn) searches for | Sascha Schumann | 2002-07-04 | 1 | -2/+63 |
* | "-" is not acceptable in a #define (i have since discovered). converting all ... | James Cox | 2002-07-01 | 1 | -1/+1 |
* | fixes extensions with "-" | James Cox | 2002-06-29 | 1 | -1/+1 |
* | really fix it. | James Cox | 2002-06-29 | 1 | -1/+1 |
* | fixes bug #17453 | James Cox | 2002-06-29 | 1 | -1/+1 |
* | Fixed PHP_ADD_LIBRARY_DEFER_WITH_PATH to work with shared builds. | foobar | 2002-06-24 | 1 | -2/+17 |
* | WS change to make very old compilers/preprocessors (e.g. HP/UX 9) | Stefan Roehrich | 2002-06-01 | 1 | -3/+3 |
* | Fix a bug in case statement. | Andrei Zmievski | 2002-05-28 | 1 | -1/+1 |
* | Fix build when openssl is enabled. | foobar | 2002-04-28 | 1 | -2/+2 |
* | No need for an ifelse here (which was lacking a char anyway :-) | Sascha Schumann | 2002-04-23 | 1 | -3/+1 |
* | Part 1 of commits to fix some issues with static apache (1.3.x) compile: | foobar | 2002-04-23 | 1 | -2/+7 |
* | properly reset ac_extra in PHP_NEW_EXTENSION | Sascha Schumann | 2002-04-11 | 1 | -2/+2 |
* | - Revert that change. Added a warning about this. | foobar | 2002-04-08 | 1 | -0/+8 |
* | There's really no point in allowing using the system regex library. | foobar | 2002-04-08 | 1 | -8/+0 |
* | Improve the life of external extension maintainers by | Sascha Schumann | 2002-04-06 | 1 | -11/+13 |
* | Add deferred libs to DLIBS instead of LIBS. | Sascha Schumann | 2002-04-04 | 1 | -4/+4 |
* | Enable --with-apxs build on Mac OS X. We build an MH_BUNDLE instead of | Marko Karppinen | 2002-03-30 | 1 | -0/+10 |
* | Factorize a few library/libpath-related functions | Sascha Schumann | 2002-03-27 | 1 | -45/+47 |
* | MFB. (I must have been sleep-walking..) | foobar | 2002-03-26 | 1 | -1/+2 |
* | A cli-specific extension should be named once only, not twice. | Sascha Schumann | 2002-03-22 | 1 | -1/+0 |
* | - Fixed bug #16165 again. We check libc for iconv functions only if | foobar | 2002-03-21 | 1 | -10/+21 |
* | - Should work better now.. | foobar | 2002-03-20 | 1 | -0/+2 |
* | Expand the variables in PHP_EXPAND_BUILD_VARS. | Sascha Schumann | 2002-03-20 | 1 | -10/+32 |
* | Avoid duplicate tests and make third parameter truly optional. | Sascha Schumann | 2002-03-20 | 1 | -12/+12 |
* | Fix and tweak iconv macro | Sascha Schumann | 2002-03-20 | 1 | -6/+6 |
* | Don't quote too much. Now autoconf-2.13 is happy again. | Sascha Schumann | 2002-03-20 | 1 | -2/+2 |