[PHP] multithread extension issue

2004-12-29 Thread Kevin Avila
i have a question about muli-threaded PHP. I have a few custom extentions I am loading, everything works great in the main thread, if I spawn a new thread, my extentions are still loaded and active, but thier functions don't get loaded int the function table for the secondary thread. is there

[PHP] float precision

2003-01-08 Thread Kevin Avila
Greetings, I'm having a weird issue with float precision. I am decrementing the value of a float by 0.1. The problem is when the float I am working with reaches 0.1 and I decrement it again I get 1.e09 instead of the expected 0.0. This was also confirmed by a user in #php. Anyone have any