php-src/main
2008-11-26 04:18:24 +00:00
..
streams Fixed bug #46673 (stream_lock call with wrong paramater) 2008-11-26 04:18:24 +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 oci8: Sync with 5.3 - version macro updates and DRCP tweaks 2008-03-25 02:25:03 +00:00
fopen_wrappers.c Missing files in previous commit (Check the relevant path for open_basedir 2008-08-11 15:32:52 +00:00
fopen_wrappers.h Missing files in previous commit (Check the relevant path for open_basedir 2008-08-11 15:32:52 +00:00
getopt.c Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
internal_functions_nw.c - Cleanup exports and allow to overwrite ext registration 2008-08-22 12:59:38 +00:00
internal_functions_win32.c - Cleanup exports and allow to overwrite ext registration 2008-08-22 12:59:38 +00:00
internal_functions.c.in - Cleanup exports and allow to overwrite ext registration 2008-08-22 12:59:38 +00:00
logos.h - New egg 2008-03-25 17:17:42 +00:00
main.c [DOC] Remove define_syslog_variables() and define_syslog_variables ini option 2008-10-15 18:41:18 +00:00
mergesort.c - Cleanup exports and allow to overwrite ext registration 2008-08-22 12:59:38 +00:00
network.c initialize memory 2008-11-04 20:40:04 +00:00
output.c reverted because it causes lots of test failures in ext/soap 2008-08-18 07:45:59 +00:00
php_compat.h sync with PHP 5.3: upgrade to pcre 7.8 2008-09-14 14:37:14 +00:00
php_content_types.c Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_content_types.h Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_getopt.h Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_globals.h MFB 2008-03-19 16:37:49 +00:00
php_ini.c - MFB: move declaration on top and fix build error 2008-08-13 21:51:54 +00:00
php_ini.h - Constness (Added const qualifier to several function parameters) 2008-08-12 17:15:59 +00:00
php_logos.c Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_logos.h Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_main.h Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_memory_streams.h Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_network.h - drop bindlib usage on windows 2008-08-21 23:37:40 +00:00
php_open_temporary_file.c Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_open_temporary_file.h Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_output.h Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +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 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_scandir.c Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_scandir.h Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_sprintf.c Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_streams.h invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:24:35 +00:00
php_syslog.h Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_ticks.c Fixed bug #45352 (Segmentation fault because of tick function on second request) 2008-06-25 12:18:51 +00:00
php_ticks.h Fixed bug #45352 (Segmentation fault because of tick function on second request) 2008-06-25 12:18:51 +00:00
php_variables.c Fix php_u_register_variable_ex(), avoid readding some uninitialized data 2008-09-10 14:12:55 +00:00
php_variables.h Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
php_version.h - Removed unnecessary quotes 2006-07-27 08:52:10 +00:00
php.h Better fix for va_copy since some architectures like to do a deep copy. 2008-11-22 15:16:42 +00:00
reentrancy.c Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
rfc1867.c MFB: clean some dead code 2008-09-23 15:22:05 +00:00
rfc1867.h Ported rfc1867 hooks to HEAD 2008-09-06 08:27:38 +00:00
SAPI.c MFB: Added header_remove() (chsc at peytz dotdk, Arnaud) 2008-11-13 10:33:08 +00:00
SAPI.h MFB: Added header_remove() (chsc at peytz dotdk, Arnaud) 2008-11-13 10:33:08 +00:00
snprintf.c Add vasprintf() so the buffer can be automatically calculated, you need to efree this when done though! 2008-11-21 21:49:52 +00:00
snprintf.h Add vasprintf() so the buffer can be automatically calculated, you need to efree this when done though! 2008-11-21 21:49:52 +00:00
spprintf.c - Add %Z to *printf 2008-02-07 18:40:29 +00:00
spprintf.h - WS 2008-02-07 12:45:42 +00:00
strlcat.c Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
strlcpy.c Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
win95nt.h - silent warning with vc8 + dbg mode 2008-07-28 11:35:36 +00:00