.. |
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
|
NetWare related changes
|
2002-05-31 04:49:45 +00:00 |
config.w32.h.in
|
Disable mbstring (and sync behaviour with *NIX per Andrei's commit).
|
2002-11-13 06:47:43 +00:00 |
fopen_wrappers.c
|
Made open_basedir error more descriptive.
|
2002-11-08 22:48:01 +00:00 |
fopen_wrappers.h
|
Fix a few warnings
|
2002-08-19 20:47:55 +00:00 |
internal_functions_registry.h
|
Update headers.
|
2001-12-11 15:32:16 +00:00 |
internal_functions_win32.c
|
Don't build ext/overload with Zend Engine 2.
|
2002-09-04 13:55:52 +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
|
Changed max_input_time PHP_INI_SYSTEM|PHP_INI_PERDIR because ini_set() will
|
2002-11-12 14:40:00 +00:00 |
memory_streams.c
|
style fix
|
2002-10-20 23:05:34 +00:00 |
mergesort.c
|
NetWare related changes/modifications
|
2002-09-09 11:17:40 +00:00 |
network.c
|
Fix for #19508 by poleson@verio.net.
|
2002-10-29 14:57:12 +00:00 |
output.c
|
Whitespace
|
2002-10-07 11:21:06 +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
|
HTTP_RAW_POST_DATA BC fixes
|
2002-11-12 18:29:11 +00:00 |
php_content_types.h
|
fix SAPI_POST_* exports
|
2001-08-15 18:01:48 +00:00 |
php_globals.h
|
some changes to how request input data (Content-Lenght >0) is handled
|
2002-10-21 16:41:06 +00:00 |
php_ini.c
|
Implemented -n switch to skip parsing ini at startup as suggested by Wez.
|
2002-11-12 20:56:47 +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
|
another startup initialization fix - only ISAPI and CGI SAPI's tested,
|
2002-09-18 21:57:42 +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
|
Fix for #19508 by poleson@verio.net.
|
2002-10-29 14:57:12 +00:00 |
php_open_temporary_file.c
|
NetWare related changes/modifications
|
2002-09-09 12:03:36 +00:00 |
php_open_temporary_file.h
|
Maintain headers.
|
2002-02-28 08:29:35 +00:00 |
php_output.h
|
Begin the cleanup - remove ob_flush_all()
|
2002-10-06 09:06:24 +00:00 |
php_realpath.c
|
- Try and fix problem with opening wrong file.
|
2000-08-27 18:01:17 +00:00 |
php_reentrancy.h
|
Work around a daft mistake in the beos headers...
|
2002-11-04 21:20:52 +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
|
Make the macro use the function and not the other macro as discussed
|
2002-11-06 00:17:44 +00:00 |
php_syslog.h
|
NetWare related changes/modifications
|
2002-09-09 12:03:36 +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
|
make php_import_environment_variables overwritable so fastcgi can correctly
|
2002-10-13 08:38:09 +00:00 |
php_variables.h
|
make php_import_environment_variables overwritable so fastcgi can correctly
|
2002-10-13 08:38:09 +00:00 |
php_version.h
|
Back to 4.3.0-dev.
|
2002-10-27 19:51:17 +00:00 |
php.h
|
bumb api version because of module_startup change
|
2002-11-07 11:52:45 +00:00 |
reentrancy.c
|
Work around a daft mistake in the beos headers...
|
2002-11-04 21:20:52 +00:00 |
rfc1867.c
|
Fixed build when mbstring is not used - my previous patch is insufficient.
|
2002-10-24 02:59:01 +00:00 |
rfc1867.h
|
- Added predefined constants for the upload errors.
|
2002-07-12 01:49:58 +00:00 |
safe_mode.c
|
Instead of checking whether realpath exists based on OS. Use the
|
2002-11-06 18:07:23 +00:00 |
safe_mode.h
|
o Fixed Bug #12121: chdir and safe_mode
|
2001-07-13 18:21:21 +00:00 |
SAPI.c
|
HTTP_RAW_POST_DATA BC fixes
|
2002-11-12 18:29:11 +00:00 |
SAPI.h
|
Implemented -n switch to skip parsing ini at startup as suggested by Wez.
|
2002-11-12 20:56:47 +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
|
explain difference between sprintf, snprintf and spprintf
|
2002-06-23 22:16:35 +00:00 |
spprintf.c
|
increase allocation chunks
|
2002-08-12 14:02:51 +00:00 |
spprintf.h
|
Export spprintf() so that extension can link properly on win32.
|
2002-08-12 09:07:26 +00:00 |
streams.c
|
Fixed a bug that in many situations would cause open_basedir restriction to
|
2002-11-10 05:14:26 +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
|
Fixed possible memory leaks.
|
2002-10-15 02:05:27 +00:00 |
win95nt.h
|
silencing some windows build warnings
|
2002-08-15 00:41:35 +00:00 |