[PHP-DEV] Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysql/libmysqlMakefile.in README array.cbchange.c bmove_upp.c charset.c config-win.hctype-big5.c ctype-czech.cctype-euc_kr.c ctype-gb2312.c ctype-gbk.cctype-sjis.c ctype-tis620.cctype-ujis.c ctype.cctype_autoconf.cctype_extra_sources.c dbug.c dbug.hdefault.c dll.cerrmsg.c errmsg.h errors.c get_password.c global.hint2str.c is_prefix.clibmysql.c list.c longlong2str.c m_ctype.hm_string.h mf_casecnv.cmf_dirname.c mf_fn_ext.c mf_format.cmf_loadpath.c mf_pack.c m From: Sebastian Bergmann (sb <email protected>)
Date: 08/22/00

Tonu Samuel wrote:
> > During compilation I get 49 errors, all concerning the missing of
> > "raid.h".
> >
> > Is "raid.h" available by default on other platforms? Or are those builds
> > now broken, also?
>
> I do not know about PHP development enough but you should not need
> raid.h. This part of MySQL is written by me and handles splitting MySQL
> datafiles between multiple files. As PHP is client for MySQL, it
> shouldn't know anything about it.

  If it's not needed, then someone should remove it from the workspace, etc.

-- 
 <?php $a=explode(" " ,"119 130 128 129 45 110 123 124 129 117 114 127 45 ".
 "125 117 125 45 117 110 112 120 114 127");for($i=0;$i<sizeof($a);$i++)print
 chr($a[$i]-13); /* http://sb.phpOpenTracker.de | sb <email protected> */ ?>

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>