summaryrefslogtreecommitdiff
path: root/sapi/activescript
Commit message (Collapse)AuthorAgeFilesLines
* Moved to PECLWez Furlong2004-07-2812-3120/+0
|
* Just in case this header isn't present on the snaps machine.Wez Furlong2004-05-041-1/+3
|
* Improve stability.Wez Furlong2004-05-046-63/+212
| | | | | | | 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-1710-48/+48
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-085-9/+9
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Make activescript SAPI build under php5.Wez Furlong2004-01-073-27/+40
| | | | | Untested...!
* 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.