Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved to PECL | Wez Furlong | 2004-07-28 | 12 | -3120/+0 |
| | |||||
* | Just in case this header isn't present on the snaps machine. | Wez Furlong | 2004-05-04 | 1 | -1/+3 |
| | |||||
* | Improve stability. | Wez Furlong | 2004-05-04 | 6 | -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/PHP5 | foobar | 2004-01-17 | 10 | -48/+48 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 5 | -9/+9 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Make activescript SAPI build under php5. | Wez Furlong | 2004-01-07 | 3 | -27/+40 |
| | | | | | Untested...! | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 6 | -18/+18 |
| | |||||
* | MFB fix for registration | Wez Furlong | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | typo fix | Wez Furlong | 2003-03-02 | 1 | -1/+1 |
| | |||||
* | Build-performance tweaks | Wez Furlong | 2003-03-02 | 2 | -4/+2 |
| | |||||
* | Fix build for activescript sapi | Wez Furlong | 2003-03-02 | 2 | -8/+13 |
| | |||||
* | (hopefully) fix the build.. | foobar | 2003-02-25 | 2 | -3/+6 |
| | |||||
* | Mark activescript sapi as experimental, so that the installer can | Wez Furlong | 2003-02-05 | 1 | -0/+5 |
| | | | | | categorize it appropriately. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 4 | -4/+4 |
| | |||||
* | - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is. | foobar | 2002-11-26 | 1 | -3/+0 |
| | |||||
* | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -2/+1 |
| | | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix... | ||||
* | Add README and CREDITS... | Wez Furlong | 2002-05-22 | 2 | -0/+58 |
| | |||||
* | 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 | 3 | -133/+187 |
| | |||||
* | this way it even compiles | Harald Radi | 2002-05-20 | 2 | -15/+15 |
| | | | | | #blame me if i did something wrong, i didn't test it ;) | ||||
* | Implement ActiveScript interfaces. | Wez Furlong | 2002-05-20 | 8 | -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. |