mirror of
https://github.com/php/php-src.git
synced 2026-04-08 00:22:52 +02:00
Export lex_scan(). Both the PHPDoc and tokenizer extension need this. I hope this is okay with Z&A.
This commit is contained in:
@@ -201,7 +201,7 @@ void zend_activate_modules(TSRMLS_D);
|
||||
void zend_deactivate_modules(TSRMLS_D);
|
||||
|
||||
|
||||
int lex_scan(zval *zendlval TSRMLS_DC);
|
||||
ZEND_API int lex_scan(zval *zendlval TSRMLS_DC);
|
||||
void startup_scanner(TSRMLS_D);
|
||||
void shutdown_scanner(TSRMLS_D);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user