summaryrefslogtreecommitdiff
path: root/sapi/embed
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-12/+12
|
* - 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?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Forgot to add embed config.w32, and tweak version resource when CREDITS file ↵Wez Furlong2003-12-191-0/+8
| | | | is missing.
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* 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-282-1/+2
|
* Added missing warning about experimental nature of sapi/embed.Edin Kadribasic2003-01-212-1/+6
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-261-3/+0
|
* Moving php/embed windows build files to sapi/embed folder.Edin Kadribasic2002-11-051-0/+100
|
* Respect INSTALL_ROOT var. Thanks to Jani for catching this one.Edin Kadribasic2002-10-141-2/+2
|
* Install lib into $(prefix)/lib.Edin Kadribasic2002-10-141-2/+2
| | | | | Make $(prefix)/lib before trying to copy the lib into it.
* Fix typofoobar2002-10-121-1/+1
|
* Added .cvsignore and CREDITS.Edin Kadribasic2002-10-121-0/+2
|
* Add the proper install lines.foobar2002-10-121-2/+4
|
* Default to shared.foobar2002-10-121-4/+4
|
* - Removed the unnecessary extra configure option --enable-shared-embedfoobar2002-10-111-13/+29
| | | | | | - Changed --enable-embed to accept parameters shared/static and default to static build.
* Follow Yasuo's suggestion and build sapi program's under the sapi-specificSascha Schumann2002-09-293-0/+302
directory. Move sapi-specific makefile fragments to their respective directory. Create an embed sapi module which resides in its own dir now.