could we put in ./configure script to build owfs something like --php-suffix=OW_
or something like it? the default could be ./configure --php-suffix= if we want with OW_ we should use: ./configure --php-suffix=OW_ :D i'm using init today, but is very ugly :( OW_init could be more pretty and is <library>_<function> > Message: 4 > Date: Tue, 19 Sep 2006 11:41:47 -0400 > From: "Alfille, Paul H.,M.D." <[EMAIL PROTECTED]> > Subject: Re: [Owfs-developers] PHP Library > To: <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > There is the slight problem of breaking existing code. > > I don't know how extensively owphp is deployed. > > Paul Alfille > > > -----Original Message----- > From: [EMAIL PROTECTED] on behalf of Roberto Spadim > Sent: Mon 9/18/2006 1:16 PM > To: [email protected] > Subject: [Owfs-developers] PHP Library > > Hello guys > could we change function of php lib?? > > today php functions are something like <LIBRARY>_<FUNCTION> like: > mysql_connect > mysql_result > mysql_num_rows > > the ow library is just: > > version > init > finish > get > put > > it could be > > OW_version > OW_init > OW_finish > OW_get > OW_put > > > i never used SWIG so i couldn't change php lib > thanks, put it on next version too :) > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
