php-src/main
Stanislav Malyshev 6b651f8e60 Improve tolower()-related functions on Windows and VC2005 by caching locale and using
tolower_l function.
# Gives 10-18% speedup on bench.php
# Does not change behaviour for non-windows
2006-12-04 18:37:15 +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 - Fix outside-source-tree builds. Always include generated header files 2005-01-09 21:05:06 +00:00
build-defs.h.in MFH 2006-04-08 17:53:11 +00:00
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 removed unwanted NetWare specific changes 2004-09-23 15:57:30 +00:00
network.c MFH: Bug #38687 - sockaddr local storage insufficient for all sock families 2006-09-11 19:18:07 +00:00
output.c fix #36869 (memory leak in output buffering when using chunked output) 2006-03-27 08:26:10 +00:00
php3_compat.h bump year and license version 2006-01-01 12:51:34 +00:00
php_compat.h Namespace more PCRE functions. 2006-08-23 20:39:11 +00:00
php_content_types.c bump year and license version 2006-01-01 12:51:34 +00:00
php_content_types.h bump year and license version 2006-01-01 12:51:34 +00:00
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 bump year and license version 2006-01-01 12:51:34 +00:00
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 bump year and license version 2006-01-01 12:51:34 +00:00
php_memory_streams.h - MFH Initial support for RFC2397 2006-05-13 17:58:58 +00:00
php_network.h bump year and license version 2006-01-01 12:51:34 +00:00
php_open_temporary_file.c Improve open_basedir checks 2006-10-13 01:11:30 +00:00
php_open_temporary_file.h bump year and license version 2006-01-01 12:51:34 +00:00
php_output.h bump year and license version 2006-01-01 12:51:34 +00:00
php_reentrancy.h bump year and license version 2006-01-01 12:51:34 +00:00
php_regex.h bump year and license version 2006-01-01 12:51:34 +00:00
php_scandir.c Fixed php_readdir_r() usage in scandir emulation 2006-12-03 15:52:17 +00:00
php_scandir.h bump year and license version 2006-01-01 12:51:34 +00:00
php_sprintf.c bump year and license version 2006-01-01 12:51:34 +00:00
php_streams.h bump year and license version 2006-01-01 12:51:34 +00:00
php_syslog.h bump year and license version 2006-01-01 12:51:34 +00:00
php_ticks.c bump year and license version 2006-01-01 12:51:34 +00:00
php_ticks.h bump year and license version 2006-01-01 12:51:34 +00:00
php_variables.c Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST). 2006-07-27 15:37:56 +00:00
php_variables.h Now that ext/filter is bundled, we should be defining these in one place 2006-05-10 21:10:45 +00:00
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 %v for s[np]printf 2006-05-07 12:40:17 +00:00
snprintf.h bump year and license version 2006-01-01 12:51:34 +00:00
spprintf.c - MFH %v for s[np]printf 2006-05-07 12:40:17 +00:00
spprintf.h bump year and license version 2006-01-01 12:51:34 +00:00
strlcat.c bump year and license version 2006-01-01 12:51:34 +00:00
strlcpy.c bump year and license version 2006-01-01 12:51:34 +00:00
win95nt.h Fixed mkdir("/tmp/foo//bar/log", 0777, true) 2006-10-19 09:49:44 +00:00