summaryrefslogtreecommitdiff
path: root/sapi/activescript/scriptengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move activescript sapi to PECLWez Furlong2004-07-281-2039/+0
|
* - Rename ProgID from ActivePHP (tm) to PHPScript (bah)Wez Furlong2004-07-281-5/+29
| | | | | | - Convert line-endings for error messages to CRLF - Misc other tweaks
* Tidy up a few loose ends.Wez Furlong2004-07-271-60/+67
| | | | | | | Override normal php.ini behaviour so that only the launching applications folder is searched; this avoids picking up a default php.ini with an execution time limit set.
* Major re-jig.Wez Furlong2004-07-271-863/+872
| | | | | | With thanks to Rob Richards for tracking down a couple of big bugs caused by teeny bits of code.
* Improve stability.Wez Furlong2004-05-041-53/+175
| | | | | | | Give it a new CLSID and change the engine name to ActivePHP5. Globals registered by the scripting host are now auto-globals and don't need to be declared global when accessed from within functions.
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-3/+3
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Make activescript SAPI build under php5.Wez Furlong2004-01-071-23/+23
| | | | | Untested...!
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* typo fixWez Furlong2003-03-021-1/+1
|
* Fix build for activescript sapiWez Furlong2003-03-021-8/+12
|
* (hopefully) fix the build..foobar2003-02-251-3/+4
|
* Fix bug when length was queried before the string was converted.Wez Furlong2002-05-221-1/+6
|
* Use the GIT for inter-thread marshalling.Wez Furlong2002-05-201-128/+182
|
* this way it even compilesHarald Radi2002-05-201-9/+9
| | | | | #blame me if i did something wrong, i didn't test it ;)
* Implement ActiveScript interfaces.Wez Furlong2002-05-201-0/+1813
This allows use of PHP in: Client-side script in Internet Explorer Windows Scripting Host ASP and ASP.NET pages It's mostly working... give it a go. You will need to regsvr32 the php4activescript.dll manually.