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 |
|
#
c95a8f39 |
| 03-Dec-2000 |
Sascha Schumann |
Merge with php_4_0_4
|
Revision tags: php-4.0.4RC3 |
|
#
6c1af203 |
| 22-Nov-2000 |
Sascha Schumann |
Set the exit status from the return value of php_execute_script()
|
#
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
|
#
0f7f5c2c |
| 13-Nov-2000 |
Zeev Suraski |
- Import Jade Nicoletti's transparent gzip encoding support as an output handler. Works quite nicely! - Fix buglets in output buffering - Add output_handler INI directive
|
#
9e40204f |
| 07-Nov-2000 |
Zeev Suraski |
@- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables @ as well (Zeev)
|
#
efd8117f |
| 06-Nov-2000 |
Zeev Suraski |
Fixed a bug in $argv and $argc not being properly defined in command-line mode @- Fixed a bug that prevented $argv and $argc from being defined in the command @ line version of PHP (Stas)
|
#
24035faa |
| 06-Nov-2000 |
Stanislav Malyshev |
I guess SG(request_info).argv0 and not !SG(request_info).argv0 was an intent, otherwise it doesn't make much sense.
|
#
5e48df78 |
| 03-Nov-2000 |
Daniel Beulshausen |
use argv[1] if it's given, thanks to Bob Denny <rdenny@dc3.com>
|
#
3bc36774 |
| 31-Oct-2000 |
Stanislav Malyshev |
Fix -d functionality
|
#
bed7034f |
| 29-Oct-2000 |
Sascha Schumann |
Unify aborted connection handling
|
#
1fd09132 |
| 29-Oct-2000 |
Zeev Suraski |
Initial steps to move the INI mechanism to the Zend engine
|
#
825457ae |
| 29-Oct-2000 |
Thies C. Arntzen |
update my email.
|
#
6ff371d9 |
| 27-Oct-2000 |
Sascha Schumann |
Leave initializing of auth_(user|password) to php_handle_auth_data().
|
#
b725c6ee |
| 27-Oct-2000 |
Sascha Schumann |
The CGI RFC allows servers to pass Authorization data to the script, if the server did not use the information contained therein. See 6.1.5 and 11.2 of the proposed spec.
|
#
2946f87f |
| 26-Oct-2000 |
Andi Gutmans |
- Fix new -m on Windows
|
#
717e934a |
| 26-Oct-2000 |
Mathieu Kooiman |
Added -m (Shows list of modules) to commandline..
|
#
878e348f |
| 20-Oct-2000 |
Frank M. Kromann |
Adding type cast to remove compiler warning
|
Revision tags: php-4.0.3 |
|
#
f3232e99 |
| 11-Oct-2000 |
Andi Gutmans |
- Commit Kristian's PHP 3 patch to PHP 4. Kristian I hope it's also the same here.
|
Revision tags: php-4.0.3RC2 |
|
#
38423a89 |
| 03-Oct-2000 |
Andi Gutmans |
- Fix request_uri to take it's value from SCRIPT_NAME if PATH_INFO is not defined
|
Revision tags: php-4.0.3RC1 |
|
#
2622eba3 |
| 30-Sep-2000 |
Andi Gutmans |
- Cleanup some output functions
|
#
91c808ec |
| 08-Sep-2000 |
Zeev Suraski |
Restore the headers_only test to the centralized SAPI startup. If necessary, it can be overriden in the activate() callback.
|
Revision tags: php-4.0.2 |
|
#
315f4f56 |
| 27-Aug-2000 |
Stig Bakken |
@PHP 3 regression testing framework re-born (Stig) Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on
@PHP 3 regression testing framework re-born (Stig) Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them.
show more ...
|
Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
5090b1e8 |
| 13-Aug-2000 |
Stanislav Malyshev |
Fix zend_fiel_handle handling. Should fix URL include and various opened_path inconsistencies.
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE |
|
#
db087212 |
| 05-Aug-2000 |
Stanislav Malyshev |
Fix crash on broken setups (#5979)
|