summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Add html_entities.cMarcus Boerger2002-08-052-0/+8
|
* Fixed windows build by adding sha1.c and sha1.h to the project file.Edin Kadribasic2002-07-291-0/+8
|
* Fixed bug #11214 (patch by Steph Fox)Edin Kadribasic2002-07-292-12/+14
|
* Oops. Last commit reverted some of sebastians changes.Frank M. Kromann2002-07-021-10/+9
|
* Switch from imap_sendmail.* to sendmail.c under Win32Frank M. Kromann2002-07-022-9/+60
|
* These files are no longer needed as the imap module will use the standard ↵Frank M. Kromann2002-07-022-268/+0
| | | | sendmail function under Win32
* Allow dynamically compiled extensions to use gettimeofday() on win32.Edin Kadribasic2002-06-232-4/+5
|
* Add gd_bundled to php_modules.dsw.Sebastian Bergmann2002-06-141-0/+12
|
* Remove unused local variables.Sebastian Bergmann2002-06-141-1/+1
|
* - We don't need the check here because the regex makes sure we never have \r\nMarkus Fischer2002-06-131-6/+0
| | | | | at the end of the header.
* Typo: == instead of =Stefan Esser2002-06-131-1/+1
|
* - should fix bug#17753Stefan Esser2002-06-131-2/+8
|
* - Revert zlib.lib patch.Markus Fischer2002-06-101-4/+4
| | | | | | # Only add it after ext/mysql takes really advantag of it on win32, needs # also modification in mysql/libmysql/config-win.h
* mysql need zlib.lib nowHarald Radi2002-06-101-4/+4
| | | | | #again, something seemed to be messed in my last commit
* - Fix win32/mysql.Markus Fischer2002-06-101-132/+0
| | | | | - Revert cryptic WS commit on php4dllts.dsp.
* mysql need zlib.lib nowHarald Radi2002-06-101-0/+132
|
* - Headers are now rewritten to always have \r\n line endings for SMTP.Markus Fischer2002-06-052-6/+94
| | | | | | | Also automatically removes superflous line breaks at the start and end of the header. # http://cr.yp.to/docs/smtplf.html is a good read about this topic.
* Sync with openbsd glob.c 1.19Edin Kadribasic2002-06-041-1/+1
|
* Removed some leftover debugging code.Edin Kadribasic2002-06-041-3/+1
|
* - Fix a leak and a crash.Markus Fischer2002-06-031-7/+6
|
* - Add note about IIS/CGI and cgi.force_redirect gotchaMarkus Fischer2002-06-031-6/+33
|
* - Only add the To: field with the $to parameter if we don't have it in theMarkus Fischer2002-06-021-2/+7
| | | | | | | custom header. This was the behaviour < 4.2.x (but it was broken, this one isn't). # last commit for today, promised.
* - Revert fix for #14407. The From: header field IS different from theMarkus Fischer2002-06-021-30/+7
| | | | | sendmail_from field which is in fact the retturn path.
* - Try to fix most of the buffer overflows and dynamically allocate memory whereMarkus Fischer2002-06-021-13/+38
| | | | | applicable.
* - Finish implementation of custom smtp port (introduces "smtp_port" ini config).Markus Fischer2002-06-021-2/+5
|
* - Rephrase commentMarkus Fischer2002-06-021-1/+1
|
* - Classig problem: right idea, wrong pointer ...Markus Fischer2002-06-021-1/+1
|
* - TypoMarkus Fischer2002-05-301-1/+1
| | | | | # Zorflix!
* - Give some useful updates to Win32/Apache/PHP4 installation. Also mentionMarkus Fischer2002-05-301-8/+123
| | | | | | strace for advanced users. # Probably a lot of spelling/grammar errors, feel free to correct, thx.
* Add HAVE_MBSTR_RU support for Win32.Sebastian Bergmann2002-05-212-0/+8
|
* This somehow got undone when I committed the rest...Wez Furlong2002-05-201-0/+4
|
* Add activescript sapi to the workspaceWez Furlong2002-05-202-2/+32
|
* Added glob() support for windows.Edin Kadribasic2002-05-193-0/+1026
|
* - Win32 mail() is no longer case-sensitive when it comes to match for any ↵Markus Fischer2002-05-172-62/+117
| | | | | | | | headers (e.g. from:, cc:, etc). # Fixed also a crash I introduced earlier, which tells me no one tested it :)
* Re-add "tests" project - this is the only change to file. For some reason ↵Preston L. Bannister2002-05-172-28/+28
| | | | MSVC chose to put "" around all the project file names. (Why? Ask Microsoft :). Perhaps different patch levels on MSVC6?). These files are not hand-edited.
* Reverted the last commit which moved all the projects around.Joseph Tate2002-05-172-28/+28
| | | | | | #Preston, please re-add your make-test project, but this time don't move around #the other projects in the process.
* Add "tests" project to invoke run-tests.php (unit tests).Preston L. Bannister2002-05-162-28/+28
|
* Fixing line breaksFrank M. Kromann2002-05-151-1/+0
|
* Fixing build of IMAP extension, after changes in sendmailFrank M. Kromann2002-05-151-0/+1
|
* - Accommodate API changes to Ack().Markus Fischer2002-05-151-7/+7
|
* - Add support for Bcc in w32/sendmail code.Markus Fischer2002-05-151-8/+71
|
* - Improve code so errors returned from the server are reported back to the user.Markus Fischer2002-05-142-33/+80
| | | | | # Testers, testers, testers!
* - Do not include the Cc: for the first Cc'd recipient (spotted by Richard).Markus Fischer2002-05-141-0/+1
|
* - Convert unix to dos line endings.Markus Fischer2002-05-141-0/+7
| | | | | # This is *really* annoying ... can only be an advantage for windows users imho.
* - Try to find From: field in header, fallback to sendmail_from php.ini settingMarkus Fischer2002-05-141-3/+29
| | | | | | (Original patch by Michael Sisolak <msisolak@yahoo.com>, enhanced a bit). @- Win32 mail() supports parsing 'From:' field from header (msisolak@yahoo.com, Markus).
* - Fix win32 sendmail bug with Cc: in custom header not terminated with \r\nMarkus Fischer2002-05-142-36/+44
| | | | | - Fix some obvious errors returned by the module, little cleanup.
* Fix dependencies for CLI moduleZeev Suraski2002-05-112-28/+36
|
* Fix buildZeev Suraski2002-05-111-4/+0
|
* Added MD5 support for crypt() on Windows.Edin Kadribasic2002-05-104-3/+220
|
* I could swear it worked the other way before I committed.Sebastian Bergmann2002-05-022-7/+7
|