.. |
alloca.c
|
- Don't wrap lines... this is annoying while coding.
|
2001-09-09 13:29:31 +00:00 |
build-defs.h.in
|
Changing the Velocis extension to now be called Birdstep, due to a product/company change.
|
2002-03-04 09:10:32 +00:00 |
config.w32.h
|
Adding HAVE_SHUTDOWN on win32. Needed for the sockets extension to compile
|
2002-03-18 21:09:23 +00:00 |
fopen_wrappers.c
|
New PHP streams...
|
2002-03-15 21:03:08 +00:00 |
fopen_wrappers.h
|
Fix for php_stream_gets when the implementation does not support it
|
2002-03-17 14:21:01 +00:00 |
internal_functions_registry.h
|
Update headers.
|
2001-12-11 15:32:16 +00:00 |
internal_functions_win32.c
|
Update headers.
|
2001-12-11 15:32:16 +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
|
fix for bug #16168
|
2002-03-19 17:49:02 +00:00 |
memory_streams.c
|
- Fix whitespace (guys, please try to stick with the php4 tree style as far
|
2002-03-19 19:15:40 +00:00 |
mergesort.c
|
Merge in qsort changes
|
2001-09-17 21:02:53 +00:00 |
network.c
|
fix for bug #16168
|
2002-03-19 17:49:02 +00:00 |
output.c
|
Silence warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).
|
2002-03-04 10:58:00 +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
|
name-protect new expat function
|
2001-07-30 15:10:15 +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
|
Shouldn't have made it into my last commit.
|
2002-03-18 18:57:25 +00:00 |
php_ini.c
|
Killing compiler warning on Win32
|
2002-03-05 00:21:28 +00:00 |
php_ini.h
|
Update headers.
|
2001-12-11 15:32:16 +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
|
Supply php_html_puts which escapes a whole string.. now fully works in ZTS
|
2002-03-04 18:46:55 +00:00 |
php_memory_streams.h
|
TSRMLS related work on streams, as discussed with Zeev.
|
2002-03-18 18:54:32 +00:00 |
php_network.h
|
fix for bug #16168
|
2002-03-19 17:49:02 +00:00 |
php_open_temporary_file.c
|
Maintain headers.
|
2002-02-28 08:29:35 +00:00 |
php_open_temporary_file.h
|
Maintain headers.
|
2002-02-28 08:29:35 +00:00 |
php_output.h
|
Added ob_get_status() to get array of buffers and it's status.
|
2002-03-01 03:05:50 +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
|
fix for bug #16168
|
2002-03-19 17:49:02 +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
|
Update headers.
|
2001-12-11 15:32:16 +00:00 |
php_variables.h
|
Update headers.
|
2001-12-11 15:32:16 +00:00 |
php_version.h
|
Good suggestion, but I'm not sure we want to start receiving bug
|
2002-03-14 14:15:26 +00:00 |
php.h
|
Rename HAVE_PHP_STREAM to PHP_HAVE_STREAMS, because
|
2002-03-18 08:29:17 +00:00 |
reentrancy.c
|
Maintain headers.
|
2002-02-28 08:29:35 +00:00 |
rfc1867.c
|
Fix: Now returns correct Content-Type with Opera 6.01
|
2002-03-10 11:03:04 +00:00 |
rfc1867.h
|
Removed unused lines.
|
2001-09-05 01:03:50 +00:00 |
safe_mode.c
|
SAFE_MODE restriction error message fixed if the file doesn't exist
|
2002-03-17 21:00:44 +00:00 |
safe_mode.h
|
o Fixed Bug #12121: chdir and safe_mode
|
2001-07-13 18:21:21 +00:00 |
SAPI.c
|
fix for bug #14776
|
2002-01-14 13:36:54 +00:00 |
SAPI.h
|
Maintain headers.
|
2002-02-28 08:29:35 +00:00 |
snprintf.c
|
- Don't wrap lines... this is annoying while coding.
|
2001-09-09 13:29:31 +00:00 |
snprintf.h
|
Maintain headers.
|
2002-02-28 08:29:35 +00:00 |
streams.c
|
fix for bug #16168
|
2002-03-19 17:49:02 +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
|
make buffer length warnings more verbose
|
2002-03-19 16:56:53 +00:00 |
win95nt.h
|
- TSRMLS_FETCH work
|
2001-08-05 01:43:02 +00:00 |