Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move activescript sapi to PECL | Wez Furlong | 2004-07-28 | 1 | -2039/+0 |
| | |||||
* | - Rename ProgID from ActivePHP (tm) to PHPScript (bah) | Wez Furlong | 2004-07-28 | 1 | -5/+29 |
| | | | | | | - Convert line-endings for error messages to CRLF - Misc other tweaks | ||||
* | Tidy up a few loose ends. | Wez Furlong | 2004-07-27 | 1 | -60/+67 |
| | | | | | | | Override normal php.ini behaviour so that only the launching applications folder is searched; this avoids picking up a default php.ini with an execution time limit set. | ||||
* | Major re-jig. | Wez Furlong | 2004-07-27 | 1 | -863/+872 |
| | | | | | | With thanks to Rob Richards for tracking down a couple of big bugs caused by teeny bits of code. | ||||
* | Improve stability. | Wez Furlong | 2004-05-04 | 1 | -53/+175 |
| | | | | | | | 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 | -3/+3 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Make activescript SAPI build under php5. | Wez Furlong | 2004-01-07 | 1 | -23/+23 |
| | | | | | Untested...! | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | typo fix | Wez Furlong | 2003-03-02 | 1 | -1/+1 |
| | |||||
* | Fix build for activescript sapi | Wez Furlong | 2003-03-02 | 1 | -8/+12 |
| | |||||
* | (hopefully) fix the build.. | foobar | 2003-02-25 | 1 | -3/+4 |
| | |||||
* | Fix bug when length was queried before the string was converted. | Wez Furlong | 2002-05-22 | 1 | -1/+6 |
| | |||||
* | Use the GIT for inter-thread marshalling. | Wez Furlong | 2002-05-20 | 1 | -128/+182 |
| | |||||
* | this way it even compiles | Harald Radi | 2002-05-20 | 1 | -9/+9 |
| | | | | | #blame me if i did something wrong, i didn't test it ;) | ||||
* | Implement ActiveScript interfaces. | Wez Furlong | 2002-05-20 | 1 | -0/+1813 |
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. |