.. |
streams
|
merge fix for #37158 into HEAD
|
2006-04-22 23:49:39 +00:00 |
alloca.c
|
- Fix outside-source-tree builds. Always include generated header files
|
2005-01-09 21:05:06 +00:00 |
build-defs.h.in
|
Separate suffixes of shared libraries that we link against and the ones
|
2006-04-08 17:34:57 +00:00 |
config.w32.h
|
So long safe_mode mode.
|
2006-03-08 14:41:45 +00:00 |
fopen_wrappers.c
|
Eliminated unnecessary getcwd() syscall
|
2006-03-17 10:46:02 +00:00 |
fopen_wrappers.h
|
Nuke php_check_safe_mode_include_dir
|
2006-02-19 01:19:37 +00:00 |
internal_functions_nw.c
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
internal_functions_win32.c
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
internal_functions.c.in
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
logos.h
|
Removed extra space in the Content-Type header for logos
|
2006-04-02 17:58:07 +00:00 |
main.c
|
Fixed bug #37306 (max_execution_time = max_input_time).
|
2006-05-11 22:08:55 +00:00 |
mergesort.c
|
removed unwanted NetWare specific changes
|
2004-09-23 15:57:30 +00:00 |
network.c
|
MFB: first check stream for NULL, then dereference
|
2006-03-19 22:34:26 +00:00 |
output.c
|
MF51: fix #36869 (memory leak in output buffering when using chunked output)
|
2006-03-27 08:26:20 +00:00 |
php_compat.h
|
- Silence some PCRE compile warnings
|
2006-04-10 11:54:54 +00:00 |
php_content_types.c
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_content_types.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_globals.h
|
Disabled dl(). Now it is enabled only when a SAPI layer registers it explicitly. Only CLI, CGI and EMBED do this.
|
2006-03-16 16:53:10 +00:00 |
php_ini.c
|
So long safe_mode mode.
|
2006-03-08 14:41:45 +00:00 |
php_ini.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_logos.c
|
Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings
|
2006-03-02 13:12:45 +00:00 |
php_logos.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_main.h
|
Unicode support for dl() patch.
|
2006-03-17 13:45:43 +00:00 |
php_memory_streams.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_network.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_open_temporary_file.c
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_open_temporary_file.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_output.h
|
Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings
|
2006-03-02 13:12:45 +00:00 |
php_realpath.c
|
- Happy new year and PHP 5 for rest of the files too..
|
2004-01-08 17:33:29 +00:00 |
php_reentrancy.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_regex.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_scandir.c
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_scandir.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_sprintf.c
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_streams.h
|
Remove ZSTR() from stream macros. Calling function must apply this macro
|
2006-04-28 19:03:58 +00:00 |
php_syslog.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_ticks.c
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_ticks.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
php_variables.c
|
Fixed bug #37276 (problems witch $_POST array)
|
2006-05-03 11:24:51 +00:00 |
php_variables.h
|
MFB filter defines
|
2006-05-10 21:23:46 +00:00 |
php_version.h
|
- Changing the API numbers, which might be a bit premature, but it allows
|
2005-08-09 08:47:58 +00:00 |
php.h
|
So long safe_mode mode.
|
2006-03-08 14:41:45 +00:00 |
reentrancy.c
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
rfc1867.c
|
- remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase
|
2006-03-08 00:43:32 +00:00 |
rfc1867.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
SAPI.c
|
MFB input filter hook for getenv()
|
2006-05-10 21:25:01 +00:00 |
SAPI.h
|
Unicode support for dl() patch.
|
2006-03-17 13:45:43 +00:00 |
snprintf.c
|
- Fixed Bug #35978 %n format string specifier wrongly implemented
|
2006-01-24 20:57:56 +00:00 |
snprintf.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
spprintf.c
|
Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings
|
2006-03-02 13:12:45 +00:00 |
spprintf.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
strlcat.c
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
strlcpy.c
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
win95nt.h
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |