日本語のみで絞り込む
Outputs a large amount of information about the current state of PHP. This includes information about PHP compilation options and extensions, the PHP ...
To check PHP's include_path in your web server, create a file with only <?php phpinfo(); ?> as the contents, and save it in your local web root as check_php.php ...
2011/3/25 -phpinfo() function shows that my PHP version (5.1.6) is installed --without-pear in the configure command section. How do I install pear?
2020/5/11 -I'm trying to install the PHP extension, PEAR, but I need to install a specific version, 7.3, in order to be compatible with a PHP app.
PEAR is a framework and distribution system for reusable PHP components. Sounds good? Perhaps you might want to know about installing PEAR on your system.
Installation (PEAR)The PEAR GroupThe PEAR ProjectPEAR Packages
2023/10/12 -It is used to install, uninstall, update, and manage PEAR packages. For this PoC, we will use the config-create function. /2023/phpinfo/ ...
A.サーバの環境変数ですから、サーバの管理者でないと変更出来ないのでは? もしもご自分の管理されるサーバについてのお話なら、「サーバ」カテゴリで、サーバの種類やバージョンを明示して質問されるとよい...
Q.PHPからPEAR MDB2でMySQLに接続できません。 MDB2 のデータベースドライバをインストールしたのに、「謗・邯壼、ア謨 :MDB2 Error: not found」とエラーがでます。
A.$mdb2 =& MDB2::connect~のように「=&」にしてみてはいかがですか? 参考: http://pear.php.net/manual/ja/package.d...
Q.PHP/PEAR のWindowsでのインストール方法について PHPは 「phpinfo();」 ができたので、無事インストールはできていると思っています。 で、PEARですが、これは 「E...
A.PEAR_info をインストールしましたか? C:\Win32App\PHP>pear install PEAR_info
2011/5/9 -You can always find where files are on your system using the locate database like this: locate -i filename. However in the case of packages, sometimes browsing ...
To check PHP's include_path in your web server, create a file with only <?php phpinfo(); ?> as the contents, and save it in your local web root as check_php.php ...
2024/10/15 -I have a live chat server with freebsd which I just upgraded from 13.1 to VERSION="13.4-RELEASE-p1". I run a test system and didn't realize ...
2012/6/13 -Mike B told me to look at your phpinfo() to know exactly what ini file(s) are being used. The file was differ between cli and apache calls ...