summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_3_0dev'.php-4.3.0devSVN Migration2002-06-161-283/+0
* - 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
* MTH - thought the code was slightly different in HEAD because of theRasmus Lerdorf2002-05-111-1/+1
* Use portable #defineZeev Suraski2002-05-111-5/+5
* Centralize html_puts() logic - php_html_puts() remains as an API wrapperZeev Suraski2002-05-113-48/+4
* Removing HTMLization of ' ' wasn't ok, it didn't deal with series of spacesZeev Suraski2002-05-111-9/+16
* 0 byte file uploads are valid, avoid choking on themZeev Suraski2002-05-111-3/+5
* Revert to the old php_ini.c, and reimplement the binary-path searching.Zeev Suraski2002-05-114-68/+109
* Added MD5 support for crypt() on Windows.Edin Kadribasic2002-05-101-1/+1
* ws fixfoobar2002-05-091-18/+18
* Compute directory for temporary files once and use same directory for all sub...Preston L. Bannister2002-05-091-29/+58
* Detect when running under IIS and default force_redirect to zero. This This ...Preston L. Bannister2002-05-091-18/+18
* Add check for php.ini in same directory as php.exe (or equivalent executable ...Preston L. Bannister2002-05-091-71/+67
* Revert the last patches.foobar2002-05-092-340/+315
* ws fixfoobar2002-05-091-7/+5
* Add check for php.ini in same directory as php.exe (or equivalent executable ...Preston L. Bannister2002-05-091-235/+231
* Compute directory for temporary files once and use same directory for all sub...Preston L. Bannister2002-05-091-80/+109
* Added conversion support from script character encoding to internal character...Rui Hirokawa2002-05-081-0/+7
* Added estrdup() needed.Yasuo Ohgaki2002-05-081-5/+5
* Due to the thread-safety changes and lots of other stuff, theSascha Schumann2002-05-071-1/+1
* Fixing win32 build.Frank M. Kromann2002-05-071-1/+2
* use thread-safe functions unconditionallySascha Schumann2002-05-072-21/+1
* Add thread-safety to some conversion functions and sync a bit withSascha Schumann2002-05-072-24/+26
* We shouldn't force Content-length:, but much worse, it's wrong in manyZeev Suraski2002-05-041-16/+0
* Free string before overwriting itSascha Schumann2002-05-041-1/+3