php-src/sapi/apache
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
..
apMakefile.libdir Moving apMakefile.{libdir,tmpl} to sapi/apache directory. 1999-11-18 14:21:50 +00:00
apMakefile.tmpl update php module name to php5, not php4. 2003-03-29 04:52:46 +00:00
config.m4 - Fix the error message if apxs|2 is fubar. 2003-05-28 14:11:21 +00:00
config.w32 - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
CREDITS merged ext/apache/CREDITS and sapi/apache/CREDITS 2000-11-22 23:04:33 +00:00
libphp5.module.in update php module name to php5, not php4. 2003-03-29 04:52:46 +00:00
libpre.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
mod_php5.c - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00
mod_php5.exp update php module name to php5, not php4. 2003-03-29 04:52:46 +00:00
mod_php5.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php5apache.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
php_apache_http.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_apache.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
php.sym update php module name to php5, not php4. 2003-03-29 04:52:46 +00:00
sapi_apache.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00