summaryrefslogtreecommitdiff
path: root/sapi/activescript/php5activescript.c
Commit message (Collapse)AuthorAgeFilesLines
* Move activescript sapi to PECLWez Furlong2004-07-281-171/+0
|
* Tidy up a few loose ends.Wez Furlong2004-07-271-3/+19
| | | | | | | 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 Furlong2004-07-271-0/+1
| | | | | | With thanks to Rob Richards for tracking down a couple of big bugs caused by teeny bits of code.
* Improve stability.Wez Furlong2004-05-041-1/+3
| | | | | | | 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/PHP5foobar2004-01-171-0/+152