summaryrefslogtreecommitdiff
path: root/lang/php5/patches
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php5/patches')
-rw-r--r--lang/php5/patches/patch-ao13
-rw-r--r--lang/php5/patches/patch-ar13
2 files changed, 0 insertions, 26 deletions
diff --git a/lang/php5/patches/patch-ao b/lang/php5/patches/patch-ao
deleted file mode 100644
index 1e50170a606..00000000000
--- a/lang/php5/patches/patch-ao
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ao,v 1.5 2007/09/02 21:13:43 jdolecek Exp $
-
---- ext/bz2/php_bz2.h.orig 2007-09-02 20:11:08.000000000 +0200
-+++ ext/bz2/php_bz2.h
-@@ -51,7 +51,7 @@ PHP_BZ2_API php_stream *_php_stream_bz2o
- #define php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz), (mode), (innerstream) STREAMS_CC TSRMLS_CC)
- #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper), (path), (mode), (options), (opened_path), NULL STREAMS_CC TSRMLS_CC)
-
--php_stream_filter_factory php_bz2_filter_factory;
-+extern php_stream_filter_factory php_bz2_filter_factory;
- extern php_stream_ops php_stream_bz2io_ops;
- #define PHP_STREAM_IS_BZIP2 &php_stream_bz2io_ops
-
diff --git a/lang/php5/patches/patch-ar b/lang/php5/patches/patch-ar
deleted file mode 100644
index 0ffa801568a..00000000000
--- a/lang/php5/patches/patch-ar
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ar,v 1.3 2007/09/11 20:14:46 jdolecek Exp $
-
---- Zend/zend_extensions.c.orig 2007-09-11 22:00:50.000000000 +0200
-+++ Zend/zend_extensions.c
-@@ -243,7 +243,7 @@ void *zend_mh_bundle_load(char* bundle_p
- return NULL;
- }
-
-- bundle_handle = NSLinkModule(bundle_image, bundle_path, NSLINKMODULE_OPTION_PRIVATE);
-+ bundle_handle = NSLinkModule(bundle_image, bundle_path, NSLINKMODULE_OPTION_NONE);
- NSDestroyObjectFileImage(bundle_image);
-
- /* call the init function of the bundle */