php-src/ext/gd
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
..
libgd Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2). 2004-06-09 14:50:05 +00:00
tests - Remove this test, it still segfaults anyway (less noise in tests :) ) 2004-05-26 18:12:43 +00:00
config.m4 Synchronized bundled GD library with GD 2.0.17 2003-12-25 22:12:12 +00:00
config.w32 win32 build: 2004-01-07 23:36:36 +00:00
CREDITS add Marcus, enough work done 2003-06-15 20:16:46 +00:00
gd_ctx.c - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00
gd.c - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00
gd.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
gdcache.c Last bit of CS fixes. 2003-12-28 21:08:46 +00:00
gdcache.h Last bit of CS fixes. 2003-12-28 21:08:46 +00:00
gdttf.c Last bit of CS fixes. 2003-12-28 21:08:46 +00:00
gdttf.h - Convert 'PHP3' to 'PHP' 2000-02-26 03:20:55 +00:00
php_gd.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00