summaryrefslogtreecommitdiffstats
path: root/php-5.4.7-imap.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-12-19 12:15:34 +0100
committerRemi Collet <fedora@famillecollet.com>2012-12-19 12:15:34 +0100
commit54b5f07c517a517d7cad5f8921ebe1ee8c900eae (patch)
tree4dd6de0bcdb25e8fb420ef19d23cace8393a757b /php-5.4.7-imap.patch
parent2554bb3e44a296036bfb896a3fab1c9a5daec0fc (diff)
PHP 5.4.10
Diffstat (limited to 'php-5.4.7-imap.patch')
-rw-r--r--php-5.4.7-imap.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/php-5.4.7-imap.patch b/php-5.4.7-imap.patch
deleted file mode 100644
index d37d05c..0000000
--- a/php-5.4.7-imap.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- php-5.4.7/ext/imap/php_imap.c.orig 2012-09-22 09:00:39.661043173 +0200
-+++ php-5.4.7/ext/imap/php_imap.c 2012-09-22 09:01:13.606053829 +0200
-@@ -1191,7 +1191,7 @@
- if (zend_hash_index_find(Z_ARRVAL_PP(disabled_auth_method), i, (void **) &z_auth_method) == SUCCESS) {
- if (Z_TYPE_PP(z_auth_method) == IS_STRING) {
- if (Z_STRLEN_PP(z_auth_method) > 1) {
-- mail_parameters (NIL, DISABLE_AUTHENTICATOR, (void *)Z_STRVAL_PP(disabled_auth_method));
-+ mail_parameters (NIL, DISABLE_AUTHENTICATOR, (void *)Z_STRVAL_PP(z_auth_method));
- }
- } else {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid argument, expect string or array of strings");