Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move activescript sapi to PECL | Wez Furlong | 2004-07-28 | 1 | -373/+0 |
| | |||||
* | - Rename ProgID from ActivePHP (tm) to PHPScript (bah) | Wez Furlong | 2004-07-28 | 1 | -4/+4 |
| | | | | | | - Convert line-endings for error messages to CRLF - Misc other tweaks | ||||
* | Major re-jig. | Wez Furlong | 2004-07-27 | 1 | -5/+15 |
| | | | | | | With thanks to Rob Richards for tracking down a couple of big bugs caused by teeny bits of code. | ||||
* | fix build for VC++ 6 | Rob Richards | 2004-07-24 | 1 | -1/+2 |
| | | | | | update dsp (Enable IObjectSafety) | ||||
* | 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. |