#
2cce13fd |
| 05-Aug-2001 |
Sascha Schumann |
further tsrm cleanup
|
#
7168c314 |
| 05-Aug-2001 |
Sebastian Bergmann |
Even more TSRM cleanup.
|
#
47b26817 |
| 05-Aug-2001 |
Sebastian Bergmann |
More tsrm-related cleanup.
|
#
a70ecedb |
| 05-Aug-2001 |
Sebastian Bergmann |
Remove more duplicate TSRMLS_FETCH() calls.
|
#
1159c84a |
| 05-Aug-2001 |
Zeev Suraski |
- TSRMLS_FETCH work - whitespace fixes
|
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua
|
#
fe6f8712 |
| 27-Jul-2001 |
Zeev Suraski |
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any unco
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
show more ...
|
Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4 |
|
#
6b0f88e8 |
| 08-Jun-2001 |
David Hedbor |
Fix segfault when env vars are missing.
|
Revision tags: php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1 |
|
#
935d6287 |
| 07-May-2001 |
David Hedbor |
Patch from Jan Legenhausen to add vars to the HTTP_SERVER_VARS array.
|
Revision tags: php-4.0.5 |
|
#
4c823e8a |
| 30-Apr-2001 |
Andi Gutmans |
- Change macros from V_ to VCWD_ because of AIX name clash
|
Revision tags: php-4.0.5RC8 |
|
#
d522a6a2 |
| 24-Apr-2001 |
David Hedbor |
Disable use of th_farm since it doesn't seem to work. Uses a Pike layer thread farm now instead.
|
Revision tags: php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
#
140279fc |
| 09-Feb-2001 |
David Hedbor |
Fixed PHP authentication and some other minor things.
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1 |
|
#
bd0ac7fe |
| 02-Jan-2001 |
Zeev Suraski |
Many patches. I hope I remember them all: - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of
Many patches. I hope I remember them all: - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once.
show more ...
|
Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4 |
|
#
9147a81a |
| 07-Dec-2000 |
David Hedbor |
Fix for Pike 7.1 (error -> Pike_error). Caudium bug #12486.
|
#
694a5620 |
| 04-Dec-2000 |
David Hedbor |
Removed a fatal condition to allow for harmless user error plus some other small changes.
|
Revision tags: php-4.0.4RC3 |
|
#
030b7072 |
| 18-Nov-2000 |
Zeev Suraski |
Update SAPI modules to interface with the new TSRM. Enable thread-safety memory debugging in ISAPI when in debug mode
|
#
61f20888 |
| 06-Nov-2000 |
David Hedbor |
(php_caudium_set_header): Allow for multiple headers with the same name.
|
#
1497e148 |
| 03-Nov-2000 |
David Hedbor |
Use V_CHDIR_FILE instead of doing the job of that function myself and added a define to disable the use of threads for debugging purposes. @Support for the Caudium webserver (http://caudium.n
Use V_CHDIR_FILE instead of doing the job of that function myself and added a define to disable the use of threads for debugging purposes. @Support for the Caudium webserver (http://caudium.net/) added. It's based @on the Roxen SAPI module. Many bugs have been identified and fixed. (David)
show more ...
|
#
2986b89e |
| 02-Nov-2000 |
David Hedbor |
Now correctly detects Pike 7.0 and use the alternative code. It also sends the number of written bytes to the done callback function.
|
#
8aa6f6d5 |
| 02-Nov-2000 |
David Hedbor |
Initial caudium support.
|