php-src/main
Ilia Alshanetsky 847741cb08 Strip leading spaces from cookie names, that can come from multi-cookie
headers where ; can be followed by any number of spaces.
2006-12-09 13:01:23 +00:00
..
streams MFH: fix #39673 (file_get_contents causes bus error on certain offsets) 2006-11-29 11:12:59 +00:00
alloca.c
build-defs.h.in
config.w32.h Simplify the code base as this getpwd() was used only once 2006-11-10 09:56:16 +00:00
fopen_wrappers.c fix #39575 (move_uploaded_file() no longer working (safe mode related)) 2006-11-22 11:55:36 +00:00
fopen_wrappers.h add const keywords 2006-07-01 11:35:34 +00:00
internal_functions_nw.c const/static keywording 2006-08-12 19:33:54 +00:00
internal_functions_win32.c const/static keywording 2006-08-12 19:33:54 +00:00
internal_functions.c.in const/static keywording 2006-08-12 19:33:54 +00:00
logos.h static + const keywords 2006-07-07 23:32:14 +00:00
main.c Improve tolower()-related functions on Windows and VC2005 by caching locale and using 2006-12-04 18:37:15 +00:00
mergesort.c
network.c MFH: Bug #38687 - sockaddr local storage insufficient for all sock families 2006-09-11 19:18:07 +00:00
output.c
php3_compat.h
php_compat.h Namespace more PCRE functions. 2006-08-23 20:39:11 +00:00
php_content_types.c
php_content_types.h
php_globals.h COM initialization/deinitialization are done only if necessary 2006-11-17 11:40:52 +00:00
php_ini.c MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests). 2006-09-19 20:33:12 +00:00
php_ini.h
php_logos.c const/static keywording 2006-08-12 19:33:54 +00:00
php_logos.h const/static keywording 2006-08-12 19:33:54 +00:00
php_main.h
php_memory_streams.h
php_network.h
php_open_temporary_file.c Improve open_basedir checks 2006-10-13 01:11:30 +00:00
php_open_temporary_file.h
php_output.h
php_reentrancy.h
php_regex.h
php_scandir.c Fixed php_readdir_r() usage in scandir emulation 2006-12-03 15:52:17 +00:00
php_scandir.h
php_sprintf.c
php_streams.h
php_syslog.h
php_ticks.c
php_ticks.h
php_variables.c Strip leading spaces from cookie names, that can come from multi-cookie 2006-12-09 13:01:23 +00:00
php_variables.h
php_version.h - Fix version 2006-11-03 19:03:25 +00:00
php.h COM initialization/deinitialization are done only if necessary 2006-11-17 11:40:52 +00:00
reentrancy.c opendir() is reimplemented using GetFistFile/GetNextFile those are faster then _findfirst/_findnext 2006-11-10 11:20:48 +00:00
rfc1867.c If one name is disallowed don't drop all files 2006-09-29 10:05:34 +00:00
rfc1867.h eliminate compilation warnings on AIX 2006-07-26 13:22:06 +00:00
safe_mode.c fix #39575 (move_uploaded_file() no longer working (safe mode related)) 2006-11-22 11:55:36 +00:00
safe_mode.h add const keywords 2006-07-01 11:35:34 +00:00
SAPI.c MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests). 2006-09-19 20:33:12 +00:00
SAPI.h MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests). 2006-09-19 20:33:12 +00:00
snprintf.c MFH: use BSD licensed implementation of double-to-string utilities instead of LGPL one 2006-12-06 09:52:51 +00:00
snprintf.h MFH: use BSD licensed implementation of double-to-string utilities instead of LGPL one 2006-12-06 09:52:51 +00:00
spprintf.c MFH: use BSD licensed implementation of double-to-string utilities instead of LGPL one 2006-12-06 09:52:51 +00:00
spprintf.h
strlcat.c
strlcpy.c
win95nt.h Fixed mkdir("/tmp/foo//bar/log", 0777, true) 2006-10-19 09:49:44 +00:00