diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2005-04-04 09:20:21 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2005-04-04 09:20:21 +0000 |
| commit | 2cee0c25ff8d89399897cac7c1dcb1444b2f79d3 (patch) | |
| tree | b8af981bc9d3d6808bfc8842257bfae900b60870 /lang/php5/files/patch-ext::standard::php_var.h | |
| parent | - Update to 0.991, aka 1.0beta1 (diff) | |
Update PHP ports to 4.3.11 and 5.0.4 releases:
- fix security issues
- unbreak PEAR packages [1]
PR: ports/78516 [1]
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1]
Tested by: thierry
Notes
Notes:
svn path=/head/; revision=132440
Diffstat (limited to 'lang/php5/files/patch-ext::standard::php_var.h')
| -rw-r--r-- | lang/php5/files/patch-ext::standard::php_var.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/php5/files/patch-ext::standard::php_var.h b/lang/php5/files/patch-ext::standard::php_var.h deleted file mode 100644 index c3b01c3a9fd7..000000000000 --- a/lang/php5/files/patch-ext::standard::php_var.h +++ /dev/null @@ -1,20 +0,0 @@ ---- ext/standard/php_var.h.orig 2004/09/05 16:29:04 -+++ ext/standard/php_var.h 2005/01/15 18:18:08 -@@ -41,6 +41,7 @@ PHPAPI void php_debug_zval_dump(zval **s - - struct php_unserialize_data { - void *first; -+ void *first_dtor; - }; - - typedef struct php_unserialize_data php_unserialize_data_t; -@@ -54,7 +55,8 @@ PHPAPI int php_var_unserialize(zval **rv - zend_hash_destroy(&(var_hash)) - - #define PHP_VAR_UNSERIALIZE_INIT(var_hash) \ -- (var_hash).first = 0 -+ (var_hash).first = 0; \ -+ (var_hash).first_dtor = 0 - #define PHP_VAR_UNSERIALIZE_DESTROY(var_hash) \ - var_destroy(&(var_hash)) - |
