php-src/main
Sascha Schumann 4cf174cbd4 Fix sticky EOF problem
Sometimes streams signal a temporary EOF, because all current data
has been consumed. But that does not preclude the possibility that
more data will become available later.

Thus we must not treat eof in the read path as final.

Now, "tail -f" like scripts work again.
2003-01-30 21:06:34 +00:00
..
alloca.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
build-defs.h.in As discussed, add --with-config-file-scan-dir compile-time switch defining 2002-10-04 04:47:35 +00:00
config.nw.h A new file added and some old files modified for NetWare. 2003-01-03 12:48:14 +00:00
config.w32.h move the ZE2 check into internal_functions_win32.c 2003-01-16 22:09:58 +00:00
fopen_wrappers.c Bump year. 2002-12-31 15:59:15 +00:00
fopen_wrappers.h Bump year. 2002-12-31 15:59:15 +00:00
internal_functions_nw.c A new file added and some old files modified for NetWare. 2003-01-03 12:48:14 +00:00
internal_functions_registry.h Bump year. 2002-12-31 15:59:15 +00:00
internal_functions_win32.c Move ZEND_ENGINE_2 check to where it is defined. 2003-01-17 06:15:24 +00:00
internal_functions.c.in New PHP streams... 2002-03-15 21:03:08 +00:00
logos.h ahem 2002-11-01 23:00:32 +00:00
main.c MFPHP_4_3 2003-01-29 00:49:09 +00:00
memory_streams.c Bump year. 2002-12-31 15:59:15 +00:00
mergesort.c NetWare related changes/modifications 2002-09-09 11:17:40 +00:00
network.c Bump year. 2002-12-31 15:59:15 +00:00
output.c Removed pointless checks. 2003-01-27 17:22:22 +00:00
php3_compat.h Move the macro wrappers from the compatibility header to php.h 2001-08-11 01:13:31 +00:00
php_compat.h Upgraded the bundled expat library to 1.95.5 (latest stable, atm). 2002-11-17 18:37:48 +00:00
php_content_types.c Bump year. 2002-12-31 15:59:15 +00:00
php_content_types.h fix SAPI_POST_* exports 2001-08-15 18:01:48 +00:00
php_globals.h Bump year. 2002-12-31 15:59:15 +00:00
php_ini.c Moved the scandir code into it's own files so that it can be used by other 2003-01-27 20:39:31 +00:00
php_ini.h Bump year. 2002-12-31 15:59:15 +00:00
php_logos.c Bump year. 2002-12-31 15:59:15 +00:00
php_logos.h More TSRMLS_FETCH work. Got it under 400 now. 2001-07-31 06:28:05 +00:00
php_main.h Bump year. 2002-12-31 15:59:15 +00:00
php_memory_streams.h Bump year. 2002-12-31 15:59:15 +00:00
php_network.h Bump year. 2002-12-31 15:59:15 +00:00
php_open_temporary_file.c Bump year. 2002-12-31 15:59:15 +00:00
php_open_temporary_file.h Bump year. 2002-12-31 15:59:15 +00:00
php_output.h Bump year. 2002-12-31 15:59:15 +00:00
php_realpath.c - Try and fix problem with opening wrong file. 2000-08-27 18:01:17 +00:00
php_reentrancy.h Bump year. 2002-12-31 15:59:15 +00:00
php_regex.h Protect us from Apache 2.0's pcre-posix stuff 2000-10-26 18:15:56 +00:00
php_scandir.c - Fix includes 2003-01-28 16:05:34 +00:00
php_scandir.h 2nd part of Sebastian's patch. 2003-01-28 00:42:54 +00:00
php_sprintf.c A new file added and some old files modified for NetWare. 2003-01-03 12:48:14 +00:00
php_streams.h Fix for bug #21406; infinite loop during filter flushing. 2003-01-06 14:00:57 +00:00
php_syslog.h NetWare related changes/modifications 2002-09-09 12:03:36 +00:00
php_ticks.c Bump year. 2002-12-31 15:59:15 +00:00
php_ticks.h Bump year. 2002-12-31 15:59:15 +00:00
php_variables.c Bump year. 2002-12-31 15:59:15 +00:00
php_variables.h Bump year. 2002-12-31 15:59:15 +00:00
php_version.h Time for an update 2003-01-09 10:03:26 +00:00
php.h A new file added and some old files modified for NetWare. 2003-01-03 12:48:14 +00:00
reentrancy.c Bump year. 2002-12-31 15:59:15 +00:00
rfc1867.c Adding support for anonymous fileuploads (#21450) 2003-01-06 23:51:28 +00:00
rfc1867.h - Added predefined constants for the upload errors. 2002-07-12 01:49:58 +00:00
safe_mode.c Fixed compiler warnings. 2003-01-09 22:33:43 +00:00
safe_mode.h Bug #21531 file_exists() and other filestat functions throw errors when in safe mode and file/directory does not exist. 2003-01-09 21:57:45 +00:00
SAPI.c add sapi_get_target_uid/_gid for obtaining information about the 2003-01-21 11:03:58 +00:00
SAPI.h add sapi_get_target_uid/_gid for obtaining information about the 2003-01-21 11:03:58 +00:00
snprintf.c make snprintf and f,g,G converions of snprintf/spprintf C99 complient 2002-08-21 01:11:50 +00:00
snprintf.h Bump year. 2002-12-31 15:59:15 +00:00
spprintf.c Bump year. 2002-12-31 15:59:15 +00:00
spprintf.h Bump year. 2002-12-31 15:59:15 +00:00
streams.c Fix sticky EOF problem 2003-01-30 21:06:34 +00:00
strlcat.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
strlcpy.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
user_streams.c A new file added and some old files modified for NetWare. 2003-01-03 12:48:14 +00:00
win95nt.h Fix CGI to match cgi spec. 2002-12-01 21:37:14 +00:00