..
alloca.c
- Don't wrap lines... this is annoying while coding.
2001-09-09 13:29:31 +00:00
build-defs.h.in
@New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX (Stig)
2002-06-07 12:19:26 +00:00
config.nw.h
NetWare related changes
2002-05-31 04:49:45 +00:00
config.w32.h.in
Added MBSTR_ENC_TRANS to allow compilation and linking under win32
2002-07-03 18:44:40 +00:00
fopen_wrappers.c
MTH - thought the code was slightly different in HEAD because of the
2002-05-11 19:58:40 +00:00
fopen_wrappers.h
Protect C code with extern "C"
2002-05-20 01:32:48 +00:00
internal_functions_registry.h
Update headers.
2001-12-11 15:32:16 +00:00
internal_functions_win32.c
Enable bundled build of ext/ctype and ext/mbstring on Win32.
2002-04-28 17:50:09 +00:00
internal_functions.c.in
New PHP streams...
2002-03-15 21:03:08 +00:00
logos.h
*** empty log message ***
2000-04-19 23:18:15 +00:00
main.c
Allow setting post_max_size and upload_max_filesize in .htaccess files too
2002-07-25 17:31:34 +00:00
memory_streams.c
- No C++ comments
2002-07-01 18:52:30 +00:00
mergesort.c
Merge in qsort changes
2001-09-17 21:02:53 +00:00
network.c
Switch streams socket abstraction to use a timeval structure instead of an
2002-07-22 18:46:26 +00:00
output.c
Remove redundant code (thanks to Jani for pointing that out)
2002-05-12 22:17:58 +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
NetWare related changes
2002-05-31 04:49:45 +00:00
php_content_types.c
Maintain headers.
2002-02-28 08:29:35 +00:00
php_content_types.h
fix SAPI_POST_* exports
2001-08-15 18:01:48 +00:00
php_globals.h
- Implement Andrei's request for disabling memory leak reporting in debug
2002-06-26 19:43:46 +00:00
php_ini.c
First try to open php-SAPI.ini and if it fails fall back to regular
2002-07-29 12:17:34 +00:00
php_ini.h
Revert to the old php_ini.c, and reimplement the binary-path searching.
2002-05-11 03:41:17 +00:00
php_logos.c
Maintain headers.
2002-02-28 08:29:35 +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
reenable php_html_puts
2002-05-12 14:48:22 +00:00
php_memory_streams.h
-defined php_stream_temp_new() for standard temp streams
2002-03-23 17:51:20 +00:00
php_network.h
Switch streams socket abstraction to use a timeval structure instead of an
2002-07-22 18:46:26 +00:00
php_open_temporary_file.c
Compute directory for temporary files once and use same directory for all subsequent calls.
2002-05-09 22:03:19 +00:00
php_open_temporary_file.h
Maintain headers.
2002-02-28 08:29:35 +00:00
php_output.h
simplify handling of variables by maintaining two strings which
2002-05-04 18:33:13 +00:00
php_realpath.c
- Try and fix problem with opening wrong file.
2000-08-27 18:01:17 +00:00
php_reentrancy.h
Maintain headers.
2002-02-28 08:29:35 +00:00
php_regex.h
Protect us from Apache 2.0's pcre-posix stuff
2000-10-26 18:15:56 +00:00
php_sprintf.c
Maintain headers.
2002-02-28 08:29:35 +00:00
php_streams.h
macro definition fixed, guess it was the usual kind of cut&past bug?
2002-06-11 09:36:48 +00:00
php_syslog.h
Actually compile on systems without syslog.
2001-02-24 21:08:15 +00:00
php_ticks.c
Silence a warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).
2002-03-04 20:57:36 +00:00
php_ticks.h
Maintain headers.
2002-02-28 08:29:35 +00:00
php_variables.c
Fixed some.php?a&b&c does not initilize $_GET['a'], $_GET['b'], $_GET['c']
2002-07-28 04:18:40 +00:00
php_variables.h
Update headers.
2001-12-11 15:32:16 +00:00
php_version.h
sync with PHP_MAJOR_VERSION changes to configure.in
2002-04-11 15:50:32 +00:00
php.h
NetWare related changes
2002-05-31 04:49:45 +00:00
reentrancy.c
Maintain headers.
2002-02-28 08:29:35 +00:00
rfc1867.c
use Zend API to access llist count
2002-07-15 16:37:15 +00:00
rfc1867.h
- Added predefined constants for the upload errors.
2002-07-12 01:49:58 +00:00
safe_mode.c
Accoding to safe_mode.h, php_checkuid() has six modes.
2002-07-17 05:15:17 +00:00
safe_mode.h
o Fixed Bug #12121 : chdir and safe_mode
2001-07-13 18:21:21 +00:00
SAPI.c
Commit patch as discussed on LinuxTag and posted to php-dev in June.
2002-07-28 14:08:08 +00:00
SAPI.h
fixed: output encoding translation by mb_output_handler() in ext/mbstring was not usable when Content-Type is set by header().
2002-07-27 13:58:16 +00:00
snprintf.c
-compiler warning (missing data type)
2002-06-23 00:34:47 +00:00
snprintf.h
explain difference between sprintf, snprintf and spprintf
2002-06-23 22:16:35 +00:00
spprintf.c
-xbuf_resize does not need to have return value
2002-06-26 21:03:28 +00:00
spprintf.h
#some sentences about the functions
2002-06-23 22:12:22 +00:00
streams.c
No need to check for allow_url_fopen here.
2002-06-19 00:31:30 +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
these are case sensitive
2002-05-04 17:42:58 +00:00
win95nt.h
already defined in zend_config.win32.h
2002-04-25 09:01:35 +00:00