php-src/main
2005-06-01 09:44:10 +00:00
..
streams make it compile on Win32 (thanks to Sebastian for noticing) 2005-05-24 10:13:52 +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 - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
config.nw.h enabling few functionalities as the LibC starts supporting them 2004-09-30 15:55:18 +00:00
config.w32.h Clear that up 2004-02-10 18:50:10 +00:00
fopen_wrappers.c NetWare LibC has pwd.h 2005-02-23 08:56:47 +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 nuked unused header file 2005-05-24 15:24:33 +00:00
internal_functions_win32.c nuked unused header file 2005-05-24 15:24:33 +00:00
internal_functions.c.in nuked unused header file 2005-05-24 15:24:33 +00:00
logos.h New egg 2005-03-03 09:55:10 +00:00
main.c fix bugs #32742 (segmentation fault when the stream with a wrapper is not closed), 2005-05-16 08:37:14 +00:00
mergesort.c removed unwanted NetWare specific changes 2004-09-23 15:57:30 +00:00
network.c removed unwanted NEW_LIBC checks 2004-10-06 13:22:21 +00:00
output.c fix #32828 (Throwing exception in output_callback function with ob_start and 2005-04-28 14:20:28 +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 - Made it possible to build ext/xmlrpc with libxml2 2005-03-26 03:13:58 +00:00
php_content_types.c - Fixed bug #32109 ($_POST is not populated in multithreaded environment). 2005-03-05 16:41:13 +00:00
php_content_types.h - Fixed bug #32109 ($_POST is not populated in multithreaded environment). 2005-03-05 16:41:13 +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 Fixed bug #30050 (Possible crash inside php_shutdown_config()). 2004-09-17 02:48:41 +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 - Fix leaks with registered shutdown functions. 2005-01-09 16:30:09 +00:00
php_memory_streams.h add an open mode for the memory streams that allows the stream to take 2005-02-06 21:41:36 +00:00
php_network.h Fix for Bug #24189: possibly unsafe select(2) usage. 2004-09-17 12:44:56 +00:00
php_open_temporary_file.c fix off-by-one in _php_image_output() 2005-05-06 16:48:30 +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 removing inclusion of platform specific config files as they are already included from php_scandir.h 2004-10-18 10:42:16 +00:00
php_scandir.h - Fix outside-source-tree builds. Always include generated header files 2005-01-09 21:05:06 +00:00
php_sprintf.c - Fix outside-source-tree builds. Always include generated header files 2005-01-09 21:05:06 +00:00
php_streams.h fix bugs #32742 (segmentation fault when the stream with a wrapper is not closed), 2005-05-16 08:37:14 +00:00
php_syslog.h NetWare can make use of Autoconf generated header file 2005-02-23 11:02:12 +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 Fixed "refcount" counting for autoglobals 2005-06-01 09:44:10 +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 HEAD is 5.1.0-dev now 2004-07-21 23:02:28 +00:00
php.h - Remove relic 2005-04-17 13:37:20 +00:00
reentrancy.c removed unneccessary inclusion of headers for NetWare 2004-09-29 12:25:56 +00:00
rfc1867.c Bug #32491 (File upload error - unable to create a temporary file) - Changing file upload from stdio to posix 2005-04-04 14:59:40 +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 Do not silently truncate 2004-12-01 22:37:33 +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 added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication. 2005-04-04 15:06:36 +00:00
SAPI.h added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication. 2005-04-04 15:06:36 +00:00
snprintf.c Fix win32 build. 2004-11-15 21:04:09 +00:00
snprintf.h C++ fix 2005-03-31 07:37:39 +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