php-src/main
Gustavo Lopes 76601c4fd1 Fix bug #63240 on stream_get_line()
stream_get_line() could contain the delimiter string if that string
had more than one character. The bug manifested itself when a read on
the stream ended with part of the delimiter string and the read after
would start with the rest of the delimiter string; provided that
the data of first read did not complete the max length result of the
call to stream_get_line() with the partial delimiter used in that max
length return. In that case, the delimiter will still appear in
the result, divided in two subsequent return values. That is not a bug.

See <http://www.mail-archive.com/internals@lists.php.net/msg61325.html>
2012-10-12 20:23:43 +02:00
..
streams Fix bug #63240 on stream_get_line() 2012-10-12 20:23:43 +02:00
alloca.c - Fix outside-source-tree builds. Always include generated header files 2005-01-09 21:05:06 +00:00
build-defs.h.in Expose PHP_MANDIR 2011-04-18 09:50:32 +00:00
fopen_wrappers.c - Year++ 2012-01-01 13:15:04 +00:00
fopen_wrappers.h - Year++ 2012-01-01 13:15:04 +00:00
getopt.c - Year++ 2012-01-01 13:15:04 +00:00
internal_functions_nw.c - Year++ 2012-01-01 13:15:04 +00:00
internal_functions_win32.c - Year++ 2012-01-01 13:15:04 +00:00
internal_functions.c.in - MFH Cleanup exports and allow to overwrite ext registration 2008-08-22 12:59:46 +00:00
logos.h - Year++ 2012-01-01 13:15:04 +00:00
main.c Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo) 2012-09-24 10:59:06 +08:00
mergesort.c - MFH Cleanup exports and allow to overwrite ext registration 2008-08-22 12:59:46 +00:00
network.c - Year++ 2012-01-01 13:15:04 +00:00
output.c - fix bug #61541, Segfault when using ob_* in output_callback 2012-03-29 06:23:05 +09:00
php3_compat.h - Year++ 2012-01-01 13:15:04 +00:00
php_compat.h Fix for bug 60986 2012-02-06 18:11:56 +00:00
php_content_types.c - Year++ 2012-01-01 13:15:04 +00:00
php_content_types.h - Year++ 2012-01-01 13:15:04 +00:00
php_getopt.h - Year++ 2012-01-01 13:15:04 +00:00
php_globals.h - Year++ 2012-01-01 13:15:04 +00:00
php_ini.c - Year++ 2012-01-01 13:15:04 +00:00
php_ini.h - Year++ 2012-01-01 13:15:04 +00:00
php_logos.c - Year++ 2012-01-01 13:15:04 +00:00
php_logos.h - Year++ 2012-01-01 13:15:04 +00:00
php_main.h - Year++ 2012-01-01 13:15:04 +00:00
php_memory_streams.h - Year++ 2012-01-01 13:15:04 +00:00
php_network.h - Year++ 2012-01-01 13:15:04 +00:00
php_open_temporary_file.c - Year++ 2012-01-01 13:15:04 +00:00
php_open_temporary_file.h - Year++ 2012-01-01 13:15:04 +00:00
php_output.h - Year++ 2012-01-01 13:15:04 +00:00
php_reentrancy.h - Year++ 2012-01-01 13:15:04 +00:00
php_scandir.c - Year++ 2012-01-01 13:15:04 +00:00
php_scandir.h - Year++ 2012-01-01 13:15:04 +00:00
php_sprintf.c - Year++ 2012-01-01 13:15:04 +00:00
php_streams.h Fixed bug #63236 (Executable permission on various source files) 2012-10-09 13:28:31 +08:00
php_syslog.h - Year++ 2012-01-01 13:15:04 +00:00
php_ticks.c - Year++ 2012-01-01 13:15:04 +00:00
php_ticks.h - Year++ 2012-01-01 13:15:04 +00:00
php_variables.c Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831) 2012-03-21 08:44:59 +01:00
php_variables.h - Year++ 2012-01-01 13:15:04 +00:00
php_version.h PHP-5.3 branch is 5.3.19 now 2012-10-04 02:35:42 +02:00
php.h Fix bug 61193 2012-02-27 12:16:39 +00:00
reentrancy.c - Year++ 2012-01-01 13:15:04 +00:00
rfc1867.c - merge fix bug #54374, bug #55500 - filter file names better, no dangling [s, svn revision 321664 2012-03-21 06:58:55 +01:00
rfc1867.h - Year++ 2012-01-01 13:15:04 +00:00
safe_mode.c - Year++ 2012-01-01 13:15:04 +00:00
safe_mode.h - Year++ 2012-01-01 13:15:04 +00:00
SAPI.c Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (without apache2)) 2012-04-06 21:42:40 +08:00
SAPI.h Cleanup Safe Mode related comment in SG(request_info) 2012-03-31 09:34:08 +02:00
snprintf.c - Fixed bug #62525 (sigabrt while converting floating point to string) 2012-07-14 15:15:11 -03:00
snprintf.h - Year++ 2012-01-01 13:15:04 +00:00
spprintf.c - Year++ 2012-01-01 13:15:04 +00:00
spprintf.h - Year++ 2012-01-01 13:15:04 +00:00
strlcat.c - Year++ 2012-01-01 13:15:04 +00:00
strlcpy.c - Year++ 2012-01-01 13:15:04 +00:00
win32_internal_function_disabled.h - Year++ 2012-01-01 13:15:04 +00:00
win95nt.h - Year++ 2012-01-01 13:15:04 +00:00