History log of /PHP-5.6/ext/imap/php_imap.c (Results 226 – 250 of 345)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e6921a7b 27-Jun-2002 foobar

- Cleaning up the mess..these are NOT zvals.


# 7eb0741a 26-Jun-2002 foobar

- Fixed bug: #17999
- The errors should always be stored, but they are not supposed to be
shown at request shutdown unless E_NOTICES are allowed.


# 8a045923 23-Jun-2002 Sterling Hughes

standardize a bit (we know its enabled :)


Revision tags: php-4.3.0dev, php5_5_0
# 1233f27e 13-Jun-2002 Derick Rethans

- Fix for bug #14410 (Patch by C. McCohy <mccohy@kyberdigi.cz>).


Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002
# b049f9bf 29-May-2002 Derick Rethans

- Fix for bug #17503


Revision tags: RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1
# 9ec5aa9a 13-May-2002 Jon Parise

Instead of calling mail_fetchheader_full() to retrieve the complete header
information just to extract the message envelope, call mail_fetchenvelope(),
which returns just what we need.

Instead of calling mail_fetchheader_full() to retrieve the complete header
information just to extract the message envelope, call mail_fetchenvelope(),
which returns just what we need.

This is simpler, faster, and saves the IMAP server some work.

Submitted by: Adam Kauffman <adam.kauffman@mindspring.com>

show more ...


Revision tags: php-4.2.1
# 066d417d 12-May-2002 Jon Parise

@Improve IMAP performance when dealing with large mailboxes.

Submitted by: Rob Siemborski <rjs3@andrew.cmu.edu>


Revision tags: php-4.2.1RC2, php-4.2.1RC1
# 0d7b1a4e 24-Apr-2002 foobar

- Do the ssl_onceonlyinit() as last. This is how c-client creates
the linkage.c (used by Pine).


Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 8df03e28 12-Jan-2002 Vlad Krupin

Fixed segfault in imap_bodystruct() when called with an invalid message
number. Now it fails with a warning instead.


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# 9fff2f7b 07-Dec-2001 Thies C. Arntzen

fix #13801 (imap_rfc822_parse_adrlist changes arg1)


# 08978fc3 04-Dec-2001 Frank M. Kromann

Enable imap_mail() on win32


# 67122717 03-Dec-2001 Andi Gutmans

- Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn't
- change something I wasn't supposed to. It should be fine IMO.


Revision tags: php-4.1.0RC5, php-4.1.0RC4
# 9950eaec 24-Nov-2001 Zeev Suraski

Honor error_reporting (in general and @ in particular) for IMAP notices


Revision tags: php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 68925208 11-Oct-2001 Stig Bakken

* zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)


Revision tags: php4, php-4.0.7RC3
# 21f2b927 26-Sep-2001 Jeroen van Wolffelaar

3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now.


Revision tags: POST_SUBST_Z_MACROS
# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.


Revision tags: PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2
# c1a88549 16-Aug-2001 Chuck Hagenbuch

add tail pointer to speed up imap_search (submitted by Rob Siemborski
<rjs3@andrew.cmu.edu>).


Revision tags: php-4.0.7RC1
# 9a3d4e73 13-Aug-2001 Andi Gutmans

- More ZE2 fixes


Revision tags: BEFORE_EXP_MERGE
# f6f6c4d7 11-Aug-2001 Zeev Suraski

Whitespace


# 5019d3d4 10-Aug-2001 foobar

Made use of the resource macros here too. And some beutifying.


# a2b297bd 10-Aug-2001 Chuck Hagenbuch

Add imap_setacl() function (Brian Masney <masneyb@seul.org>).


Revision tags: PRE_METHOD_DEREFERENCE_PATCH
# 92ea7171 08-Aug-2001 foobar

Changed the old skool resource stuff to use the Zend macros.


12345678910>>...14