php-src/ext/pcre
Andi Gutmans 56f8195fe5 - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
  STR_FREE() and zval_dtor() always have to check for it and it slows down
  the general case. In addition, it seems that empty_string has been abused
  quite a lot, and was used not only for setting zval's but generally in
  PHP code instead of "", which wasn't the intention. Last but not least,
  nuking empty_string should improve stability as I doubt every place
  correctly checked if they are not mistakenly erealloc()'ing it or
  calling efree() on it.
  NOTE: Some code is probably broken. Each extension maintainer should
  check and see that my changes are OK. Also, I haven't had time to touch
  PECL yet. Will try and do it tomorrow.
2004-07-19 07:19:50 +00:00
..
pcrelib - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
tests - Forgot to add test case. 2004-02-01 03:03:15 +00:00
config0.m4 define this here too 2003-06-28 04:30:51 +00:00
config.m4 define this here too 2003-06-28 04:30:51 +00:00
config.w32 spot the vim user 2004-05-07 17:47:27 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
php_pcre.c - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00
php_pcre.h - Binary compatibility stuff, for safety. 2004-02-01 03:02:47 +00:00