|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-12-06 19:21 UTC] stas@php.net
-Type: Security
+Type: Bug
[2021-12-06 21:49 UTC] cmb@php.net
-Status: Open
+Status: Not a bug
-Package: *General Issues
+Package: PHP options/info functions
-Assigned To:
+Assigned To: cmb
[2021-12-06 21:49 UTC] cmb@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Aug 05 19:00:01 2026 UTC |
Description: ------------ It is failed to set 'extension_dir' option with php-function ini_get: echo 'extension_dir = ' . ini_get('extension_dir') . "\n"; ini_set('extension_dir', "c:\\php-8.1.0-Win32-vs16-x64\ext\"); echo 'extension_dir = ' . ini_get('extension_dir') . "\n"; Result: extension_dir = C:\php\ext extension_dir = C:\php\ext