php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch Patch-for-bug-63085 for yaml Bug #63086

Patch version 2012-09-15 06:45 UTC

Return to Bug #63086 | Download this patch
Patch Revisions:

Developer: reeze@php.net

Index: php_yaml.h
===================================================================
--- php_yaml.h	(revision 327666)
+++ php_yaml.h	(working copy)
@@ -70,6 +70,9 @@
 
 #define PHP_YAML_MODULE_VERSION "1.1.1-dev"
 
+extern zend_module_entry yaml_module_entry;
+#define phpext_yaml_ptr &yaml_module_entry
+
 /* {{{ module globals */
 
 ZEND_BEGIN_MODULE_GLOBALS(yaml)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC