History log of /PHP-8.3/main/main.c (Results 876 – 900 of 1376)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8b7e9d77 21-Oct-2002 Hartmut Holzgraefe

some changes to how request input data (Content-Lenght >0) is handled
- webdav-specific stuff removed (should be handled using httpd.conf
LIMIT or equivalents)
- always_populate_raw_pos

some changes to how request input data (Content-Lenght >0) is handled
- webdav-specific stuff removed (should be handled using httpd.conf
LIMIT or equivalents)
- always_populate_raw_post_data now working on any method, not just
POST (and webdav methods with allow_webdav_methods), when
Content-Length is greater zero
- raw input data is also available using php://input stream,
this way one doesn't have to care about memory_limit
- input data is now always consumed (although maybe ignored,
this fixes we had withproblems with keep-alive connections
@ raw POST data is now available as php://input stream (hartmut)

show more ...

# b9efd223 21-Oct-2002 Ilia Alshanetsky

Fixed bug #16880. Added an ini option max_input_time that allows the user
to specify how much time a script may spend parsing input data (POST, GET, etc..).

# a6ecdca0 20-Oct-2002 Masaki Fujimoto

fixed highlight related bugs (in case shift_jis input/output filters are enabled)

# 5ce6d653 16-Oct-2002 Ilia Alshanetsky

Fixed bug #19921. (memory leak introduced by me in rev 1.492)

Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# 5e97e66a 04-Oct-2002 Sascha Schumann

Nuke warning

# 989a61ed 04-Oct-2002 Rasmus Lerdorf

As discussed, add --with-config-file-scan-dir compile-time switch defining
a directory which will be scanned for *.ini files after the main php.ini
file has been parsed. This makes it much e

As discussed, add --with-config-file-scan-dir compile-time switch defining
a directory which will be scanned for *.ini files after the main php.ini
file has been parsed. This makes it much easier to automatically deploy
a modular PHP since adding extensions which have their own ini switches can
now be done by simply dropping a foo.ini file in the right directory and
restarting. A list of parsed ini files is maintained and shown on the
phpinfo page.

show more ...

# d58c3dda 03-Oct-2002 Zeev Suraski

Guys, please keep K&R.

Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 7f184428 29-Sep-2002 Ilia Alshanetsky

Fixed a mem leak inside the path resolving code.

# 7aaa6bd7 29-Sep-2002 foobar

ws fix

# 3f8ec7e7 28-Sep-2002 Ilia Alshanetsky

Fixed bug #13936

# 6816ba4b 25-Sep-2002 Sascha Schumann

We are about to enter 2003, sending two-digit years does not make too
much sense anymore. According to an article from '98, only Netscape 3.x was
affected anyway.

# 696e0a23 25-Sep-2002 Wez Furlong

Implement persistent streams. (for pfsockopen).
Juggle some includes/definitions.
Tidy up streams use in ext/standard/file.c

# 90407dbf 20-Sep-2002 Sander Roobol

Changing the magic_quotes_gpc setting has no effect at USER level
# this partially fixes the #19526 shit

# 3ae3eb06 19-Sep-2002 Zeev Suraski

Fix connection_status()

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

# 31429c60 17-Sep-2002 Zeev Suraski

Call zend_post_startup() - use local copies of the function, class and
constant tables in the startup thread

Revision tags: RELEASE_0_91
# fa94fc63 09-Sep-2002 Anantha Kesari H Y

NetWare related changes/modifications

Revision tags: php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2
# 714c19fe 01-Sep-2002 Sebastian Bergmann

Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double_buffering.

Revision tags: php-4.2.3RC1
# 2a71d7d5 23-Aug-2002 Wez Furlong

Respect safe mode setting when opening scripts and things for the ZE.

# 9495fb9d 22-Aug-2002 Christian Stocker

@ - Added php.ini option "allow_webdav_methods" to allow handling of
@ WebDAV http requests within PHP scripts. (chregu)
# More methods (for DeltaV) will follow.

# 2a443b2e 20-Aug-2002 Marcus Boerger

Changed handling of output buffer sizes.
@Added php.ini option "double_buffering" that forces an additional first
@output buffer and improved handling of buffer sizes. (Marcus)

# 34083667 19-Aug-2002 Marcus Boerger

-allow changing html_errors any time changing display_errors is already
-use sizeof for strftime call
-removed unused #define
-mention CODING_STANDARDS as documentation

# 968721bc 13-Aug-2002 Marcus Boerger

allow target anchor only for docref parameter

# 1134977b 12-Aug-2002 Marcus Boerger

fix for extension = ""
make php_verror available

# 1861f1ba 11-Aug-2002 Wez Furlong

Minor fix for html_errors=on in php_error_docref.

1...<<31323334353637383940>>...56