1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00
Files
archived-php-src/Zend
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
..
2004-01-09 18:55:49 +00:00
2004-03-29 23:08:36 +00:00
1999-10-04 15:20:12 +00:00
2004-07-19 00:35:14 +00:00
2002-11-15 14:30:40 +00:00
2002-12-31 15:59:15 +00:00
2004-02-12 10:39:12 +00:00
2004-04-12 12:22:26 +00:00
2004-06-05 14:59:21 +00:00
2004-06-18 17:34:58 +00:00
2004-07-15 19:41:22 +00:00
2004-07-18 09:55:02 +00:00
2004-03-16 10:14:57 +00:00
2004-04-14 17:12:04 +00:00
2004-03-30 18:36:53 +00:00
2004-04-12 12:22:26 +00:00
2004-04-12 12:22:26 +00:00
2004-04-27 15:47:55 +00:00
2004-07-05 17:06:41 +00:00
2004-04-12 12:22:26 +00:00
2004-03-17 22:23:15 +00:00
2004-05-25 14:19:19 +00:00
2003-10-23 04:41:09 +00:00
1999-04-07 18:10:10 +00:00
2003-10-07 22:39:54 +00:00