summaryrefslogtreecommitdiff
path: root/sapi/activescript/classfactory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moved to PECLWez Furlong2004-07-281-362/+0
|
* Improve stability.Wez Furlong2004-05-041-4/+4
| | | | | | | 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-2/+2
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* MFB fix for registrationWez Furlong2003-04-241-1/+1
|
* Build-performance tweaksWez Furlong2003-03-021-1/+1
|
* Fix build for activescript sapiWez Furlong2003-03-021-0/+1
|
* this way it even compilesHarald Radi2002-05-201-6/+6
| | | | | #blame me if i did something wrong, i didn't test it ;)
* Implement ActiveScript interfaces.Wez Furlong2002-05-201-0/+361
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.