Skip to content

Commit ecf7461

Browse files
committed
Not needed anymore with PCRE2
1 parent e4381ee commit ecf7461

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ext/pcre/php_pcre.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@
4545

4646
#define PCRE_CACHE_SIZE 4096
4747

48-
/* not fully functional workaround for libpcre < 8.0, see bug #70232 */
49-
#ifndef PCRE2_NOTEMPTY_ATSTART
50-
# define PCRE2_NOTEMPTY_ATSTART PCRE_NOTEMPTY
51-
#endif
52-
5348
struct _pcre_cache_entry {
5449
pcre2_code *re;
5550
uint32_t preg_options;

0 commit comments

Comments
 (0)