当前位置: 首页 > 工具软件 > Runkit > 使用案例 >

php7 runkit,php_runkit.h

令狐钧
2023-12-01

/*

+----------------------------------------------------------------------+

| PHP Version 7 |

+----------------------------------------------------------------------+

| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2015 Dmitry Zenovich |

| "runkit7" patches (c) 2015-2018 Tyson Andre |

+----------------------------------------------------------------------+

| This source file is subject to the new BSD license, |

| that is bundled with this package in the file LICENSE, and is |

| available through the world-wide-web at the following url: |

| http://www.opensource.org/licenses/BSD-3-Clause |

| If you did not receive a copy of the license and are unable to |

| obtain it through the world-wide-web, please send a note to |

| dzenovich@gmail.com so we can mail you a copy immediately. |

+----------------------------------------------------------------------+

| Author: Sara Golemon |

| Modified by Dmitry Zenovich |

| Modified for php7 "runkit7" by Tyson Andre|

+----------------------------------------------------------------------+

*/

#ifndef PHP_RUNKIT_H

#define PHP_RUNKIT_H

#ifndef phpext_runkit_ptr

extern zend_module_entry runkit_module_entry;

#define phpext_runkit_ptr &runkit_module_entry

#endif

// TODO: Move function declarations back here?

#endif/* PHP_RUNKIT_H */

一键复制

编辑

Web IDE

原始数据

按行查看

历史

 类似资料:

相关阅读

相关文章

相关问答