| Commit message (Expand) | Author | Age | Files | Lines |
* | Revamp session's config.m4 and reenable support for mm. The shared memory | Sascha Schumann | 2000-03-26 | 1 | -0/+4 |
* | - Added additional DEFER macro. | Kristian Köhntopp | 2000-03-11 | 1 | -1/+11 |
* | VPATH builds were broken, if the user specified the path to configure | Sascha Schumann | 2000-03-09 | 1 | -2/+2 |
* | Write configuration parameters into `config.nice', so you can redo the | Sascha Schumann | 2000-03-07 | 1 | -0/+16 |
* | Support HP-UX 10.x non-standard time-related reentrant functions | Sascha Schumann | 2000-03-03 | 1 | -0/+29 |
* | AD_ADD_LIBRARY_DEFER allows people to add libraries in a deferred way | Sascha Schumann | 2000-02-29 | 1 | -1/+11 |
* | $ext_src_base is the source dir of the extension | Sascha Schumann | 2000-02-12 | 1 | -0/+1 |
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -2/+0 |
* | Set ext_base, a common prefix to the per-extension build directory | Sascha Schumann | 2000-02-10 | 1 | -0/+1 |
* | Remove crud. | Andrei Zmievski | 2000-02-02 | 1 | -1/+1 |
* | Moved ext/apache into sapi/apache. | Andrei Zmievski | 2000-02-02 | 1 | -1/+1 |
* | Declare timezone only, if the system fails to do so. | Sascha Schumann | 2000-01-01 | 1 | -0/+19 |
* | Typedef socklen_t, if it is not available | Sascha Schumann | 1999-12-30 | 1 | -2/+2 |
* | Let m4 decide what to do | Sascha Schumann | 1999-12-30 | 1 | -5/+1 |
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 1 | -24/+152 |
* | Workaround for broken trs | Sascha Schumann | 1999-12-21 | 1 | -1/+1 |
* | Propagate ZTS setting correctly | Sascha Schumann | 1999-12-21 | 1 | -1/+1 |
* | Separate libpaths into PHP_LDFLAGS, so that we can address them | Sascha Schumann | 1999-12-06 | 1 | -1/+2 |
* | Allow AC_ADD_LIBRARY to append library | Sascha Schumann | 1999-12-05 | 1 | -2/+6 |
* | Add rpaths to LDFLAGS during configure, drop them later. | Sascha Schumann | 1999-12-05 | 1 | -0/+1 |
* | Prepend added libraries and separate LDFLAGS handling | Sascha Schumann | 1999-12-05 | 1 | -2/+2 |
* | Use LIBS instead of EXTRA_LIBS, so that inter-library dependences can | Sascha Schumann | 1999-12-04 | 1 | -2/+2 |
* | Fix shared mode for gd/xml/mysql extensions. | Stig Bakken | 1999-12-04 | 1 | -1/+1 |
* | Define COMPILE_DL_MODNAME, if module is built as dynamic module | Sascha Schumann | 1999-12-01 | 1 | -1/+2 |
* | Add --enable-experimental-zts | Sascha Schumann | 1999-11-27 | 1 | -2/+1 |
* | fix typo | Thies C. Arntzen | 1999-11-24 | 1 | -1/+1 |
* | - add PHP_BUILD_THREAD_SAFE | Sascha Schumann | 1999-11-24 | 1 | -0/+8 |
* | Only create regex/Makefile, if we use the bundled regex library | Sascha Schumann | 1999-11-23 | 1 | -0/+1 |
* | --enable-versioning can now be used with CGI/AOLserver as well. Note that | Sascha Schumann | 1999-11-20 | 1 | -0/+10 |
* | Improve regex library selection. It lets user specify whether they want | Sascha Schumann | 1999-11-13 | 1 | -8/+10 |
* | - remove extra CPPFLAGS from top-level Makefile | Sascha Schumann | 1999-11-13 | 1 | -0/+2 |
* | (AC_EXPAND_PATH) Expand relative paths completely | Sascha Schumann | 1999-11-13 | 1 | -1/+3 |
* | Enable selective regex library compilation. | Sascha Schumann | 1999-11-12 | 1 | -0/+16 |
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -10/+30 |
* | Fix typo. This caused strange errors when using --with-apxs. | Sascha Schumann | 1999-10-04 | 1 | -1/+1 |
* | Decent configure speedup. Makefiles are now generated only for the | Stig Bakken | 1999-09-29 | 1 | -18/+34 |
* | added AC_SYS_LFS from fileutils | Stig Bakken | 1999-09-27 | 1 | -0/+43 |
* | Avoid specifying standard paths. This might result in compiler problems | Sascha Schumann | 1999-09-26 | 1 | -9/+13 |
* | Do nothing, if PHP_RPATHS is empty. | Sascha Schumann | 1999-09-26 | 1 | -1/+1 |
* | Disable rpaths optionally. | Sascha Schumann | 1999-09-26 | 1 | -4/+19 |
* | silence libtool | Sascha Schumann | 1999-09-16 | 1 | -0/+4 |
* | Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring | Stig Bakken | 1999-09-13 | 1 | -0/+21 |
* | add missing result msg | Sascha Schumann | 1999-09-12 | 1 | -0/+2 |
* | - add global startup/shutdown handlers | Sascha Schumann | 1999-09-03 | 1 | -0/+2 |
* | remove all references to RAW_RPATHs | Sascha Schumann | 1999-08-22 | 1 | -1/+0 |
* | Fix bug #1949: -rdynamic not handled properly with Sun's C compiler | Mike Gerdts | 1999-08-03 | 1 | -4/+9 |
* | more Solaris fun | Stig Bakken | 1999-07-24 | 1 | -1/+1 |
* | added workaround for Solaris PIC weirdness. | Stig Bakken | 1999-07-24 | 1 | -0/+24 |
* | First cut at standard way of making dynamically loadable extensions on UNIX. | Stig Bakken | 1999-07-21 | 1 | -3/+10 |
* | get rid of --with-shared-apache | Sascha Schumann | 1999-07-20 | 1 | -3/+2 |