summaryrefslogtreecommitdiff
path: root/sapi/activescript
Commit message (Collapse)AuthorAgeFilesLines
* updating license information in the headers.James Cox2003-06-106-18/+18
|
* MFB fix for registrationWez Furlong2003-04-241-1/+1
|
* typo fixWez Furlong2003-03-021-1/+1
|
* Build-performance tweaksWez Furlong2003-03-022-4/+2
|
* Fix build for activescript sapiWez Furlong2003-03-022-8/+13
|
* (hopefully) fix the build..foobar2003-02-252-3/+6
|
* Mark activescript sapi as experimental, so that the installer canWez Furlong2003-02-051-0/+5
| | | | | categorize it appropriately.
* Bump year.Sebastian Bergmann2002-12-314-4/+4
|
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-261-3/+0
|
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+1
| | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix...
* 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.