php-src/ext/wddx
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
..
tests - Fix test: Any datetime value that exceeds the unix time range should 2004-04-04 18:07:36 +00:00
config.m4
config.w32 Add dependencies for these extensions 2003-12-22 13:16:43 +00:00
CREDITS
package.xml more visa to sibira ;) 2004-03-24 18:43:23 +00:00
php_wddx_api.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_wddx.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
wddx.c - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00