Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
php: thread safety
Name: mie2com Date: August 21, 2007 at 21:13:07 Pacific OS: winxp CPU/Ram: pentium Product: dell
Comment:
i've check phpinfo() in one of the free hosting company and found out 'thread safety' is turn off, compared to default configuration that is installed on my pc that is turn on. basically, what is the meaning /consequences of this configuration if its turn on/off. i try hard to look in php manual and do some google but haven't turn out to find any answers.
Summary: First off, you should consider notating $HTTP_SERVER_VARS['DOCUMENT_ROOT'] as $_SERVER['DOCUMENT_ROOT'], which is the way things seem to be heading (since PHP 4.2.x and 5.x). Not a problem, just a su...
Summary: Rather than hijacking someone else's thread, I've copied the chunk of code from a response in a thread in the Programming forum. The response implied that the below code is how to mix PHP and HTML. &l...
Summary: Running PHP 4.3.8 on WinXP Pro. Not a great subject for the thread, but here's my problem. I'm trying to open a remote webpage using $fp = fopen("http://the_remote_url", "r"); then reading in the e...