summaryrefslogtreecommitdiff
path: root/ext/session/config.m4
Commit message (Expand)AuthorAgeFilesLines
* ext/session: catch incompatible configure flags earlier.Michael Orlitzky2018-01-241-1/+6
* fix arg order, CFLAGS is the fifth arg in m4Anatol Belski2014-10-171-1/+1
* ext/iconv, ext/json and ext/session use static tsrmls pointerAnatol Belski2014-10-171-1/+1
* Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo)Arpad Ray2011-09-131-1/+1
* - Fixed config.m4 to complete the fix for bug #53141 (thanks Johannes)Felipe Pena2010-11-021-0/+1
* configure dependency has to be optional as wellAntony Dovgal2009-07-281-1/+1
* fix segfault in session/tests/031.phpt by adding optional extensionAntony Dovgal2009-07-281-0/+1
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-0/+2
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-1/+1
* - Always look into /usr/local before /usrfoobar2003-10-011-3/+1
* Always prefer user specified paths over the default /usr /usr/local.Ilia Alshanetsky2003-09-301-1/+1
* The pread/pwrite macros check for a bug in the Linux glibc now.Sascha Schumann2002-10-021-1/+0
* Reenable pwrite/pread supportSascha Schumann2002-09-061-0/+3
* @- Added --disable-all configure option. (Jani)foobar2002-09-041-3/+3
* sniper claims its safe to take these out as well.Dan Kalowsky2002-09-041-3/+0
* - Fixed bug: #17977, session build as shared works now with mm handler too.foobar2002-06-281-10/+9
* Fix --enable-session=sharedSascha Schumann2002-05-041-3/+3
* Please welcome the new build system.Sascha Schumann2002-03-071-1/+1
* Unified the configure messages.foobar2001-11-301-3/+5
* Fixed bug: #13844foobar2001-10-271-0/+1
* This option is no longer neededZeev Suraski2001-08-251-7/+0
* Add support for systems where p{read|write} take a off64_t withoutSascha Schumann2001-05-201-0/+2
* Nuke more quotesSascha Schumann2001-05-121-1/+1
* Save a couple of syscalls per sessionSascha Schumann2001-05-111-0/+1
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
* Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libaddSascha Schumann2000-05-021-6/+2
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-7/+12
* Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the commonSascha Schumann2000-03-271-26/+8
* Revamp session's config.m4 and reenable support for mm. The shared memorySascha Schumann2000-03-261-32/+43
* Integration of -ng changes. Changes:Sascha Schumann1999-12-301-2/+2
* add transparent session id propagationSascha Schumann1999-09-111-4/+15
* - add global startup/shutdown handlersSascha Schumann1999-09-031-0/+1
* - fix potential buffer problem in send_cookieSascha Schumann1999-08-271-0/+25
* first import of session moduleSascha Schumann1999-06-051-0/+5