summaryrefslogtreecommitdiff
path: root/sapi/activescript/scriptengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.