Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |