summaryrefslogtreecommitdiff
path: root/sapi/embed
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* - Year++Felipe Pena2012-01-012-2/+2
|
* - Year++Felipe Pena2011-01-012-2/+2
|
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵Pierre Joye2010-12-111-0/+1
| | | | generate the install-headers cmd
* Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some ↵Kalle Sommer Nielsen2010-08-181-1/+1
| | | | TSRMLS_FETCH() calls in a few of our SAPI's
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+100
|
* Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-100/+0
| | | | anymore and are barely updated nor available for all extensions
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* - Updated fix for bug #48911 (embed sapi misses SAPI_API)Garrett Serack2009-07-302-6/+12
| | | | #- Windows didn't need SAPI_API
* - Fixed bug #48911 (embed sapi misses SAPI_API)Jani Taskinen2009-07-282-6/+6
|
* - fix buildPierre Joye2009-01-041-0/+1
|
* MFHMarcus Boerger2008-12-311-0/+13
| | | | | | | - Changed dl() to be disabled by default. Enabled only when explicitly registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry) [DOC]
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* MFH:Marcus Boerger2008-03-251-20/+17
| | | | | | - Fix memory leak found by Osman - Merge strlen to sizof change from CLI
* Add new empty child terminate sapi hook to the rest of the sapisRasmus Lerdorf2008-03-181-0/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* fix startup - remove unneeded variablesStanislav Malyshev2007-08-081-7/+2
|
* initialize valuesStanislav Malyshev2007-08-081-2/+2
|
* fix TSRM embed startupStanislav Malyshev2007-08-081-21/+9
|
* use hardcoded ini like CLIStanislav Malyshev2007-08-021-5/+24
|
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-9/+5
| | | | | | | | | | | | MFH: - Some cleanups here and there MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure MFH: options) # Note to Marcus: ext/dba/config.m4 needs to be "converted" to use # the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep # it's current behaviour regarding "enabled-by-default" parts of it. # # Hint: By using the PHP_ARG_* options you have the "default" option.. ;)
* MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs)foobar2007-06-031-12/+16
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* MFH(r-1.7) Silence compiler warning: unused variableSara Golemon2005-12-291-3/+9
|
* - Bumber up yearfoobar2005-08-032-2/+2
|
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-0/+1
| | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir"
* 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.
* - 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.