php-src/main
2008-11-26 04:19:20 +00:00
..
streams MFH: Fixed bug #46673 (stream_lock call with wrong paramater) 2008-11-26 04:19:20 +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 rename PHP_OCI8_VERSION in preparation for peclversioning RFC. Remove obsolete HAVE_OCI8_ATTR_STATEMENT macro 2008-03-25 02:00:32 +00:00
fopen_wrappers.c MFH: Missing files in previous commit (Check the relevant path for open_basedir 2008-08-11 15:33:02 +00:00
fopen_wrappers.h MFH: Missing files in previous commit (Check the relevant path for open_basedir 2008-08-11 15:33:02 +00:00
getopt.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
internal_functions_nw.c - MFH Cleanup exports and allow to overwrite ext registration 2008-08-22 12:59:46 +00:00
internal_functions_win32.c - MFH Cleanup exports and allow to overwrite ext registration 2008-08-22 12:59:46 +00:00
internal_functions.c.in - MFH Cleanup exports and allow to overwrite ext registration 2008-08-22 12:59:46 +00:00
logos.h - MFH: New egg 2008-03-25 17:17:56 +00:00
main.c - Silent valgrind 2008-11-12 16:40:40 +00:00
mergesort.c - MFH Cleanup exports and allow to overwrite ext registration 2008-08-22 12:59:46 +00:00
network.c MFH: initialize memory 2008-11-04 20:40:30 +00:00
output.c reverted because of test failures 2008-08-18 07:46:31 +00:00
php3_compat.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_compat.h update list of pcre symbols 2008-09-14 14:15:52 +00:00
php_content_types.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_content_types.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_getopt.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_globals.h exit_on_timeout patch 2008-03-18 21:42:50 +00:00
php_ini.c - move declaration on top and fix build error 2008-08-13 17:49:13 +00:00
php_ini.h - MFH: Constness (Added const qualifier to several function parameters) 2008-08-12 17:20:25 +00:00
php_logos.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_logos.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_main.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_memory_streams.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_network.h - MFH: 2008-08-23 19:22:10 +00:00
php_open_temporary_file.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_open_temporary_file.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_output.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_reentrancy.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_scandir.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_scandir.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_sprintf.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_streams.h MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:25:14 +00:00
php_syslog.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_ticks.c Fixed bug #45352 (Segmentation fault because of tick function on second request) 2008-06-25 12:18:36 +00:00
php_ticks.h Fixed bug #45352 (Segmentation fault because of tick function on second request) 2008-06-25 12:18:36 +00:00
php_variables.c WS 2008-08-30 22:26:09 +00:00
php_variables.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_version.h back to dev 2008-09-01 20:51:57 +00:00
php.h MFH Better fix for va_copy since some architectures like to do a deep copy. 2008-11-22 15:16:47 +00:00
reentrancy.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
rfc1867.c WS 2008-10-20 18:43:32 +00:00
rfc1867.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
safe_mode.c - Removed unused variable. 2008-07-24 16:00:34 +00:00
safe_mode.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
SAPI.c Added header_remove() (chsc at peytz dotdk, Arnaud) 2008-11-13 10:14:04 +00:00
SAPI.h Added header_remove() (chsc at peytz dotdk, Arnaud) 2008-11-13 10:14:04 +00:00
snprintf.c MFH Add vasprintf() so the buffer can be automatically calculated, you need to efree this when done though! 2008-11-21 22:05:03 +00:00
snprintf.h MFH Add vasprintf() so the buffer can be automatically calculated, you need to efree this when done though! 2008-11-21 22:05:03 +00:00
spprintf.c - MFH Add %Z to *printf 2008-02-07 18:41:35 +00:00
spprintf.h - MFH WS 2008-02-07 12:47:44 +00:00
strlcat.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
strlcpy.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
win95nt.h - MFH: don't redefine WINDOWS and pid_t 2008-07-05 18:51:17 +00:00