downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

その他の拡張モジュールに対する変更> <新しい拡張モジュール
[edit] Last updated: Fri, 25 May 2012

view this page in

削除された拡張モジュール

以下に示す拡張モジュールは PECL に移動し、PHPに同梱されなくなりました。 これらの PECLパッケージ は、ユーザーの需要に応じて作られるかが決まります。

  • dbase - もはやメンテナンスされていません。
  • fbsql - もはやメンテナンスされていません。
  • fdf - メンテナンスされています。
  • ming - メンテナンスされています。
  • msql - もはやメンテナンスされていません。
  • ncurses - メンテナンスされています。
  • sybase - メンテナンスが中止されました。代替として既にPHPコアに入っている Sybase関数 を使ってください。
  • mhash - メンテナンスが中止されました。 代替として HASH関数 を使ってください。 HASH関数 は、 古い関数を使っている既存のアプリケーションが動くように、mhash と完全な互換性があります。


add a note add a note User Contributed Notes 削除された拡張モジュール
keith 27-Oct-2010 06:39
Hash does NOT fully implement mhash.  Notably Joomla has 2 lines in helper.php that use an unsupported function: mhash_keygen_s2k(,,,).

Other functions of mhash can be rewritten:

<?php
echo bin2hex(mhash(MHASH_RIPEMD160 ,"my_password"));

echo
hash("ripemd160" ,"my_password");
?>
schwilch at gmx dot de 15-Jun-2010 11:39
MSsqlserverDriver does not support mssql-functions but sqlsrv-functions.
If you do not want to change all of your php-scripts for using other functions and another function-handling of db-connection-parameters you should use freeTDS for Windows (download for example at moodle.org) and php_dblib.dll.
I hope this helps others with MS-Systems.
Cam 28-Aug-2009 02:57
The MSSQL extension is no longer present in the 5.3.0 release, but this fact is not mentioned on this page. Perhaps that should be added.

It seems that the recommended solution is to use "SQL Server Driver for PHP" by Microsoft (http://www.microsoft.com/sqlserver/2005/en/us/php-driver.aspx). However, it is reported that the current release (v1.0) does not support PHP 5.3.0 (see http://forums.iis.net/t/1158918.aspx). Apparently, v1.1 will support PHP 5.3, but it is currently in CTP release.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites