Linked Questions

6 votes
1 answer
2k views

Possible Duplicate: What is thread safe or non thread safe in PHP What does it mean when something is or is not thread safe? For example, setlocale() in PHP is not thread safe: The locale ...
Yasser1984's user avatar
  • 2,461
1 vote
0 answers
70 views

The title says it all. I have read several stackoverflow questions with regards to Apache/Nginx/etc, where the question mostly focuses on thread safety between PHP and the web server. However I ...
mils's user avatar
  • 1,930
126 votes
7 answers
65k views

How do I find out whether the installed version of PHP is threadsafe or not thread safe? Please note that I'm not asking the difference between a threadsafe/non thread safe installation. I would like ...
Josh's user avatar
  • 1,407
118 votes
3 answers
107k views

I am downloading PHP for Windows. I got 2 options on the website. PHP Thread Safe PHP Non-Thread Safe Please answer the following questions: What is the difference between the two? What are the ...
sumit's user avatar
  • 11.3k
60 votes
3 answers
43k views

Is PHP (as of 5.2) thread-safe on Linux/UNIX? Would it be possible to use it with Apache Worker-MPM or Event-MPM? The facts I gathered so far are inconclusive: Default binaries included in most ...
43 votes
4 answers
28k views

I understand that PHP supports handling multiple concurrent connections and depending on server it can be configured as mentioned in this answer How does server manages multiple connections does it ...
prasun's user avatar
  • 7,379
12 votes
2 answers
81k views

After Reading a couple of question on how to upgrade xampp to newer versions of php. I started upgrading mine to version 7 as I wanted to learn strict type hinting I downloaded php 7 from ...
Bugfixer's user avatar
  • 2,627
5 votes
3 answers
19k views

I'm trying to implement threads in php and with xampp on windows I can do this, however i have a linux server with cpanel and in configurations the Thread Safety is disabled, how can i put enabled on ...
user3250732's user avatar
7 votes
1 answer
14k views

i wonder which installation to use for my php? i will be using apache. i read that thread safe is faster with apache and non thread safe for IIS? isit true (good to know if i intend to use iis later)?
Jiew Meng's user avatar
  • 89.1k
3 votes
3 answers
20k views

I have installed Imagick on Ubuntu 12.04 but still i get Class 'Imagick' not found When I check through terminal php -m I get [PHP Modules] bcmath bz2 calendar Core ctype date dba dom ereg exif ...
Mustafa Mansoor's user avatar
2 votes
1 answer
15k views

I have installed APACHE 2.4 x64 and PHP7 x64 and download PHP OCI 64bit libraries but the problem is that whenever I run PHP script from cli it says PHP Startup: Unable to load dynamic library 'E:...
asim-ishaq's user avatar
  • 2,230
4 votes
1 answer
10k views

I am developing a Laravel 9.x app in Windows 10. My current version of PHP is PHP 8.1.5 (cli) (built: Apr 12 2022 17:38:57) (ZTS Visual C++ 2019 x64). Is this a thread-safe or not-thread-safe version? ...
Henry's user avatar
  • 1,837
2 votes
1 answer
5k views

I have a custom PHP module that depends on an external library that is not thread safe. Does FPM use threads or processes to handle requests? Is it safe to use a non-threadsafe php module with PHP-FPM?...
Joyce Babu's user avatar
  • 20.9k
4 votes
1 answer
4k views

I am trying to track down the cause of my Apache PHP crashes. I am hoping there is some kind of setting, tool or something to help track down what code, configuration or what the issue is that is ...
Scott Sz's user avatar
  • 3,998
4 votes
1 answer
3k views

I am trying to use symbolic links on Windows 7 from within PHP. I am running XAMPP with Apache 2.4.10 and PHP 5.5.15 from a regular user account (non-admin). As suggested in Symlink is not working in ...
wolfgangwalther's user avatar

15 30 50 per page