nadia schreef:
Quote:
Quote:
>Nadia, just curious: Are you claiming you didn't have enough room in a
>32 bit integer to store the file size of a video?
>If not, what did go wrong?
>>
>Anyway, if you need Big Numbers and want to be excact, try BC Math
>Functions:
>
http://nl3.php.net/manual/en/ref.bc.php
>>
>
Erwin - see my response to Alvaro.
>
In the end we changed the applicaion to borland delphi and did it that way.
We came across a couple of hidden issues with PHP we just couldn't work
around.
>
As someone said here some time ago - PHP is a fantastic script language
but for anything serious you really should go to a full blown compiled language.
At least our experience has led us to believe this also.
Hi,
I don't want to be picky, but I believe I only build serious webapps in
PHP.
I don't think you can say in general that if you need to build anything
serious you cannot use PHP.
Allthough I feel your pain when you cannot get the filesize when a file
Quote:
4GB. That really is a problem I wasn't aware of.
Can you give me more problems you encountered with PHP that made you
'fallback' to Delphi? (No pun intended to Delphi at all)
I am curious since it is better to know this kind of things before I
screw up some project. ;-)
Regards,
Erwin Moller
--
"There are two ways of constructing a software design: One way is to
make it so simple that there are obviously no deficiencies, and the
other way is to make it so complicated that there are no obvious
deficiencies. The first method is far more difficult."
-- C.A.R. Hoare