summaryrefslogtreecommitdiff
path: root/sapi/embed/php_embed.c
Commit message (Collapse)AuthorAgeFilesLines
* MFB (Fix several egregious leaks in ext/browscap and sapi/embed).Andrei Zmievski2005-01-251-0/+1
|
* - 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.