aboutsummaryrefslogtreecommitdiff
path: root/lang/php5/files
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-11-14 07:38:32 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-11-14 07:38:32 +0000
commit8dcdf7be0ee624b4155d5594e658742e1cd5210f (patch)
tree89d04bcebb3b2a7c13c3e3c8476c10393e01b2b7 /lang/php5/files
parentc81bd82f434db14ec182c689984e9a523eb0ccf3 (diff)
Notes
Diffstat (limited to 'lang/php5/files')
-rw-r--r--lang/php5/files/patch-ext_standard_image.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/php5/files/patch-ext_standard_image.c b/lang/php5/files/patch-ext_standard_image.c
index 7ad02bb7a59f..be29b54b2650 100644
--- a/lang/php5/files/patch-ext_standard_image.c
+++ b/lang/php5/files/patch-ext_standard_image.c
@@ -1,5 +1,5 @@
---- ext/standard/image.c.orig Sun Apr 2 09:34:50 2006
-+++ ext/standard/image.c Sun Apr 2 09:35:27 2006
+--- ext/standard/image.c.orig 2007-10-04 15:31:11.000000000 +0200
++++ ext/standard/image.c 2007-11-13 22:47:04.000000000 +0100
@@ -31,9 +31,7 @@
#endif
#include "php_image.h"
@@ -36,15 +36,14 @@
/* {{{ php_handle_swf
*/
-@@ -1310,12 +1304,7 @@
+@@ -1314,11 +1308,7 @@
result = php_handle_swf(stream TSRMLS_CC);
break;
case IMAGE_FILETYPE_SWC:
-#if HAVE_ZLIB && !defined(COMPILE_DL_ZLIB)
result = php_handle_swc(stream TSRMLS_CC);
-#else
-- php_error_docref(NULL TSRMLS_CC, E_NOTICE, "The image is a compressed SWF file, but you do not have a static version of the zlib extension enabled.");
--
+- php_error_docref(NULL TSRMLS_CC, E_NOTICE, "The image is a compressed SWF file, but you do not have a static version of the zlib extension enabled");
-#endif
break;
case IMAGE_FILETYPE_PSD: