php-src/main
Ilia Alshanetsky 4d98e9ec97 Finalize the closing process of persistent streams. The current
behavior/API is as follows:

1) To close a persistent use php_stream_pclose(), it will close the stream
and remove it from the persistent list.

2) Inside PHP code only explicit fclose() will close persistent streams,
all other actions such as unset() or assigning a value to stream handle
will not.

3) Regular streams can still be closed by either fclose(), unset() or an
assignment of a value to the stream handler.
2003-07-29 18:26:34 +00:00
..
streams Finalize the closing process of persistent streams. The current 2003-07-29 18:26:34 +00:00
alloca.c ws fixes + missing $Id$ tags, headers added 2003-02-19 08:40:19 +00:00
build-defs.h.in updating license information in the headers. 2003-06-10 20:04:29 +00:00
config.nw.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
config.w32.h MFB: libpcre 4.X needs POSIX_MALLOC_THRESHOLD to be defined. 2003-06-27 16:43:05 +00:00
fopen_wrappers.c Make php_check_safe_mode_include_dir check independent of unrelated 2003-07-22 01:32:01 +00:00
fopen_wrappers.h Fix for bug #24313 (port from dead PHP_5 branch) 2003-06-24 13:56:25 +00:00
internal_functions_nw.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
internal_functions_registry.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
internal_functions_win32.c Enabled sqlite by default on Windows. 2003-06-27 14:32:59 +00:00
internal_functions.c.in - HAVE_OPENSSL_EXT is not defined always. 2003-06-27 16:41:41 +00:00
logos.h New logo (not final yet...) 2003-06-26 17:30:41 +00:00
main.c Remove old code 2003-07-21 17:41:42 +00:00
mergesort.c ws fixes + missing $Id$ tags, headers added 2003-02-19 08:40:19 +00:00
network.c Merge getaddrinfo() tidy-up from PHP_4_3 branch. 2003-06-28 11:12:48 +00:00
output.c Bugfix #22690 2003-07-16 08:36:04 +00:00
php3_compat.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_compat.h Partial MDB 2003-07-25 11:41:33 +00:00
php_content_types.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_content_types.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_globals.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_ini.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_ini.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_logos.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_logos.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_main.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_memory_streams.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_network.h Win32 build fixes for openssl 2003-06-15 23:34:46 +00:00
php_open_temporary_file.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_open_temporary_file.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_output.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_realpath.c - Try and fix problem with opening wrong file. 2000-08-27 18:01:17 +00:00
php_reentrancy.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_regex.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_scandir.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_scandir.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_sprintf.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_streams.h Finalize the closing process of persistent streams. The current 2003-07-29 18:26:34 +00:00
php_syslog.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_ticks.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_ticks.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_variables.c - Use the new infrastructure of zend_symtable_*() (fixes bug #24565) 2003-07-22 16:08:50 +00:00
php_variables.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_version.h Move along, nothing to see. 2003-06-27 22:18:06 +00:00
php.h undefine macros before defining them 2003-06-27 07:43:42 +00:00
reentrancy.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
rfc1867.c Fix build 2003-07-03 15:26:12 +00:00
rfc1867.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
safe_mode.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
safe_mode.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
SAPI.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
SAPI.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
snprintf.c Fix text output of numbers with absolute exponent greater than or equal 80. 2003-07-17 21:26:25 +00:00
snprintf.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
spprintf.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
spprintf.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
strlcat.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
strlcpy.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
win95nt.h updating license information in the headers. 2003-06-10 20:04:29 +00:00