summaryrefslogtreecommitdiff
path: root/sapi/embed/php_embed.h
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* 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/+9
| | | | #- Windows didn't need SAPI_API
* - Fixed bug #48911 (embed sapi misses SAPI_API)Jani Taskinen2009-07-281-3/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH(r-1.7) Silence compiler warning: unused variableSara Golemon2005-12-291-3/+9
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Expose php_embed_module struct (and make Wez happy).Edin Kadribasic2003-01-281-0/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Follow Yasuo's suggestion and build sapi program's under the sapi-specificSascha Schumann2002-09-291-0/+60
directory. Move sapi-specific makefile fragments to their respective directory. Create an embed sapi module which resides in its own dir now.