History log of /PHP-7.0/main/main.c (Results 476 – 500 of 1036)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f4ae1651 21-Jul-2003 Zeev Suraski

Remove old code


Revision tags: php-5.0.0b1, php-4.3.3RC1
# caef4c77 17-Jun-2003 Ilia Alshanetsky

Handle numeric keys passed via GPC


# 93a52384 14-Jun-2003 Ilia Alshanetsky

Fixed bug #24007 (Problem with register_globals & arrays)


# 5b1f7be3 12-Jun-2003 Derick Rethans

- MFB: HTTP Request Methods are case sensitive
#- This was surrounded by an #ifdef, but I thought I fixed it too.


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY
# d5253b4f 30-May-2003 foobar

Follow the "standard" naming.


Revision tags: php-4.3.2, php-4.3.2RC4
# 5298fd62 21-May-2003 Ilia Alshanetsky

MFB


Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b
# b76261dc 13-May-2003 Ilia Alshanetsky

Fixed bug #23454 (_REQUEST did not handle arrays with same names from
different sources correctly).


# 2c7c0457 13-May-2003 Sascha Schumann

Ensure that open(".", 0); works, otherwise bail out


# af402a9e 13-May-2003 Sascha Schumann

MFB don't close random fds


# b20df54a 08-May-2003 Ilia Alshanetsky

Make serialize precision a configurable option.


# 3fc4a327 07-May-2003 Marcus Boerger

Infrastructure to catch warnings and throw tehm as errors autmatically


Revision tags: SPL_ALPHA, php-4.3.2RC2
# 1948b45b 28-Apr-2003 foobar

Make use of --with-exec-dir for real..


# 2219a626 25-Apr-2003 foobar

- Made 'register_long_arrays' to be "On" by default.


Revision tags: RELEASE_0_6, RELEASE_0_5, init
# bb50c384 16-Apr-2003 Sascha Schumann

Fix uninitialized reads

==32323== Conditional jump or move depends on uninitialised value(s)
==32323== at 0x80F5A5C: zend_ini_color_displayer_cb (/home/sas/src/php4/Zend/zend_ini.c:37

Fix uninitialized reads

==32323== Conditional jump or move depends on uninitialised value(s)
==32323== at 0x80F5A5C: zend_ini_color_displayer_cb (/home/sas/src/php4/Zend/zend_ini.c:374)
==32323== by 0x80C5B7F: php_ini_displayer_cb (/home/sas/src/php4/main/php_ini.c:60)
==32323== by 0x80C5D15: php_ini_displayer (/home/sas/src/php4/main/php_ini.c:115)
==32323== by 0x80F0168: zend_hash_apply_with_argument (/home/sas/src/php4/Zend/zend_hash.c:707)

show more ...


# 0235d331 31-Mar-2003 Marcus Boerger

use the correct macro - noticed by Andrei


# 7a76d5f4 30-Mar-2003 Marcus Boerger

cleanup


# 3fc85282 26-Mar-2003 Sebastian Bergmann

Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().


# 88fe9c2d 19-Mar-2003 foobar

Fixed bug #22775 (Fatal errors exit with status 0 with CGI/CLI)


# 4529fb34 18-Mar-2003 Marcus Boerger

-turn html_errors on by default again
-disbale clickable error messages by docref_root default to ''


# cfd04663 17-Mar-2003 Wez Furlong

Fix for Bug #21310, based on a patch by jflemer@php.net.


# aba27fc6 16-Mar-2003 Marcus Boerger

- disable html_errors per default as suggested by php.ini-<xxx>
- new error format that does not point to any documentation (if either
not html_errors or no docref_root given e.g.: producti

- disable html_errors per default as suggested by php.ini-<xxx>
- new error format that does not point to any documentation (if either
not html_errors or no docref_root given e.g.: production boxes and default)
- documentation update in php.ini-<xxx>
# hope everyone is happy now
# and why on earth was enabling html_errors default?

show more ...


# f60e8941 15-Mar-2003 Marcus Boerger

fix Bug #21751 - the parameter was wrong when this code was introduced


Revision tags: php-4.3.2RC1
# 10fc5dd5 12-Mar-2003 Stefan Esser

reverting half the patch (it is not that simple)


# 4535ff17 08-Mar-2003 Stefan Esser

fix possible XSS in error messages


1...<<11121314151617181920>>...42