php-src/main
Dmitry Stogov a7c536fbcd Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make a
ny 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.
2006-12-20 10:50:46 +00:00
..
streams Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection 2006-12-19 08:59:26 +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 Separate suffixes of shared libraries that we link against and the ones 2006-04-08 17:34:57 +00:00
config.w32.h Simplify the code base as this getpwd() was used only once 2006-11-10 09:56:37 +00:00
fopen_wrappers.c Removed unnecessary checks for ISREG file and corresponding stat() calls on Wind 2006-11-10 10:55:43 +00:00
fopen_wrappers.h Extend open_basedir functionality to allow runtime tightening 2006-10-17 21:54:17 +00:00
internal_functions_nw.c MFH: const/static keywording 2006-08-12 19:41:28 +00:00
internal_functions_win32.c MFH: const/static keywording 2006-08-12 19:41:28 +00:00
internal_functions.c.in MFH: const/static keywording 2006-08-12 19:41:28 +00:00
logos.h static+const keywords 2006-07-07 23:28:23 +00:00
main.c Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make a 2006-12-20 10:50:46 +00:00
mergesort.c removed unwanted NetWare specific changes 2004-09-23 15:57:30 +00:00
network.c Bug #38687 - sockaddr local storage insufficient for all sock families 2006-09-11 19:18:06 +00:00
output.c Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make a 2006-12-20 10:50:46 +00:00
php_compat.h MFB 2006-08-23 20:39:37 +00:00
php_content_types.c bump year and license version 2006-01-01 13:10:10 +00:00
php_content_types.h bump year and license version 2006-01-01 13:10:10 +00:00
php_globals.h COM initialization/deinitialization are done only if necessary 2006-11-17 11:41:13 +00:00
php_ini.c MFB 2006-09-05 11:55:08 +00:00
php_ini.h bump year and license version 2006-01-01 13:10:10 +00:00
php_logos.c MFH: const/static keywording 2006-08-12 19:41:28 +00:00
php_logos.h MFH: const/static keywording 2006-08-12 19:41:28 +00:00
php_main.h Unicode support for dl() patch. 2006-03-17 13:45:43 +00:00
php_memory_streams.h - Initial RFC2397 support 2006-05-13 17:53:01 +00:00
php_network.h bump year and license version 2006-01-01 13:10:10 +00:00
php_open_temporary_file.c MFB: main/php_open_temporary_file.c 2006-10-13 01:11:45 +00:00
php_open_temporary_file.h bump year and license version 2006-01-01 13:10:10 +00:00
php_output.h - upgrade phpinfo() and phpcredits() 2006-12-10 15:02:50 +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 year and license version 2006-01-01 13:10:10 +00:00
php_regex.h bump year and license version 2006-01-01 13:10:10 +00:00
php_scandir.c MFB: Fixed php_readdir_r() usage in scandir emulation 2006-12-03 15:52:37 +00:00
php_scandir.h bump year and license version 2006-01-01 13:10:10 +00:00
php_sprintf.c bump year and license version 2006-01-01 13:10:10 +00:00
php_streams.h eliminate a couple of compile warnings 2006-11-09 01:06:45 +00:00
php_syslog.h bump year and license version 2006-01-01 13:10:10 +00:00
php_ticks.c bump year and license version 2006-01-01 13:10:10 +00:00
php_ticks.h bump year and license version 2006-01-01 13:10:10 +00:00
php_variables.c Keep CLI args as binary strings. 2006-12-12 18:05:07 +00:00
php_variables.h MFB filter defines 2006-05-10 21:23:46 +00:00
php_version.h - Removed unnecessary quotes 2006-07-27 08:52:10 +00:00
php.h MFB: 2006-12-20 10:38:24 +00:00
reentrancy.c opendir() is reimplemented using GetFistFile/GetNextFile those are faster then _findfirst/_findnext 2006-11-10 11:20:58 +00:00
rfc1867.c implement zend_unicode_to_string() and zend_string_to_unicode() 2006-08-08 16:59:11 +00:00
rfc1867.h bump year and license version 2006-01-01 13:10:10 +00:00
SAPI.c fix possible invalid read (reproducible only on big-endian machines) 2006-12-18 13:15:18 +00:00
SAPI.h Unicode support for dl() patch. 2006-03-17 13:45:43 +00:00
snprintf.c -NAN should not be possible 2006-12-19 13:26:39 +00:00
snprintf.h Fixed bug #39815 (SOAP double encoding is not locale-independent) 2006-12-19 11:55:16 +00:00
spprintf.c Support for systems without locale.h 2006-12-19 13:13:48 +00:00
spprintf.h bump year and license version 2006-01-01 13:10:10 +00:00
strlcat.c bump year and license version 2006-01-01 13:10:10 +00:00
strlcpy.c bump year and license version 2006-01-01 13:10:10 +00:00
win95nt.h Fixed mkdir("/tmp/foo//bar/log", 0777, true) 2006-10-19 09:49:56 +00:00