Revision tags: BEFORE_RENAMING |
|
#
ca332dfc |
| 15-Nov-2002 |
Andrei Zmievski |
Oops. |
#
3e8a800a |
| 15-Nov-2002 |
Andrei Zmievski |
Fix function prototype. |
#
e09d62c4 |
| 14-Nov-2002 |
Andrei Zmievski |
Sort the modules and extensions before printing them when -m switch is used. |
Revision tags: php-4.3.0RC1 |
|
#
cecb9dfc |
| 12-Nov-2002 |
Marcus Boerger |
Implemented -n switch to skip parsing ini at startup as suggested by Wez. #The switch 'n' was planned to be used for beautifying....delete n to make #clear these functions do not have a switc
Implemented -n switch to skip parsing ini at startup as suggested by Wez. #The switch 'n' was planned to be used for beautifying....delete n to make #clear these functions do not have a switch yet.
show more ...
|
#
cb6202bb |
| 12-Nov-2002 |
Hartmut Holzgraefe |
reverting accidential commit |
#
0c395d0f |
| 12-Nov-2002 |
Hartmut Holzgraefe |
*** empty log message *** |
#
64f77577 |
| 05-Nov-2002 |
Ilia Alshanetsky |
Fixed bug #20035. ZE now allows us to pass the current line position by setting zend_lineno to (current_line * -1). |
Revision tags: php-4.3.0pre2 |
|
#
d82565fb |
| 25-Oct-2002 |
Derick Rethans |
- Fix build #- Jan, please TEST! before committing :-) |
#
ed29169f |
| 25-Oct-2002 |
Jan Lehnardt |
- alphabetcial output for php -h (cgi) - cosmetics |
#
2909e5c9 |
| 24-Oct-2002 |
Sascha Schumann |
centralize #include "build-defs.h" and drop (sometimes inconsistent) other instances |
#
69f56e8c |
| 13-Oct-2002 |
Shane Caraveo |
make fastcgi usage threadsafe, ready for future multithreaded fastcgi implementation get rid of environment overwriting but hooking into php's environment function set $_ENV correctly for mod
make fastcgi usage threadsafe, ready for future multithreaded fastcgi implementation get rid of environment overwriting but hooking into php's environment function set $_ENV correctly for mod_fastcgi add -b to specify binding for fastcgi new readme file with information for running under apache2.0 and iis
show more ...
|
Revision tags: RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
d3160499 |
| 23-Sep-2002 |
Zeev Suraski |
We leak quite a few things intentionally, if you want to debug it - enable explicitly please.. |
#
76312b45 |
| 18-Sep-2002 |
Zeev Suraski |
another startup initialization fix - only ISAPI and CGI SAPI's tested, minor compile buglets might occur in other SAPIs, but should be trivial to fix... |
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3 |
|
#
0b25d07f |
| 04-Sep-2002 |
Marcus Boerger |
Fix headers when default content type is used. #THIS fixes the problems with error_log() |
Revision tags: php-4.2.3RC2, php-4.2.3RC1 |
|
#
1fb6a30f |
| 19-Aug-2002 |
Edin Kadribasic |
Debug functions should only work in debug mode. |
#
e84bddf7 |
| 07-Aug-2002 |
Harald Radi |
dump memory leaks on shutdown |
Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt |
|
#
2c3801b9 |
| 04-Jul-2002 |
Sascha Schumann |
Generate content-type header, if the user did not specify one of its own. Noticed by: Edin Kadribasic <edink@proventum.net> |
#
b3e562f9 |
| 03-Jul-2002 |
Sascha Schumann |
Add CRLF after complete HTTP reply header |
#
99cfb41d |
| 03-Jul-2002 |
Sascha Schumann |
Use "Status: %d" instead of "HTTP/1.0 %d X" in the CGI SAPI module as per the CGI RFC. The status notation is incompatible with Apache's non-parsed-header mode "nph-*", but that has
Use "Status: %d" instead of "HTTP/1.0 %d X" in the CGI SAPI module as per the CGI RFC. The status notation is incompatible with Apache's non-parsed-header mode "nph-*", but that has never worked before anyway. One could make the format string configurable. Noticed by: Sebastian Bergmann
show more ...
|
Revision tags: php-4.3.0dev_zend2_alpha2 |
|
#
805a1653 |
| 22-Jun-2002 |
Andi Gutmans |
- Revert WS changes |
#
85983fe9 |
| 22-Jun-2002 |
Andi Gutmans |
- This shouldn't have snuck in. |
#
42163791 |
| 22-Jun-2002 |
Andi Gutmans |
- Stop using persist_alloc(). |
Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP |
|
#
2d953b34 |
| 26-May-2002 |
Edin Kadribasic |
Merge from cli. |
Revision tags: RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1 |
|
#
8e15de01 |
| 11-May-2002 |
Edin Kadribasic |
Added copyright notice to php -v output. |
#
5af649ef |
| 11-May-2002 |
Zeev Suraski |
Revert to the old php_ini.c, and reimplement the binary-path searching. Should now also work under UNIX (CLI/CGI) |