..
streams
Looks like Sara forgot to change this too.
2004-07-13 16:34:56 +00:00
alloca.c
ws fixes + missing $Id$ tags, headers added
2003-02-19 08:40:19 +00:00
build-defs.h.in
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
config.nw.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
config.w32.h
Clear that up
2004-02-10 18:50:10 +00:00
fopen_wrappers.c
Fixed bug #27559 (Corrected open_basedir resolving logic).
2004-03-16 00:31:22 +00:00
fopen_wrappers.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
internal_functions_nw.c
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
internal_functions_registry.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
internal_functions_win32.c
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
internal_functions.c.in
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
logos.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
main.c
- Use ErrorException instead of Exception
2004-07-15 22:22:06 +00:00
mergesort.c
ws fixes + missing $Id$ tags, headers added
2003-02-19 08:40:19 +00:00
network.c
BugFix: Copy/Paste mistake referenced undefined variable on platforms without gettimeofday()
2004-04-09 19:18:59 +00:00
output.c
Guard display_startup_errors with checking for default (working) output
2004-03-14 23:56:07 +00:00
php3_compat.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
php_compat.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
php_content_types.c
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
php_content_types.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
php_globals.h
Improve the way auto-globals JIT works, and add the ability to turn it off
2004-03-16 19:49:19 +00:00
php_ini.c
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
2004-07-19 07:19:50 +00:00
php_ini.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
php_logos.c
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
php_logos.h
be nice to C++ extensions
2004-02-18 21:34:15 +00:00
php_main.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
php_memory_streams.h
wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocks
2004-02-20 08:04:30 +00:00
php_network.h
wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocks
2004-02-20 08:04:30 +00:00
php_open_temporary_file.c
Fix for Bug #26757 : session.save_path defaults to bogus value on win32
2004-03-29 21:44:07 +00:00
php_open_temporary_file.h
Fix for Bug #26757 : session.save_path defaults to bogus value on win32
2004-03-29 21:44:07 +00:00
php_output.h
Guard display_startup_errors with checking for default (working) output
2004-03-14 23:56:07 +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
wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocks
2004-02-20 08:04:30 +00:00
php_regex.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
php_scandir.c
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
php_scandir.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
php_sprintf.c
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
php_streams.h
BugFix#28868 (Part Two): This fixes thread unsafety in the userspace
2004-06-21 21:08:05 +00:00
php_syslog.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
php_ticks.c
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
php_ticks.h
wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocks
2004-02-20 08:04:30 +00:00
php_variables.c
Ooups...
2004-07-11 21:14:50 +00:00
php_variables.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
php_version.h
- 5.0.1-dev
2004-07-13 19:56:49 +00:00
php.h
Add missing macro
2004-01-12 00:19:40 +00:00
reentrancy.c
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
rfc1867.c
- Better stability during premature shutdown of request startup
2004-07-10 07:46:17 +00:00
rfc1867.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
safe_mode.c
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
2004-07-19 07:19:50 +00:00
safe_mode.h
wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocks
2004-02-20 08:04:30 +00:00
SAPI.c
Fixed bug #28692 (\0 in Authenticate header passed via safe_mode).
2004-06-08 13:23:38 +00:00
SAPI.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
snprintf.c
Bugfix #28012 , now for snprintf
2004-04-15 23:08:22 +00:00
snprintf.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
spprintf.c
Bugfix #28012 spprintf() output inconsistent for %p
2004-04-15 23:04:49 +00:00
spprintf.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00
strlcat.c
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
strlcpy.c
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
win95nt.h
- Happy new year and PHP 5 for rest of the files too..
2004-01-08 17:33:29 +00:00