php-src/ext/standard
Hartmut Holzgraefe 8b7e9d7774 some changes to how request input data (Content-Lenght >0) is handled
- webdav-specific stuff removed (should be handled using httpd.conf
  LIMIT or equivalents)
- always_populate_raw_post_data now working on any method, not just
  POST (and webdav methods with allow_webdav_methods), when
	Content-Length is greater zero
- raw input data is also available using php://input stream,
  this way one doesn't have to care about memory_limit
- input data is now always consumed (although maybe ignored,
  this fixes we had withproblems with keep-alive connections
@ raw POST data is now available as php://input stream (hartmut)
2002-10-21 16:41:06 +00:00
..
tests There is no point doing this test. Some systems think root can always execute so this is always true. 2002-10-21 00:30:05 +00:00
aggregation.c php_error_docref 2002-08-24 01:19:28 +00:00
aggregation.h Maintain headers. 2002-02-28 08:29:35 +00:00
array.c revert patch 2002-10-10 19:24:45 +00:00
assert.c php_error_docref 2002-08-24 01:19:28 +00:00
base64.c style fix 2002-08-22 01:20:50 +00:00
base64.h Maintain headers. 2002-02-28 08:29:35 +00:00
basic_functions.c getopt() now supports long options on platforms that have getopt_long() 2002-10-21 16:07:21 +00:00
basic_functions.h @ - Added getopt() for parsing command line options and arguments. (Jon) 2002-09-30 03:02:52 +00:00
browscap.c Fixed bug #19649. 2002-10-14 18:13:18 +00:00
config.m4 getopt() now supports long options on platforms that have getopt_long() 2002-10-21 16:07:21 +00:00
crc32.c Maintain headers. 2002-02-28 08:29:35 +00:00
crc32.h Maintain headers. 2002-02-28 08:29:35 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
credits_ext.h Update credits. 2002-09-27 12:23:49 +00:00
credits_sapi.h Update credits. 2002-09-27 12:23:49 +00:00
credits.c Fix ZTS build. 2002-09-26 19:48:56 +00:00
credits.h Maintain headers. 2002-02-28 08:29:35 +00:00
crypt.c Maintain headers. 2002-02-28 08:29:35 +00:00
css.c - Fix the text alignment to be about same in any browser. 2002-10-10 04:28:15 +00:00
css.h Change phpinfo() to use CSS styling instead of HTML code. 2002-09-19 21:57:25 +00:00
cyr_convert.c php_error_docref 2002-08-24 01:19:28 +00:00
cyr_convert.h Maintain headers. 2002-02-28 08:29:35 +00:00
datetime.c prevent segv on Windows with negative localtime values. 2002-09-25 12:20:56 +00:00
datetime.h Update headers. 2001-12-11 15:32:16 +00:00
dir.c readdir() was returning NULL instead of FALSE when used on an invalid 2002-10-07 16:46:38 +00:00
dl.c - Fixed bug #19885, dl() no longer gives a fatal error when a module 2002-10-13 14:14:34 +00:00
dl.h Update headers. 2001-12-11 15:32:16 +00:00
dns.c ws fixes 2002-10-18 22:08:23 +00:00
dns.h Maintain headers. 2002-02-28 08:29:35 +00:00
exec.c Make these all work with persistent streams too. 2002-09-25 15:46:47 +00:00
exec.h Fixed bug #19313 2002-09-19 18:59:32 +00:00
file.c made fgets() binary safe. 2002-10-19 13:11:48 +00:00
file.h Rename streams functions to fit with naming conventions, adding aliases 2002-09-28 22:14:21 +00:00
filestat.c Fix php_stat brokenness. 2002-10-04 01:05:03 +00:00
flock_compat.c NetWare related additions/modifications 2002-09-05 14:25:07 +00:00
flock_compat.h Maintain headers. 2002-02-28 08:29:35 +00:00
formatted_print.c Fixed bug #4232. (Added support for %e and %E to printf/sprintf) 2002-10-15 12:07:36 +00:00
fsock.c (php_socket_errno) win32 errno compatible macro. 2002-10-13 22:01:40 +00:00
fsock.h NetWare related additions/modifications 2002-09-05 14:25:07 +00:00
ftok.c - Only include ftok() if it is available 2002-10-20 13:35:56 +00:00
ftp_fopen_wrapper.c some broken ftp servers return 32bit port numbers. 2002-10-04 21:58:39 +00:00
head.c it should not only work for the failure case 2002-09-17 13:54:40 +00:00
head.h Maintain headers. 2002-02-28 08:29:35 +00:00
html.c few ws fixes. 2002-10-03 12:06:52 +00:00
html.h Fix ZTS build. 2002-09-26 18:13:32 +00:00
http_fopen_wrapper.c Make PHP follow 301 correctly. 2002-10-13 01:03:43 +00:00
image.c Added additional handlers for compressed swf files, which require 2002-09-18 20:37:24 +00:00
incomplete_class.c is_object() returns FALSE if object is a "incomplete object". 2002-07-24 09:55:11 +00:00
info.c Fixed memory leaks. 2002-10-12 03:11:28 +00:00
info.h Add php_ini_scanned_files() so "make test" can tell you when you have 2002-10-06 17:04:10 +00:00
iptc.c php_error_docref 2002-08-24 01:19:28 +00:00
lcg.c NetWare related additions/modifications 2002-09-06 07:27:27 +00:00
levenshtein.c php_error_docref 2002-08-24 01:19:28 +00:00
link.c - Please do not use spaces for indentation! 2002-09-06 07:30:51 +00:00
mail.c - Unbreak build 2002-09-22 16:23:44 +00:00
Makefile.frag Update configure line in phpinfo() after re-running configure without 2002-06-27 10:01:06 +00:00
math.c hopefully silence compile warnings on Solaris related to HUGEVAL being 2002-10-15 14:51:01 +00:00
md5.c php_error_docref 2002-08-24 01:19:28 +00:00
md5.h Maintain headers. 2002-02-28 08:29:35 +00:00
metaphone.c - Fix for #16176. 2002-03-20 08:17:06 +00:00
microtime.c NetWare related changes/modifications 2002-09-06 07:44:30 +00:00
microtime.h Maintain headers. 2002-02-28 08:29:35 +00:00
pack.c NetWare related changes/modifications 2002-09-06 07:44:30 +00:00
pack.h Maintain headers. 2002-02-28 08:29:35 +00:00
pageinfo.c - argh... this is getting annoying 2002-09-06 07:47:49 +00:00
pageinfo.h Maintain headers. 2002-02-28 08:29:35 +00:00
parsedate.y put that back... 2002-09-09 19:11:35 +00:00
php_array.h New function added - array_intersect_assoc() similar to array_intersect() 2002-09-21 14:50:04 +00:00
php_assert.h Maintain headers. 2002-02-28 08:29:35 +00:00
php_browscap.h Maintain headers. 2002-02-28 08:29:35 +00:00
php_crypt.h Maintain headers. 2002-02-28 08:29:35 +00:00
php_dir.h added fnmatch() and glob() functions 2002-03-21 19:18:13 +00:00
php_ext_syslog.h Maintain headers. 2002-02-28 08:29:35 +00:00
php_filestat.h - Fix windows build 2002-07-03 06:45:01 +00:00
php_fopen_wrapper.c some changes to how request input data (Content-Lenght >0) is handled 2002-10-21 16:41:06 +00:00
php_fopen_wrappers.h Fix linkage of symbols 2002-05-04 17:26:45 +00:00
php_ftok.h - Only include ftok() if it is available 2002-10-20 13:35:56 +00:00
php_image.h register IMAGETYPE_<xxx> constants in image.c as they are needed 2002-06-24 19:36:26 +00:00
php_incomplete_class.h is_object() returns FALSE if object is a "incomplete object". 2002-07-24 09:55:11 +00:00
php_iptc.h Maintain headers. 2002-02-28 08:29:35 +00:00
php_lcg.h Maintain headers. 2002-02-28 08:29:35 +00:00
php_link.h Maintain headers. 2002-02-28 08:29:35 +00:00
php_mail.h those are allways defined -> fixes warning in basic_functions.c 2002-08-08 17:53:52 +00:00
php_math.h Maintain headers. 2002-02-28 08:29:35 +00:00
php_metaphone.h Maintain headers. 2002-02-28 08:29:35 +00:00
php_parsedate.h Maintain headers. 2002-02-28 08:29:35 +00:00
php_rand.h Make RAND_RANGE() an API macro. 2002-06-09 04:26:36 +00:00
php_smart_str_public.h Maintain headers. 2002-02-28 08:29:35 +00:00
php_smart_str.h Fix some 8bit issues with IRCG nickname encoding and 2002-06-29 18:46:49 +00:00
php_standard.h Added sha1, sha1_file functions. 2002-07-28 19:18:08 +00:00
php_string.h Renamed word_count to str_word_count to comply with naming conventions. 2002-10-17 22:44:44 +00:00
php_type.h Maintain headers. 2002-02-28 08:29:35 +00:00
php_var.h need to export var_replace and var_destroy for win32 2002-08-04 23:45:38 +00:00
php_versioning.h Maintain headers. 2002-02-28 08:29:35 +00:00
quot_print.c Fix for bug #19798 (submitted by mclap@simpage.mv.ru) 2002-10-07 21:58:56 +00:00
quot_print.h Maintain headers. 2002-02-28 08:29:35 +00:00
rand.c NetWare related changes/modifications 2002-09-06 07:44:30 +00:00
reg.c Fix bug #17570. 2002-09-25 14:02:34 +00:00
reg.h *** empty log message *** 2002-09-25 17:48:10 +00:00
scanf.c php_error_docref 2002-08-24 01:19:28 +00:00
scanf.h Maintain headers. 2002-02-28 08:29:35 +00:00
sha1.c php_error_docref 2002-08-24 01:19:28 +00:00
sha1.h Added sha1, sha1_file functions. 2002-07-28 19:18:08 +00:00
soundex.c Update headers. 2001-12-11 15:32:16 +00:00
string.c @- Fixed an infinite loop in setlocale() when only invalid locale names 2002-10-18 13:07:50 +00:00
strnatcmp.c don't emit code for version 2002-05-04 17:36:58 +00:00
syslog.c php_error_docref 2002-08-24 01:19:28 +00:00
type.c php_error_docref 2002-08-24 01:19:28 +00:00
uniqid.c Maintain headers. 2002-02-28 08:29:35 +00:00
uniqid.h Maintain headers. 2002-02-28 08:29:35 +00:00
url_scanner_ex.c sync 2002-09-30 04:59:01 +00:00
url_scanner_ex.h re-add accidentily nuked session_adapt_url() 2002-05-05 16:39:49 +00:00
url_scanner_ex.re Fix my stupid mistake which broke <form> handling 2002-09-30 04:56:38 +00:00
url_scanner.c silence build warning, added default case 2002-08-28 06:13:49 +00:00
url_scanner.h Update headers. 2001-12-11 15:32:16 +00:00
url.c Added handling for file:/ schema, which does not contain a host. 2002-10-18 23:54:58 +00:00
url.h Maintain headers. 2002-02-28 08:29:35 +00:00
var_unserializer.c Sync with var_unserializer.re 2002-08-19 20:02:59 +00:00
var_unserializer.re Made unserialize handle floats with an E notation - bug #18654 2002-08-19 19:45:46 +00:00
var.c - Fix problem with var_export when objects with numeric indexes were 2002-10-11 13:49:20 +00:00
versioning.c Fix warning. 2002-07-07 08:19:36 +00:00