57668a27 | 25-Sep-1999 |
Sascha Schumann |
* Use per-thread structure for request data * Update ChangeLog |
79224819 | 25-Sep-1999 |
Sascha Schumann |
Do not try to free NULLs. |
b5524a09 | 25-Sep-1999 |
Sascha Schumann |
* use faster Ns_ConnWrite() * access cookies correctly * set HTTP_* variables for script |
104209a3 | 25-Sep-1999 |
Sascha Schumann |
* cleanup * make cookies work |
091e91c0 | 25-Sep-1999 |
Thies C. Arntzen |
fixed callback code -> now $parser is passed as a resource! |
f8b9b0db | 25-Sep-1999 |
Sascha Schumann |
* use consistent php_ns prefix * improve configuration code * shutdown SAPI/TSRM correctly |
dd7b4680 | 25-Sep-1999 |
Sascha Schumann |
Add entry for AOLserver. |
e6006d03 | 25-Sep-1999 |
Sascha Schumann |
* remove debugging message * use SAPI's http response code * improve POST read (still blocks in Ns_ConnRead, even if there is enough data to read) * improve config d
* remove debugging message * use SAPI's http response code * improve POST read (still blocks in Ns_ConnRead, even if there is enough data to read) * improve config data handling
show more ...
|
00b2df7b | 25-Sep-1999 |
Sascha Schumann |
New Zend API |
9d1c2648 | 25-Sep-1999 |
Sascha Schumann |
Use new Zend API |
3ce44b10 | 25-Sep-1999 |
Andreas Karajannis |
*** empty log message *** |
7588b1bd | 25-Sep-1999 |
Andreas Karajannis |
odbc now uses the new Zend function api |
2c9ee997 | 25-Sep-1999 |
Stefan Roehrich |
Use new Zend API. |
eb754de8 | 25-Sep-1999 |
Sascha Schumann |
- support POST and HEAD requests - clean up module_main() - allow arbitrary mappings |
4e8c8fd9 | 25-Sep-1999 |
Sascha Schumann |
Initial AOLserver support. Note that the current way of creating the shared library works only with GNU utilities. Some features have to be added yet (i.e. POST and cookie support). |
bfa7b6b1 | 24-Sep-1999 |
Andrey Hristov |
- Updated array functions to use high-performance API - Updated preg_split() to allow returning only non-empty pieces |
a412eb08 | 24-Sep-1999 |
Sascha Schumann |
PTHREADS is a custom symbol |
5453d0be | 24-Sep-1999 |
Sascha Schumann |
Additionally check libc_r (*BSD) for pthread functions |
0c02153b | 24-Sep-1999 |
Andrey Hristov |
*** empty log message *** |
ba01cefc | 24-Sep-1999 |
Andrey Hristov |
Update to new high-performance function API. |
7a1fff14 | 24-Sep-1999 |
Sascha Schumann |
Use new Zend API. |
d8895c02 | 24-Sep-1999 |
Sascha Schumann |
Add _ex API implementation for booleans. |
e3036470 | 24-Sep-1999 |
Sascha Schumann |
Use new Zend API and some minor cleanup. |
5a35438c | 24-Sep-1999 |
Andrey Hristov |
*** empty log message *** |
54fed6c6 | 24-Sep-1999 |
Andrey Hristov |
Extended var_dump to handle IS_RESOURCE somewhat. |