History log of /PHP-7.0/main/main.c (Results 401 – 425 of 1036)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.0b3
# 0131b2b0 12-Jul-2005 Ilia Alshanetsky

Fixed double-free in the digest authentication handling.

# Found and Reported by Stefan Esser


Revision tags: php-4.4.0
# 43c84919 05-Jul-2005 Dmitry Stogov

Fixed crash in ext\standard\tests\general_functions\bug32647.php on Windows


Revision tags: php-4.4.0RC2, php-5.1.0b2
# e05ec94e 20-Jun-2005 Antony Dovgal

reorder and prevent memleak: bailout after free()


# a6c73249 20-Jun-2005 foobar

- No extra spaces before #ifndef


# f47c7848 17-Jun-2005 Dmitry Stogov

Improved PHP extension loading mechanism with support for module dependencies and conflicts


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# a4874a55 09-Jun-2005 Wez Furlong

hmm, backing out this change, as it seems to cause problems with user-space
streams and filters (the ZE needs to close them before it blows away the
user-space code.

Noticed by Dmitr

hmm, backing out this change, as it seems to cause problems with user-space
streams and filters (the ZE needs to close them before it blows away the
user-space code.

Noticed by Dmitry. Still need to find out how to avoid double-closing streams.

show more ...


# 61e9d432 06-Jun-2005 foobar

silence warning


# 42ada22e 06-Jun-2005 Wez Furlong

Avoid double-freeing streams.
This can happen because all streams are registered as resources;
the engine also tracks them in the open_files global.

Avoid the potential for double-fr

Avoid double-freeing streams.
This can happen because all streams are registered as resources;
the engine also tracks them in the open_files global.

Avoid the potential for double-freeing by simply making streams exposed to the
engine have no closer for the engine to call; they will already be in the
resource list, and thus will be shut down properly at request end.

show more ...


# 5d880ee7 04-Jun-2005 Zeev Suraski

__halt_compiler() patch interface


# d5bb03b1 16-May-2005 Antony Dovgal

fix bugs #32742 (segmentation fault when the stream with a wrapper is not closed),
#32171 (Userspace stream wrapper crashes PHP)


# 085f2a69 28-Apr-2005 foobar

- Reorder request shutdown calls: Call all __destruct() functions and
register_shutdown_function() callbacks before flushing output buffers
and sending headers.
- Fixes bug #30578 and

- Reorder request shutdown calls: Call all __destruct() functions and
register_shutdown_function() callbacks before flushing output buffers
and sending headers.
- Fixes bug #30578 and possibly others related to output buffering.

# Added some comments too about what happens and where

show more ...


# 396acbf6 27-Apr-2005 Andrey Hristov

rename


# 5778fccb 19-Apr-2005 Andrey Hristov

add INT_MAX and INT_SIZE constants.
#64bit machines are getting wider usage and these are needed


Revision tags: RELEASE_0_3
# 8235a70e 04-Apr-2005 Rui Hirokawa

added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.


Revision tags: php-5.0.4, php-4.3.11, php-5.0.4RC2
# b6554f5a 24-Mar-2005 Andi Gutmans

- Fix typos


Revision tags: php-4.3.11RC2
# 15ed825d 23-Mar-2005 Marcus Boerger

- Notices shouldn't be treatedas errors and thus not being conidered to be
converted to exceptions.


# 7b3813ea 19-Mar-2005 Marcus Boerger

- We don't need to block those here (works as it works with normal error
overloading)


Revision tags: php-5.0.4RC1, php-4.3.11RC1
# d0bb8f5f 08-Mar-2005 foobar

This makes more sense. (Someone might actually use php_error_docref0() :)


# 3f57b46f 27-Feb-2005 foobar

cs fix (really annoying :)


# 0d784538 21-Feb-2005 Moriyoshi Koizumi

- Fix bug #28568 (known_post_content_types is not thread safe).
# What is eventually necessiated is entire SAPI redesign, I think.


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 6ffb0dca 09-Jan-2005 foobar

- Fix leaks with registered shutdown functions.


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227
# 4e942cb0 10-Dec-2004 Andi Gutmans

- Fix bug #27728 (Can't return within a zend_try{} or the previous
state isn't restored.


Revision tags: php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH
# 6021286c 18-Oct-2004 Anantha Kesari H Y

removing php_output_activate Fix for bug#30397


# 3b2879b3 18-Oct-2004 Derick Rethans

- Revert patch until it is discussed


# d5eb399b 16-Oct-2004 Anantha Kesari H Y

Fix for Bug #30397


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