summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Fix feof() on win32Jason Greene2002-07-192-2/+11
* ws fixfoobar2002-07-191-1/+1
* - set_time_limit() now returns whether it succeeded in changing the timeDerick Rethans2002-07-171-2/+6
* Accoding to safe_mode.h, php_checkuid() has six modes.Yasuo Ohgaki2002-07-171-1/+3
* use Zend API to access llist countStefan Esser2002-07-151-1/+1
* IF --disable-mbstr-enc-trans is used OR mbstring is compiled as sharedfoobar2002-07-141-3/+3
* Fix bug: #18285, php_checkuid() mangled the passed path.foobar2002-07-131-3/+6
* - Fixed bug: #18268. If pcre is build as shared extension, we can't usefoobar2002-07-131-9/+10
* - Added predefined constants for the upload errors.foobar2002-07-123-6/+18
* - Fix for bug #18283Derick Rethans2002-07-111-2/+2
* These two can not be set in script. (so that they would have any effect)foobar2002-07-081-2/+2
* Fix typofoobar2002-07-051-1/+1
* fixed shift_jis character corruption including 0x5c as second byte following ...Rui Hirokawa2002-07-051-6/+11
* Fix ZTS build.Sebastian Bergmann2002-07-031-1/+1
* Added MBSTR_ENC_TRANS to allow compilation and linking under win32Frank M. Kromann2002-07-031-0/+1
* fixed shift_jis character corruption including 0x5c as second byte on uploade...Rui Hirokawa2002-07-031-0/+7
* fix typoSascha Schumann2002-07-031-1/+1
* Add sapi_header_op interface which supersedes the sapi_add_header and _exSascha Schumann2002-07-032-24/+98
* - No C++ commentsDerick Rethans2002-07-011-1/+1
* Fix win32 build.foobar2002-07-011-4/+2
* Main script should not be parsed when (include|require)_once()'ed, #17720Sander Roobol2002-06-301-0/+10
* -xbuf_resize does not need to have return valueMarcus Boerger2002-06-261-14/+8
* - Implement Andrei's request for disabling memory leak reporting in debugDerick Rethans2002-06-262-1/+3
* explain difference between sprintf, snprintf and spprintfMarcus Boerger2002-06-231-0/+43
* #some sentences about the functionsMarcus Boerger2002-06-231-0/+13
* -freeing memory for pbuf=NULLMarcus Boerger2002-06-231-0/+2
* -allow pbuf = NULL in case of NO MEMORY, tooMarcus Boerger2002-06-231-1/+2
* -allways terminate bufferMarcus Boerger2002-06-231-1/+4
* -unlimited php_printfMarcus Boerger2002-06-231-5/+8
* -compiler warning (missing data type)Marcus Boerger2002-06-231-1/+1
* Made pgsql compile on win32 again.Edin Kadribasic2002-06-211-1/+0
* - Added a new parameter to the header() function which overrides the HTTPDerick Rethans2002-06-212-7/+10
* No need to check for allow_url_fopen here.Edin Kadribasic2002-06-191-3/+0
* Use correct macro for boolean ini values.foobar2002-06-191-3/+3
* fix: appending the default charset to text/ content types never workedStefan Esser2002-06-181-6/+3
* keep fingers away from already freed memory.Stefan Esser2002-06-181-2/+2
* Patch by Michael Sisolak <msisolak@yahoo.com> to make header() honor theSander Roobol2002-06-181-0/+18
* - Fix builtin gets() emulation (hopefully).Markus Fischer2002-06-111-11/+3
* - Add missing Id tag.Markus Fischer2002-06-111-0/+2
* - Always \0 terminate data returned from _php_stream_copy_to_mem().Markus Fischer2002-06-111-1/+2
* macro definition fixed, guess it was the usual kind of cut&past bug?Hartmut Holzgraefe2002-06-111-1/+1
* @Impelemented timeout functionality, and fixed error handling of fsockopen() ...Jason Greene2002-06-112-1/+83
* pg_escape_* functions were not available on win32 due to a missing defineHarald Radi2002-06-091-0/+1
* - Since streams are always enabled, instead of just printing 'enabled' we tellMarkus Fischer2002-06-082-0/+8
* Unbreak build by setting PHP_PREFIX to c:\php4 for now.Sebastian Bergmann2002-06-071-0/+1
* Fugbix typo.Sebastian Bergmann2002-06-071-1/+1
* * fix SHLIB_SUFFIX_NAME define for WindowsStig Bakken2002-06-071-0/+1
* @New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX (Stig)Stig Bakken2002-06-072-0/+4
* - Stay always in bufferStefan Esser2002-06-071-1/+3
* fixed multiline header detection (':' is valid within following lines)Stefan Esser2002-06-051-5/+16