summaryrefslogtreecommitdiff
path: root/sapi/embed/php_embed.c
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Updated fix for bug #48911 (embed sapi misses SAPI_API)Garrett Serack2009-07-301-3/+3
| | | | #- Windows didn't need SAPI_API
* - Fixed bug #48911 (embed sapi misses SAPI_API)Jani Taskinen2009-07-281-3/+3
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
|
* - WSMarcus Boerger2008-12-311-0/+1
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-1/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+1
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-1/+0
|
* - Fix memory leak found by OsmanMarcus Boerger2008-03-251-20/+17
| | | | | - Merge strlen to sizof change from CLI
* MFBRasmus Lerdorf2008-03-191-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 Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* remove unneeded variablesStanislav Malyshev2007-08-081-7/+2
|
* initialize variablesStanislav Malyshev2007-08-081-2/+2
|
* fix TSRM embed startupStanislav Malyshev2007-08-081-21/+9
|
* use hardcoded INI like CLIStanislav Malyshev2007-08-021-5/+25
|
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* fix sapi/embed buildAntony Dovgal2006-12-281-0/+1
|
* Argument infoHannes Magnusson2006-06-251-1/+7
|
* Unicode support for dl() patch.Dmitry Stogov2006-03-171-2/+7
|
* Disabled dl(). Now it is enabled only when a SAPI layer registers it ↵Dmitry Stogov2006-03-161-1/+2
| | | | explicitly. Only CLI, CGI and EMBED do this.
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* MFB (Fix several egregious leaks in ext/browscap and sapi/embed).Andrei Zmievski2005-01-251-0/+1
|
* Add the new request_time sapi struct entry to all the sapis. Some of theseRasmus Lerdorf2004-12-201-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 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Be more consistent with the sapi internal name.Edin Kadribasic2003-01-291-1/+1
|
* Call correct module startup function (not a hard coded one) allowingEdin Kadribasic2003-01-281-1/+1
| | | | | startup override.
* Expose php_embed_module struct (and make Wez happy).Edin Kadribasic2003-01-281-1/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-261-3/+0
|
* Follow Yasuo's suggestion and build sapi program's under the sapi-specificSascha Schumann2002-09-291-0/+228
directory. Move sapi-specific makefile fragments to their respective directory. Create an embed sapi module which resides in its own dir now.