mirror of
https://github.com/php/php-src.git
synced 2025-01-17 09:14:48 +08:00
Add necessary *_FETCH() macros
This commit is contained in:
parent
890ae1e244
commit
382dd4a394
@ -46,6 +46,7 @@ PHP_RSHUTDOWN_FUNCTION(url_scanner) {
|
||||
|
||||
static char *url_attr_addon(const char *tag,const char *attr,const char *val,const char *buf) {
|
||||
int flag = 0;
|
||||
PLS_FETCH();
|
||||
|
||||
if(!strcasecmp(tag,"a")&&!strcasecmp(attr,"href")) {
|
||||
flag = 1;
|
||||
@ -84,6 +85,7 @@ char *url_adapt(const char *src, size_t srclen, const char *data, size_t *newlen
|
||||
{
|
||||
char *out,*outp;
|
||||
int maxl,n;
|
||||
BLS_FETCH();
|
||||
|
||||
if(src==NULL) {
|
||||
US.state=STATE_NORMAL;
|
||||
|
Loading…
Reference in New Issue
Block a user