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 |
| | |||||
* | - Updated fix for bug #48911 (embed sapi misses SAPI_API) | Garrett Serack | 2009-07-30 | 1 | -3/+3 |
| | | | | #- Windows didn't need SAPI_API | ||||
* | - Fixed bug #48911 (embed sapi misses SAPI_API) | Jani Taskinen | 2009-07-28 | 1 | -3/+3 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | - WS | Marcus Boerger | 2008-12-31 | 1 | -0/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -1/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+1 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -1/+0 |
| | |||||
* | - Fix memory leak found by Osman | Marcus Boerger | 2008-03-25 | 1 | -20/+17 |
| | | | | | - Merge strlen to sizof change from CLI | ||||
* | MFB | Rasmus Lerdorf | 2008-03-19 | 1 | -0/+1 |
| | | | | | | | | Here are the signal changes from the 5.3 branch that optimizes signal handler registration and switches from longjmp to siglongjmp in order to make signal mask handling consistent across different UNIX operating systems. | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | remove unneeded variables | Stanislav Malyshev | 2007-08-08 | 1 | -7/+2 |
| | |||||
* | initialize variables | Stanislav Malyshev | 2007-08-08 | 1 | -2/+2 |
| | |||||
* | fix TSRM embed startup | Stanislav Malyshev | 2007-08-08 | 1 | -21/+9 |
| | |||||
* | use hardcoded INI like CLI | Stanislav Malyshev | 2007-08-02 | 1 | -5/+25 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | fix sapi/embed build | Antony Dovgal | 2006-12-28 | 1 | -0/+1 |
| | |||||
* | Argument info | Hannes Magnusson | 2006-06-25 | 1 | -1/+7 |
| | |||||
* | Unicode support for dl() patch. | Dmitry Stogov | 2006-03-17 | 1 | -2/+7 |
| | |||||
* | Disabled dl(). Now it is enabled only when a SAPI layer registers it ↵ | Dmitry Stogov | 2006-03-16 | 1 | -1/+2 |
| | | | | explicitly. Only CLI, CGI and EMBED do this. | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | MFB (Fix several egregious leaks in ext/browscap and sapi/embed). | Andrei Zmievski | 2005-01-25 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Be more consistent with the sapi internal name. | Edin Kadribasic | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | Call correct module startup function (not a hard coded one) allowing | Edin Kadribasic | 2003-01-28 | 1 | -1/+1 |
| | | | | | startup override. | ||||
* | Expose php_embed_module struct (and make Wez happy). | Edin Kadribasic | 2003-01-28 | 1 | -1/+1 |
| | |||||
* | 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 | -3/+0 |
| | |||||
* | Follow Yasuo's suggestion and build sapi program's under the sapi-specific | Sascha Schumann | 2002-09-29 | 1 | -0/+228 |
directory. Move sapi-specific makefile fragments to their respective directory. Create an embed sapi module which resides in its own dir now. |