| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | MFH: - Changed AC_ARG_* options to PHP_ARG_* options. | Jani Taskinen | 2007-07-11 | 1 | -86/+82 |
| | | | | | | | | | | | | | MFH: - Some cleanups here and there MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure MFH: options) # Note to Marcus: ext/dba/config.m4 needs to be "converted" to use # the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep # it's current behaviour regarding "enabled-by-default" parts of it. # # Hint: By using the PHP_ARG_* options you have the "default" option.. ;) | ||||
| * | MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs) | foobar | 2007-06-03 | 1 | -13/+17 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | | |||||
| * | change "-o" to "||" (fixes potential problems on weird systems where test ↵ | Antony Dovgal | 2005-11-29 | 1 | -1/+1 |
| | | | | | doesn't support -o) | ||||
| * | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | | |||||
| * | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -3/+2 |
| | | |||||
| * | fix C++ comments | Antony Dovgal | 2005-04-22 | 1 | -2/+2 |
| | | |||||
| * | Add the new request_time sapi struct entry to all the sapis. Some of these | Rasmus Lerdorf | 2004-12-20 | 1 | -0/+1 |
| | | | | | | | | may have ways of getting the request time without the extra syscall, but for now let's just make sure we don't crash and people will eventually fill these in where applicable. | ||||
| * | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 2 | -7/+7 |
| | | |||||
| * | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | | |||||
| * | Aligned configure help texts. | foobar | 2003-10-03 | 1 | -1/+1 |
| | | |||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | | |||||
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | | |||||
| * | - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is. | foobar | 2002-11-26 | 1 | -2/+0 |
| | | |||||
| * | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -2/+11 |
| | | | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix... | ||||
| * | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 2 | -7/+1 |
| | | | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt | ||||
| * | Fixed environment hashing again. | David Hedbor | 2002-02-19 | 1 | -80/+26 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | Added missing cvs ids and unified configure messages. | foobar | 2001-11-30 | 1 | -1/+3 |
| | | |||||
| * | * fix module struct in rest of sapi modules | Stig Bakken | 2001-10-12 | 1 | -0/+2 |
| | | |||||
| * | Undo Z_ subst for sapi and ext/yaz | Jeroen van Wolffelaar | 2001-09-27 | 1 | -19/+19 |
| | | |||||
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -19/+19 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -5/+3 |
| | | |||||
| * | further tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -1/+0 |
| | | |||||
| * | Even more TSRM cleanup. | Sebastian Bergmann | 2001-08-05 | 1 | -1/+1 |
| | | |||||
| * | More tsrm-related cleanup. | Sebastian Bergmann | 2001-08-05 | 1 | -2/+2 |
| | | |||||
| * | Remove more duplicate TSRMLS_FETCH() calls. | Sebastian Bergmann | 2001-08-05 | 1 | -2/+0 |
| | | |||||
| * | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -1/+1 |
| | | | | | | - whitespace fixes | ||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -45/+44 |
| | | |||||
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -28/+28 |
| | | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
| * | Fix segfault when env vars are missing. | David Hedbor | 2001-06-08 | 1 | -31/+37 |
| | | |||||
| * | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -7/+7 |
| | | |||||
| * | Fix indentation of ./configure --help messages. | Sascha Schumann | 2001-05-12 | 1 | -1/+1 |
| | | |||||
| * | Patch from Jan Legenhausen to add vars to the HTTP_SERVER_VARS array. | David Hedbor | 2001-05-07 | 1 | -1/+46 |
| | | |||||
| * | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -1/+1 |
| | | |||||
| * | Disable use of th_farm since it doesn't seem to work. Uses a Pike layer | David Hedbor | 2001-04-24 | 1 | -22/+34 |
| | | | | | | thread farm now instead. | ||||
| * | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| | | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | | |||||
| * | Fixed PHP authentication and some other minor things. | David Hedbor | 2001-02-09 | 1 | -52/+23 |
| | | |||||
| * | Many patches. I hope I remember them all: | Zeev Suraski | 2001-01-02 | 1 | -4/+4 |
| | | | | | | | | | | - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once. | ||||
| * | Fix for Pike 7.1 (error -> Pike_error). Caudium bug #12486. | David Hedbor | 2000-12-07 | 1 | -4/+12 |
| | | |||||
| * | Removed a fatal condition to allow for harmless user error plus some other | David Hedbor | 2000-12-04 | 1 | -20/+8 |
| | | | | | | small changes. | ||||
| * | Minor cosmetic changes. | David Hedbor | 2000-12-01 | 1 | -6/+5 |
| | | |||||
| * | More config.m4 fixes. | David Hedbor | 2000-12-01 | 1 | -7/+11 |
| | | |||||
| * | Updated config test to also work with debian pike 7 cvs etc. | David Hedbor | 2000-12-01 | 1 | -3/+48 |
| | | |||||
| * | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | | |||||
