You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dmitry Stogov 53b088e60c Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M. 19 years ago
..
streams Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection 19 years ago
SAPI.c MFH: fix possible invalid read (reproducible only on big-endian machines) 19 years ago
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). 20 years ago
alloca.c - Fix outside-source-tree builds. Always include generated header files 21 years ago
build-defs.h.in MFH 20 years ago
config.w32.h Simplify the code base as this getpwd() was used only once 20 years ago
fopen_wrappers.c fix #39575 (move_uploaded_file() no longer working (safe mode related)) 20 years ago
fopen_wrappers.h add const keywords 20 years ago
internal_functions.c.in const/static keywording 20 years ago
internal_functions_nw.c const/static keywording 20 years ago
internal_functions_win32.c const/static keywording 20 years ago
logos.h static + const keywords 20 years ago
main.c Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M. 19 years ago
mergesort.c removed unwanted NetWare specific changes 22 years ago
network.c MFH: Bug #38687 - sockaddr local storage insufficient for all sock families 20 years ago
output.c fix #36869 (memory leak in output buffering when using chunked output) 20 years ago
php.h - Fixed incorrect function names on FreeBSD where inet_pton() was named 19 years ago
php3_compat.h bump year and license version 20 years ago
php_compat.h Namespace more PCRE functions. 20 years ago
php_content_types.c bump year and license version 20 years ago
php_content_types.h bump year and license version 20 years ago
php_globals.h COM initialization/deinitialization are done only if necessary 20 years ago
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). 20 years ago
php_ini.h bump year and license version 20 years ago
php_logos.c const/static keywording 20 years ago
php_logos.h const/static keywording 20 years ago
php_main.h bump year and license version 20 years ago
php_memory_streams.h - MFH Initial support for RFC2397 20 years ago
php_network.h bump year and license version 20 years ago
php_open_temporary_file.c Improve open_basedir checks 20 years ago
php_open_temporary_file.h bump year and license version 20 years ago
php_output.h bump year and license version 20 years ago
php_reentrancy.h bump year and license version 20 years ago
php_regex.h bump year and license version 20 years ago
php_scandir.c Fixed php_readdir_r() usage in scandir emulation 20 years ago
php_scandir.h bump year and license version 20 years ago
php_sprintf.c bump year and license version 20 years ago
php_streams.h bump year and license version 20 years ago
php_syslog.h bump year and license version 20 years ago
php_ticks.c bump year and license version 20 years ago
php_ticks.h bump year and license version 20 years ago
php_variables.c Strip leading spaces from cookie names, that can come from multi-cookie 19 years ago
php_variables.h Now that ext/filter is bundled, we should be defining these in one place 20 years ago
php_version.h back to dev 19 years ago
reentrancy.c opendir() is reimplemented using GetFistFile/GetNextFile those are faster then _findfirst/_findnext 20 years ago
rfc1867.c If one name is disallowed don't drop all files 20 years ago
rfc1867.h eliminate compilation warnings on AIX 20 years ago
safe_mode.c fix #39575 (move_uploaded_file() no longer working (safe mode related)) 20 years ago
safe_mode.h add const keywords 20 years ago
snprintf.c MFH 19 years ago
snprintf.h Fixed bug #39815 (SOAP double encoding is not locale-independent) 19 years ago
spprintf.c Support for systems without locale.h 19 years ago
spprintf.h bump year and license version 20 years ago
strlcat.c bump year and license version 20 years ago
strlcpy.c bump year and license version 20 years ago
win95nt.h Fixed mkdir("/tmp/foo//bar/log", 0777, true) 20 years ago