summaryrefslogtreecommitdiff
path: root/sapi/activescript
Commit message (Collapse)AuthorAgeFilesLines
* Add README and CREDITS...Wez Furlong2002-05-222-0/+58
|
* 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-203-133/+187
|
* this way it even compilesHarald Radi2002-05-202-15/+15
| | | | | #blame me if i did something wrong, i didn't test it ;)
* Implement ActiveScript interfaces.Wez Furlong2002-05-208-0/+2832
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.