Commit Graph

488 Commits

Author SHA1 Message Date
Rob Richards
0a34d10783 revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
Kalle Sommer Nielsen
dd8e59da8f Removed safe_mode
* Removed ini options, safe_mode*
 * Removed --enable-safe-mode --with-exec-dir configure options on Unix
 * Updated extensions, SAPI's and core
 * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
2010-04-26 23:53:30 +00:00
Kalle Sommer Nielsen
518a17e7bf Remove old dsp/dsw/makefile files, these arent used by the build system anymore and are barely updated nor available for all extensions 2010-04-21 23:36:49 +00:00
Pierre Joye
623818f416 - #35638, add udate to imap_fetch_overview 2010-04-14 09:45:37 +00:00
Pierre Joye
c58f63a38a - Fixed #44098, imap_utf8() returns only capital letters 2010-02-07 13:06:54 +00:00
Pierre Joye
c5c6bc8250 - [doc] add support for DISABLE_AUTHENTICATOR in imap_open (fix #33500) 2010-01-05 01:12:18 +00:00
Sebastian Bergmann
9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
Pierre Joye
9309f2bf64 - fix build and warning (introduced by my last commit) 2009-12-22 14:57:57 +00:00
Pierre Joye
dea1d412e1 - [DOC] add INTERNALDATE to imap_append (will merge to trunk later) 2009-12-17 17:28:26 +00:00
Olivier DOUCET
db8c6d5dcf Adding IMAP tests (PHP 5.3) 2009-11-23 21:48:57 +00:00
Felipe Pena
5596b05449 - Fixed bug #49630 (imap_listscan function missing)
# Missing PHP_FE(), though nowdays it is used through of two aliases. (imap_scan() and imap_scanmailbox())
2009-09-22 18:18:57 +00:00
Nuno Lopes
24090104ef allow tests to pass when a random username is used.
patch by Olivier Doucet
2009-09-22 12:30:21 +00:00
Jani Taskinen
952a193f94 - Fixed bug #48400 (imap crashes when closing stream opened with OP_PROTOTYPE flag) 2009-08-03 13:02:53 +00:00
Antony Dovgal
3af4a22a3c fix test 2009-07-26 19:51:24 +00:00
Pierre Joye
d1fb4d2da4 - #48619, imap_search ALL segfaults 2009-06-22 14:09:55 +00:00
Matt Wilmas
1fa3b21c15 MFH: Fixed error message grammar:
- "cannot" instead of "can not" (meaning "also can")
 - "than" instead of "then" (Hint: "then" should hardly be needed;
     you're not telling the order in which to do something)

... plus removed a couple ending. dots
2009-06-06 02:40:49 +00:00
Felipe Pena
1bcc3aac33 - New tests (testfest DutchUG) 2009-05-16 21:13:43 +00:00
Felipe Pena
d64db73483 - Fixed tests 2009-05-05 18:19:16 +00:00
Jani Taskinen
06c487133a MFH 2009-05-05 01:51:13 +00:00
Jani Taskinen
e34d4e933a MFH: ws fix 2009-05-05 01:44:22 +00:00
Jani Taskinen
af442c0bde MFH: fix build 2009-05-05 01:22:44 +00:00
Jani Taskinen
a02d4a690a - sync with HEAD 2009-05-05 01:21:10 +00:00
Pierre Joye
9faccc3da1 - [DOC] MFH: add imap_mutf7_to_utf8 and imap_utf8_to_mutf7 2009-05-02 17:59:46 +00:00
Pierre Joye
8f9c7574c6 - MFB: #47940, memory leaks in imap_body 2009-04-30 18:56:25 +00:00
Pierre Joye
efb0b8bf54 - space to tabs
- CS
2009-04-28 08:29:55 +00:00
Pierre Joye
d4e6d96396 - [DOC] add imap_gc (purge cache(s) and constants IMAP_GC_ELT, IMAP_GC_ENV and IMAP_GC_TEXTS to control imap_gc behavior 2009-04-28 08:22:57 +00:00
Pierre Joye
73aa2a66d4 - remove duplicate definition 2009-04-27 00:00:42 +00:00
Pierre Joye
3d5c1e0f12 - correct clause 2009-04-26 09:42:46 +00:00
Pierre Joye
bf58dedbdf - ws 2009-04-25 16:33:51 +00:00
Pierre Joye
bb17721a02 - #elif 2009-04-25 15:12:45 +00:00
Pierre Joye
9292f30367 - ws 2009-04-25 15:08:10 +00:00
Pierre Joye
8c9a66e85b - add 2007d and e 2009-04-25 15:06:34 +00:00
Pierre Joye
7b73190bce - MFH: SEARCHPGM struct has to be freed 2009-04-25 15:02:36 +00:00
Pierre Joye
2e88653242 - silent warning, NULL is not 0 2009-04-25 14:59:21 +00:00
Pierre Joye
ccc615c38e - bad idea to free body 2009-04-25 11:21:14 +00:00
Pierre Joye
c20e1537cf - MFH: #47940, leaks in imap_body() 2009-04-23 22:25:13 +00:00
Pierre Joye
b6672146b0 - define HAVE_NEW_MIME2TEXT and detect utf8aux 2009-04-23 22:22:51 +00:00
Felipe Pena
0502920928 - Supressing error message for SKIPIF check works as expected 2009-02-15 16:03:39 +00:00
Zoe Slattery
3bda2b9689 IMPA fetchheader tests 2009-01-23 15:31:35 +00:00
Ilia Alshanetsky
ae9d5f737e Improved parameter fixing & address a compiler warning 2009-01-08 16:13:51 +00:00
Felipe Pena
c0de7f3113 - MFH: Fixed duplicate errmsg 2009-01-07 18:26:27 +00:00
Sebastian Bergmann
08659c2dcd MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
Felipe Pena
b4caf5314f - MFH: Fixed memory leak in imap_rfc822_parse_adrlist 2008-12-24 13:31:16 +00:00
Felipe Pena
da9a15d586 - New test 2008-12-24 11:51:04 +00:00
Zoe Slattery
fee9ce41f3 README for ext/imap tests 2008-12-17 15:36:06 +00:00
Zoe Slattery
b8a79234df Miscellaneous tests for ext/imap 2008-12-17 15:07:30 +00:00
Zoe Slattery
78d7ff706e bug #46837 fix 2008-12-16 21:35:01 +00:00
Zoe Slattery
92d3eb31b7 bug #46884 fix 2008-12-16 21:10:16 +00:00
Zoe Slattery
d5f6620091 fix resource id 2008-12-09 13:41:49 +00:00
Zoe Slattery
6cf2385268 tests for imap_fetch_overview 2008-12-08 19:12:39 +00:00