php-src/ext/pcre
Andrei Zmievski b111463f4c Fixed bug #6740.
I happen to think that this is php_addslashes() problem, not PCRE's.
When 0 is passed for the length of the string to php_addslashes() it
assumes that we want to process the whole string and happily runs
strlen() on it. That is bad. It should respect the length and return
an empty string if it's 0.
2000-09-14 15:44:36 +00:00
..
pcrelib Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
config0.m4 Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd 2000-05-02 04:01:15 +00:00
config.m4 Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd 2000-05-02 04:01:15 +00:00
Makefile.in Remove trailing empty lines 2000-05-01 22:38:42 +00:00
php_pcre.c Fixed bug #6740. 2000-09-14 15:44:36 +00:00
php_pcre.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
setup.stub -Added PCRE library source 1999-05-26 21:47:57 +00:00