mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Practice what you preach, I guess.
This commit is contained in:
parent
3e591dabbd
commit
f72897c29d
2 changed files with 15 additions and 15 deletions
|
@ -39,10 +39,10 @@
|
|||
#include <locale.h>
|
||||
#endif
|
||||
|
||||
extern void php_info_pcre(ZEND_MODULE_INFO_FUNC_ARGS);
|
||||
extern int php_minit_pcre(INIT_FUNC_ARGS);
|
||||
extern int php_mshutdown_pcre(SHUTDOWN_FUNC_ARGS);
|
||||
extern int php_rinit_pcre(INIT_FUNC_ARGS);
|
||||
PHP_MINFO_FUNCTION(pcre);
|
||||
PHP_MINIT_FUNCTION(pcre);
|
||||
PHP_MSHUTDOWN_FUNCTION(pcre);
|
||||
PHP_RINIT_FUNCTION(pcre);
|
||||
|
||||
PHP_FUNCTION(preg_match);
|
||||
PHP_FUNCTION(preg_match_all);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue