php-src/ext/mysqli
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 changed output 2004-02-17 07:45:15 +00:00
config.m4 added check in config.m4 for deprecated library 2004-07-07 08:02:27 +00:00
config.w32 Add missing source file 2004-03-03 18:36:30 +00:00
CREDITS initial upload 2003-02-12 00:45:53 +00:00
mysqli_api.c - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00
mysqli_fe.c added check in config.m4 for deprecated library 2004-07-07 08:02:27 +00:00
mysqli_nonapi.c Major changes for 4.1.2-alpha/4.1.3-beta: 2004-06-05 18:31:56 +00:00
mysqli_prop.c added check in config.m4 for deprecated library 2004-07-07 08:02:27 +00:00
mysqli_repl.c ws & cs fixes 2004-02-26 12:33:23 +00:00
mysqli_report.c added check in config.m4 for deprecated library 2004-07-07 08:02:27 +00:00
mysqli_report.h ws & cs fixes 2004-02-26 12:33:23 +00:00
mysqli.c added check in config.m4 for deprecated library 2004-07-07 08:02:27 +00:00
mysqli.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
package.xml "The Visa to Sibiria" (work in progress) 2004-03-23 19:46:10 +00:00
php_mysqli.h added check in config.m4 for deprecated library 2004-07-07 08:02:27 +00:00
TODO updated todo list (removed finished tasks) 2003-12-29 00:11:14 +00:00