php-src/main
2008-08-08 14:15:05 +00:00
..
streams MFH: 2008-08-07 09:25:33 +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 Removed shebang line check from CGI sapi (it is checked by scanner) 2008-08-04 07:20:15 +00:00
fopen_wrappers.h Optimized require_once() and include_once() by eliminationg open() syscall on second usage. 2008-03-05 13:34:12 +00:00
getopt.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
internal_functions_nw.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
internal_functions_win32.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
internal_functions.c.in Update copyright year 2007-01-01 19:32:10 +00:00
logos.h - MFH: New egg 2008-03-25 17:17:56 +00:00
main.c - MFB: Fixed the parameter type expected. set_time_limit() should accept only integer. 2008-07-25 13:46:56 +00:00
mergesort.c removed unwanted NetWare specific changes 2004-09-23 15:57:30 +00:00
network.c MFH: silence warning 2008-07-11 13:11:49 +00:00
output.c - MFH: Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:46:07 +00:00
php3_compat.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_compat.h update PCRE symbols 2008-07-17 14:34:51 +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 Optimized request startup sequence for php.ini without per dir and per host configurations 2008-04-15 11:31:58 +00:00
php_ini.h Optimized request startup sequence for php.ini without per dir and per host configurations 2008-04-15 11:31:58 +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: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +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 Lazy EG(active_symbol_table) initialization 2008-04-29 08:15:20 +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-08-01 00:46:20 +00:00
php.h - MFH: Sorry for the compiler warning 2008-08-08 14:15:05 +00:00
reentrancy.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
rfc1867.c MFH: check if return value of write() is -1 and abort upload in this case setting the correct error status 2008-03-14 13:11:12 +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 exit_on_timeout patch 2008-03-18 21:42:50 +00:00
SAPI.h exit_on_timeout patch 2008-03-18 21:42:50 +00:00
snprintf.c - MFH Add %Z to *printf 2008-02-07 18:41:35 +00:00
snprintf.h - MFH WS 2008-02-07 12:47:44 +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