.. |
streams
|
Don't access what is already freed (noticed by Sascha)
|
2003-04-16 17:30:03 +00:00 |
alloca.c
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
build-defs.h.in
|
* email address change
|
2003-03-18 12:06:09 +00:00 |
config.nw.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +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
|
really fix
|
2003-03-26 23:03:48 +00:00 |
fopen_wrappers.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
internal_functions_nw.c
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
internal_functions_registry.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
internal_functions_win32.c
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
internal_functions.c.in
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
logos.h
|
oops ... committed the wrong one
|
2003-04-02 16:28:38 +00:00 |
main.c
|
Make use of --with-exec-dir for real..
|
2003-04-28 21:00:32 +00:00 |
mergesort.c
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
network.c
|
fix warnings - one left
|
2003-03-08 16:53:54 +00:00 |
output.c
|
MFB: Fix for bug #23489.
|
2003-05-06 04:22:01 +00:00 |
php3_compat.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
php_compat.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
php_content_types.c
|
Input Filter support. See README.input_filter for details.
|
2003-02-19 19:41:09 +00:00 |
php_content_types.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
php_globals.h
|
64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)
|
2003-03-10 14:50:16 +00:00 |
php_ini.c
|
fix phpinfo() & php -i
|
2003-03-29 21:25:03 +00:00 |
php_ini.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
php_logos.c
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
php_logos.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
php_main.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
php_memory_streams.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
php_network.h
|
Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_t typedef.
|
2003-02-28 21:03:36 +00:00 |
php_open_temporary_file.c
|
fix compiler warning (unused variable)
|
2003-04-25 18:11:32 +00:00 |
php_open_temporary_file.h
|
Avoid using FILE* where possible.
|
2003-03-18 16:40:29 +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
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
php_regex.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
php_scandir.c
|
MFB
|
2003-02-19 18:45:51 +00:00 |
php_scandir.h
|
MFB
|
2003-02-19 18:45:51 +00:00 |
php_sprintf.c
|
Fixed bug #20256 (snprintf() not defined)
|
2003-02-25 09:44:12 +00:00 |
php_streams.h
|
Macro: php_stream_get_from_zval(php_stream *stream, zval **zstream, char *mode, int options, char **opened_path, php_stream_context *context) Z_TYPE_PP(zstream) can be either IS_RESOURCE (An already opened stream) or IS_STRING (a path to a stream to be opened)
|
2003-04-17 00:00:34 +00:00 |
php_syslog.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
php_ticks.c
|
* email address change
|
2003-03-18 12:06:09 +00:00 |
php_ticks.h
|
* email address change
|
2003-03-18 12:06:09 +00:00 |
php_variables.c
|
_SERVER also should not be quoted by magic_quotes_GPC
|
2003-03-30 01:06:54 +00:00 |
php_variables.h
|
Compiler warning fix.
|
2003-03-03 19:41:36 +00:00 |
php_version.h
|
Time for an update
|
2003-01-09 10:03:26 +00:00 |
php.h
|
Fix PUTS/PUTS_H to only evaluate their argument once.
|
2003-04-19 18:35:31 +00:00 |
reentrancy.c
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
rfc1867.c
|
Fixed bug #22550 (overflow protection for upload_max_filesize ini setting).
|
2003-03-05 17:00:09 +00:00 |
rfc1867.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
safe_mode.c
|
Fix for Bug #21310, based on a patch by jflemer@php.net.
|
2003-03-17 13:40:45 +00:00 |
safe_mode.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
SAPI.c
|
An input filter might not simply strip stuff, it might also turn things
|
2003-02-20 22:21:49 +00:00 |
SAPI.h
|
make phpinfo() depend on executed sapi
|
2003-03-18 20:52:52 +00:00 |
snprintf.c
|
Sanity check that ensures proper handling of 'E' doubles/floats as well as
|
2003-05-05 19:54:28 +00:00 |
snprintf.h
|
* email address change
|
2003-03-18 12:06:09 +00:00 |
spprintf.c
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
spprintf.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
strlcat.c
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
strlcpy.c
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
win95nt.h
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |