summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixing some crashbugs that can be triggered with bogus uploads.Stefan Esser2002-06-051-4/+12
* - Finish implementation of custom smtp port (introduces "smtp_port" ini config).Markus Fischer2002-06-021-0/+1
* - Don't issue a notice when no file was uploadedDerick Rethans2002-05-311-0/+2
* NetWare related changesVenkat Raghavan S2002-05-313-0/+285
* Add HAVE_MBSTR_RU support for Win32.Sebastian Bergmann2002-05-211-0/+1
* Protect C code with extern "C"Wez Furlong2002-05-202-0/+4
* get_cfg_var("get_file_path") didn't work correctly when an alternativeSander Roobol2002-05-191-6/+9
* Added glob() support for windows.Edin Kadribasic2002-05-191-0/+1
* - Centralize html_puts() againZeev Suraski2002-05-131-38/+1
* Remove redundant code (thanks to Jani for pointing that out)Zeev Suraski2002-05-121-6/+0
* Simplify even moreSascha Schumann2002-05-121-9/+4
* Simplify white space handling in php_html_puts.Sascha Schumann2002-05-121-8/+6
* reenable php_html_putsSascha Schumann2002-05-123-4/+48