Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved to PECL | Wez Furlong | 2004-07-28 | 1 | -362/+0 |
| | |||||
* | Improve stability. | Wez Furlong | 2004-05-04 | 1 | -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/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | MFB fix for registration | Wez Furlong | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | Build-performance tweaks | Wez Furlong | 2003-03-02 | 1 | -1/+1 |
| | |||||
* | Fix build for activescript sapi | Wez Furlong | 2003-03-02 | 1 | -0/+1 |
| | |||||
* | this way it even compiles | Harald Radi | 2002-05-20 | 1 | -6/+6 |
| | | | | | #blame me if i did something wrong, i didn't test it ;) | ||||
* | Implement ActiveScript interfaces. | Wez Furlong | 2002-05-20 | 1 | -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. |