History log of /PHP-8.3/ext/imap/php_imap.c (Results 526 – 549 of 549)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c88ccc49 11-May-2000 Andi Gutmans

- Remove unneeded object_init(return_value) from three places

# fe22dc5f 10-May-2000 Chuck Hagenbuch

fix for segfault. patch from Jade Nicoletti <nicoletti@nns.ch>.

Revision tags: php-4.0RC2
# fe50664d 02-May-2000 Sascha Schumann

#if COMPILE_DL

becomes

#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)

# 0d383d93 02-May-2000 Sascha Schumann

Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.

# b7f2d80a 28-Apr-2000 Ted Rolle Jr

Removed bug that prevented it to work on longer strings.
Changed commenting to c-style commenting.

# fc0813f1 24-Apr-2000 Andrew Skalski

* typecast fs_give parameter to void**
* removed wide-character treatment from imap_utf7_encode
* suggestion to #include "linkage.c" rather than link in auth/mail drivers
manually

# 4b78e0ac 22-Apr-2000 Chuck Hagenbuch

back off from high-performance api in imap_rfc822_parse_adrlist. if you
called it twice on the same string, there were _strange_ side effects. This
may be slower, but it works.

# ca10d9b2 20-Apr-2000 Zeev Suraski

Compile fixes

# 64c974e8 20-Apr-2000 Zeev Suraski

- Add the zlib project to the php_modules workspace, and fix it's C-runtime definitions
- Move IMAP to the high performance API

# 149c7f2a 20-Apr-2000 Zeev Suraski

- CHange macro names from Z to Z_

# a918842f 20-Apr-2000 Zeev Suraski

Fix, beautify and convert the IMAP module to the high performance API

# 963d3119 19-Apr-2000 Zeev Suraski

Fix a couple of _ex()'s

# 02f7ee57 18-Apr-2000 Zeev Suraski

- Fix many memory leaks in the IMAP module
- Begin migrating to the high performance API

# 43e04d5a 18-Apr-2000 Zeev Suraski

indent/beautify

# 0a3482f2 17-Apr-2000 Andrew Skalski

fixed imap quota/relogin compilation errors

# b251a477 07-Apr-2000 Ted Rolle Jr

Removed some compiler warnings.

# 0fc483fe 07-Apr-2000 Chuck Hagenbuch

cleaning up some small off-by-one errors and argcount follies. Can someone
take a look at the errors imap_mime_header_decode() generates when
compiling? I took a quick look, but don't have ti

cleaning up some small off-by-one errors and argcount follies. Can someone
take a look at the errors imap_mime_header_decode() generates when
compiling? I took a quick look, but don't have time to puzzle through that
code.

show more ...

# 5115342c 06-Apr-2000 Colin Viebrock

More phpinfo() prettying.

Can someone check my code for the interbase
support, and I need someone else to decode the LDAP stuff ... it's beyond
me.

# 44e178e0 04-Apr-2000 Chuck Hagenbuch

return false after determining that a message number is bad, instead of
going on to crash.

# 8153dc57 04-Apr-2000 Chuck Hagenbuch

update function protos. should all be there now

# c43fe80d 03-Apr-2000 Zeev Suraski

@- Fix crash resulting from IMAP's error handling (Stanislav)

# 2f41e1b9 03-Apr-2000 Andi Gutmans

- Fix typo

# 18e0850b 02-Apr-2000 Zeev Suraski

@- Add $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible to
@ retrieve the temporary name of an uploaded file using $HTTP_POST_FILES[] (Zeev)
- Changed IMAP Win32 definitio

@- Add $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible to
@ retrieve the temporary name of an uploaded file using $HTTP_POST_FILES[] (Zeev)
- Changed IMAP Win32 definitions

show more ...

# fc8c923b 01-Apr-2000 Zeev Suraski

Oh yeah, committing these would be a good idea:)

1...<<2122