Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add html_entities.c | Marcus Boerger | 2002-08-05 | 2 | -0/+8 |
| | |||||
* | Fixed windows build by adding sha1.c and sha1.h to the project file. | Edin Kadribasic | 2002-07-29 | 1 | -0/+8 |
| | |||||
* | Fixed bug #11214 (patch by Steph Fox) | Edin Kadribasic | 2002-07-29 | 2 | -12/+14 |
| | |||||
* | Oops. Last commit reverted some of sebastians changes. | Frank M. Kromann | 2002-07-02 | 1 | -10/+9 |
| | |||||
* | Switch from imap_sendmail.* to sendmail.c under Win32 | Frank M. Kromann | 2002-07-02 | 2 | -9/+60 |
| | |||||
* | These files are no longer needed as the imap module will use the standard ↵ | Frank M. Kromann | 2002-07-02 | 2 | -268/+0 |
| | | | | sendmail function under Win32 | ||||
* | Allow dynamically compiled extensions to use gettimeofday() on win32. | Edin Kadribasic | 2002-06-23 | 2 | -4/+5 |
| | |||||
* | Add gd_bundled to php_modules.dsw. | Sebastian Bergmann | 2002-06-14 | 1 | -0/+12 |
| | |||||
* | Remove unused local variables. | Sebastian Bergmann | 2002-06-14 | 1 | -1/+1 |
| | |||||
* | - We don't need the check here because the regex makes sure we never have \r\n | Markus Fischer | 2002-06-13 | 1 | -6/+0 |
| | | | | | at the end of the header. | ||||
* | Typo: == instead of = | Stefan Esser | 2002-06-13 | 1 | -1/+1 |
| | |||||
* | - should fix bug#17753 | Stefan Esser | 2002-06-13 | 1 | -2/+8 |
| | |||||
* | - Revert zlib.lib patch. | Markus Fischer | 2002-06-10 | 1 | -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 now | Harald Radi | 2002-06-10 | 1 | -4/+4 |
| | | | | | #again, something seemed to be messed in my last commit | ||||
* | - Fix win32/mysql. | Markus Fischer | 2002-06-10 | 1 | -132/+0 |
| | | | | | - Revert cryptic WS commit on php4dllts.dsp. | ||||
* | mysql need zlib.lib now | Harald Radi | 2002-06-10 | 1 | -0/+132 |
| | |||||
* | - Headers are now rewritten to always have \r\n line endings for SMTP. | Markus Fischer | 2002-06-05 | 2 | -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.19 | Edin Kadribasic | 2002-06-04 | 1 | -1/+1 |
| | |||||
* | Removed some leftover debugging code. | Edin Kadribasic | 2002-06-04 | 1 | -3/+1 |
| | |||||
* | - Fix a leak and a crash. | Markus Fischer | 2002-06-03 | 1 | -7/+6 |
| | |||||
* | - Add note about IIS/CGI and cgi.force_redirect gotcha | Markus Fischer | 2002-06-03 | 1 | -6/+33 |
| | |||||
* | - Only add the To: field with the $to parameter if we don't have it in the | Markus Fischer | 2002-06-02 | 1 | -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 the | Markus Fischer | 2002-06-02 | 1 | -30/+7 |
| | | | | | sendmail_from field which is in fact the retturn path. | ||||
* | - Try to fix most of the buffer overflows and dynamically allocate memory where | Markus Fischer | 2002-06-02 | 1 | -13/+38 |
| | | | | | applicable. | ||||
* | - Finish implementation of custom smtp port (introduces "smtp_port" ini config). | Markus Fischer | 2002-06-02 | 1 | -2/+5 |
| | |||||
* | - Rephrase comment | Markus Fischer | 2002-06-02 | 1 | -1/+1 |
| | |||||
* | - Classig problem: right idea, wrong pointer ... | Markus Fischer | 2002-06-02 | 1 | -1/+1 |
| | |||||
* | - Typo | Markus Fischer | 2002-05-30 | 1 | -1/+1 |
| | | | | | # Zorflix! | ||||
* | - Give some useful updates to Win32/Apache/PHP4 installation. Also mention | Markus Fischer | 2002-05-30 | 1 | -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 Bergmann | 2002-05-21 | 2 | -0/+8 |
| | |||||
* | This somehow got undone when I committed the rest... | Wez Furlong | 2002-05-20 | 1 | -0/+4 |
| | |||||
* | Add activescript sapi to the workspace | Wez Furlong | 2002-05-20 | 2 | -2/+32 |
| | |||||
* | Added glob() support for windows. | Edin Kadribasic | 2002-05-19 | 3 | -0/+1026 |
| | |||||
* | - Win32 mail() is no longer case-sensitive when it comes to match for any ↵ | Markus Fischer | 2002-05-17 | 2 | -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. Bannister | 2002-05-17 | 2 | -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 Tate | 2002-05-17 | 2 | -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. Bannister | 2002-05-16 | 2 | -28/+28 |
| | |||||
* | Fixing line breaks | Frank M. Kromann | 2002-05-15 | 1 | -1/+0 |
| | |||||
* | Fixing build of IMAP extension, after changes in sendmail | Frank M. Kromann | 2002-05-15 | 1 | -0/+1 |
| | |||||
* | - Accommodate API changes to Ack(). | Markus Fischer | 2002-05-15 | 1 | -7/+7 |
| | |||||
* | - Add support for Bcc in w32/sendmail code. | Markus Fischer | 2002-05-15 | 1 | -8/+71 |
| | |||||
* | - Improve code so errors returned from the server are reported back to the user. | Markus Fischer | 2002-05-14 | 2 | -33/+80 |
| | | | | | # Testers, testers, testers! | ||||
* | - Do not include the Cc: for the first Cc'd recipient (spotted by Richard). | Markus Fischer | 2002-05-14 | 1 | -0/+1 |
| | |||||
* | - Convert unix to dos line endings. | Markus Fischer | 2002-05-14 | 1 | -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 setting | Markus Fischer | 2002-05-14 | 1 | -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\n | Markus Fischer | 2002-05-14 | 2 | -36/+44 |
| | | | | | - Fix some obvious errors returned by the module, little cleanup. | ||||
* | Fix dependencies for CLI module | Zeev Suraski | 2002-05-11 | 2 | -28/+36 |
| | |||||
* | Fix build | Zeev Suraski | 2002-05-11 | 1 | -4/+0 |
| | |||||
* | Added MD5 support for crypt() on Windows. | Edin Kadribasic | 2002-05-10 | 4 | -3/+220 |
| | |||||
* | I could swear it worked the other way before I committed. | Sebastian Bergmann | 2002-05-02 | 2 | -7/+7 |
| |