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