[PHP] Re: GNU Readline 4 Win32

2003-01-29 Thread White Wolf
"Ojmyster" wrote:
> Hi,
> Is there any way I can get the 'GNU Readline' libruary on my Windows 2000
> installation of PHP4? As far as I can see its only available for *NIX OSs
> and BSD. Is is available on win32?

http://ftp.unicamp.br/pub/gnu-win32/release/readline/

3rd hit on Google...

WW



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Found a PHP bug!!!!!!!!!

2003-01-27 Thread White Wolf
"Scott Fletcher":
> Okay, correction...
>
> Double --> 11.1237
> Float --> 0.
>
> Cheers!  It's the way it work in C Programming...  Double won't be as
long
> or as infinite as the floating point.

Absolutely wrong (if you would be in a C newsgroup you would even be
accused of trolling :-)))

double (in C) means: double precision floating point number

float in C means: floating point number

Float is guaranteed to store 6 significant digits (and usually noone uses
it except on some very weird architectures) while double's minimum is 10
significant digits.

WW



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Found a PHP bug!!!!!!!!!

2003-01-27 Thread White Wolf
"Scott Fletcher" wrote:
> Double and Float are not exactly the same thing.
>
> Double is ---> 11.123
> Float is --> .00238823993

I am absolutely new to PHP but what is above (since PHP seems to take most
of its low-level terminology from C) is a fixed point number and the next
is a floating point number, which may not fit into the 8 significant digits
what is guaranteed for a float on all platforms.  What do I miss?

WW



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Looking for advice on a non-profit site development

2003-01-13 Thread White Wolf
Hi All,

I am a C++ guy, who plans to do a site about C++ Idioms.  I would like to
make it into a community site with interactivity.  I have concluded that
PHP would be the right way to go.  However I am "lazy".  I would like first
to be able to start doing the site using some sort of visual environment
where I can concentrate mostly on the site and on the possible minimum on
PHP itself.

What I am thinking of is a well searchable knowledge base with articles,
which has a structure (let's say some standard sections).  I plan to make
it possible to comment on the different articles/its sections just like it
can be done on the php.net site for the documentation.

For that kind of site I am looking for a sort of visual design environment,
preferably free (since it is non-profit) and preferably something for which
I do not need my own server.

If you have any hints how should I start, what should I use, please let me
know!

Ps: I am not looking for a way of not knowing PHP and use it: but I am
looking for a way to create a site ASAP, since I believe that what I plan
to do serves a need.

--
White Wolf aka Attila @ LMF
ICQ#: 26070936
http://wwp.icq.com/26070936
If I'm not online send mail.
NO USENET followups please.
SPAM is not welcome.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php