1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/ext/standard
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-08 08:18:22 +00:00
2004-05-10 07:23:38 +00:00
2004-01-08 08:18:22 +00:00
2000-11-20 10:33:33 +00:00
2004-07-18 14:04:36 +00:00
2004-01-08 08:18:22 +00:00
2004-02-12 19:05:41 +00:00
2004-01-08 08:18:22 +00:00
2004-06-16 23:57:25 +00:00
2004-03-19 22:21:53 +00:00
2004-07-12 18:49:47 +00:00
2004-06-16 23:57:25 +00:00
2004-07-13 17:14:49 +00:00
2004-01-08 08:18:22 +00:00
2004-05-02 13:23:30 +00:00
2004-06-22 20:27:46 +00:00
2004-01-08 08:18:22 +00:00
2004-01-08 08:18:22 +00:00
2004-01-08 08:18:22 +00:00
2004-02-24 21:49:28 +00:00
2004-04-08 19:21:05 +00:00
2004-02-12 19:05:41 +00:00
2004-06-16 23:57:25 +00:00
2004-01-08 08:18:22 +00:00
2004-06-16 23:57:25 +00:00
2004-02-25 20:16:27 +00:00
2004-06-13 17:04:36 +00:00
2004-01-08 08:18:22 +00:00
2004-05-12 10:19:06 +00:00
2004-07-04 11:14:17 +00:00