History log of /PHP-7.0/main/main.c (Results 376 – 400 of 1036)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.3RC2
# 658ac96c 21-Mar-2006 Dmitry Stogov

Fixed bug #36809 (__FILE__ behavior changed)


# 98bacb0e 14-Mar-2006 Dmitry Stogov

Fixed bug #35988 (Unknown persistent list entry type in module shutdown)


# d21669fc 13-Mar-2006 Dmitry Stogov

Fixed realpath() cache for main script with FastCGI SAPI


# 6c4e9d30 10-Mar-2006 Brian France

MFH:
for the primary file only lookup the real file path and
add it to the included_files list if already opened
otherwise it will get opened and added to the incl

MFH:
for the primary file only lookup the real file path and
add it to the included_files list if already opened
otherwise it will get opened and added to the included_files list in zend_execute_scripts

show more ...


# 6dff869c 09-Mar-2006 Sara Golemon

MFH: Move temporary local storage of primary file's realpath up one block to ensure it stays on the stack.


Revision tags: php-5.1.3RC1, RELEASE_1_2
# 5a69b290 26-Feb-2006 Marcus Boerger

- Warning fixes by Steph


# b179e081 03-Feb-2006 Dmitry Stogov

Fixed bug #36268 (Object destructors called even after fatal errors)


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4
# 4b1791a7 16-Jan-2006 Dmitry Stogov

Fixed bug #36016 (realpath cache memleaks)


Revision tags: php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1
# 2796160d 07-Dec-2005 Ilia Alshanetsky

Better critical error handling (fix for previous html encoding patch).


# 481ec285 06-Dec-2005 Ilia Alshanetsky

Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors if
display_startup_error is off).


Revision tags: RELEASE_1_0
# aa1b0709 06-Dec-2005 Ilia Alshanetsky

Fixed possible XSS inside error reporting functionality.


# d9527505 06-Dec-2005 foobar

MFH


Revision tags: RELEASE_2_0_2, php-5.1.1
# 363b0ce1 25-Nov-2005 Ilia Alshanetsky

Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x).


Revision tags: php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1
# 8c100e64 15-Nov-2005 Dmitry Stogov

Fixed bug #35176 (include()/require()/*_once() produce wrong error messages about main())


Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2
# b551a55b 10-Oct-2005 Rob Richards

MFH: PHP_CONFIG_FILE_PATH needs to use strlen() due to Win build


Revision tags: php-4.4.1RC1, RELEASE_0_9_0
# a5f0cbed 14-Sep-2005 Derick Rethans

- Fixed shutdown order before RC2.


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5
# 1890173d 02-Sep-2005 foobar

Revert


# 64cfbf53 01-Sep-2005 foobar

MFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set empty)


Revision tags: php-5.0.5RC2, php-5.0.5RC1
# 5516735c 17-Aug-2005 foobar

MFH


# e8b05734 16-Aug-2005 Marcus Boerger

- Prevent E_STRICT from ending up as exception


Revision tags: php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 8864ad26 05-Aug-2005 foobar

- This ini option is only effective when set in php.ini or httpd.conf
or .htacces, etc. as GPC variables are set before any ini_set() is called


# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9
# 70bd938b 18-Jul-2005 Dmitry Stogov

Fixed bug in new module statrup mechanism


# d77acff6 16-Jul-2005 Anantha Kesari H Y

main/fopen_wrappers.c
NetWare file names are case insensitive
main/main.c
NetWare has no sendmail binary. It uses the smart host mailing code avaiolable in php distro. Could not find a be

main/fopen_wrappers.c
NetWare file names are case insensitive
main/main.c
NetWare has no sendmail binary. It uses the smart host mailing code avaiolable in php distro. Could not find a better place to put this than main/main.c.
-- Kamesh

show more ...


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