History log of /php-src/main/main.c (Results 1026 – 1050 of 1377)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 9a281328 22-Feb-2001 Andi Gutmans

- Fix indentation and remove comment.

# 09c7116f 21-Feb-2001 Shane Caraveo

zend_compile_file returns a NULL on error, check for that before
calling destroy_op_array unless we like crashes :-)

# b14d2cc0 21-Feb-2001 Hartmut Holzgraefe

will now initialize dynamic extensions *after* static ones

# 93f4fa8d 13-Jan-2001 Zeev Suraski

cleanup time...

# 7b7d1d96 13-Jan-2001 Zeev Suraski

Remove some more useless code

# fc1cdda1 13-Jan-2001 Zeev Suraski

Remove stale code

Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# 7235542c 07-Jan-2001 Zeev Suraski

Change get_ini_entry to get_configuration_directive

Revision tags: 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 ...

# 338b9b08 27-Dec-2000 Zeev Suraski

- Make the INI mechanism thread safe (fix necessary API changes from Zend)
- Make the Win32 non-TS configuration build again

Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 2672602e 29-Nov-2000 Zeev Suraski

Output buffering was being enabled all the time - fixed

# 888f376e 23-Nov-2000 Zeev Suraski

Very initial work on chunked output buffering. It's really unoptimized at
this time, and it can crash under some circumstances, but that's the
concept...

# 0222f923 22-Nov-2000 Sascha Schumann

Return the exit status from php_execute_script()

# 19555e57 20-Nov-2000 Frank M. Kromann

removing compiler warning by including credits.h

# 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)

# 43ff395b 02-Nov-2000 Sascha Schumann

Const'ify part of sapi_request_info.

query_string, post_data, path_translated, request_uri, auth_user,
auth_password and argv0 are modified, so they cannot become const.

# e8e3be00 02-Nov-2000 Zeev Suraski

Fix a few warnings

# 00b8b661 31-Oct-2000 Hartmut Holzgraefe

generalization of image handling in phpinfo

# fc466beb 31-Oct-2000 Zeev Suraski

Fix memory_limit build problem

# 13183ed5 29-Oct-2000 Sascha Schumann

Add php_handle_aborted_connection()

Call this from your SAPI module to signal an aborted connection.

# 19dad410 29-Oct-2000 Zeev Suraski

Fix Windows build

# 1fd09132 29-Oct-2000 Zeev Suraski

Initial steps to move the INI mechanism to the Zend engine

# 3b02d88b 27-Oct-2000 Sascha Schumann

Initialize auth_(user|password) to NULL, if data was not suitable.

# 85b52234 27-Oct-2000 Sascha Schumann

Utility function for sapi modules (it is not in SAPI.c, because it
relies on php_base64_encode).

# f367b3df 26-Oct-2000 Sascha Schumann

Move some code to php_handle_special_queries().

1...<<41424344454647484950>>...56