Skip to main content
2 votes

Why does PHP setlocale not seem to accept a script subtag?

The setlocale() function and Locale class use two entirely different libraries. Just because one supports a locale, does not mean the other does. PHP's setlocale() is just a wrapper for the C language'...
Jim's user avatar
  • 3,694
1 vote

Problem using PHP extension on Apache24 on Windows

Since your special system will monitor the system's integrity, and react to any changes to environment variables (hence you cannot change the PATH in the environment variable setting) , so one of the ...
Ken Lee's user avatar
  • 8,415
1 vote

Problem using PHP extension on Apache24 on Windows

Some of the PHP's extensions are dependent on dll files in the PHP root folder, e.g. php_pdo_sqlite.dll is dependent on libsqlite3.dll, that's why when PHP is run by Apache, you need to add the PHP ...
shingo's user avatar
  • 29.9k

Only top scored, non community-wiki answers of a minimum length are eligible