Skip to main contentdfsdf

    • ./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql \
        --with-apache=../apache_1.3.27 &&
    • 就是这个 ./configure 句,在什么状态下使用?apache的命令行?如果是xampp这样的集成环境,是在哪儿加的?
      如果是在服务器环境,这一句写在哪里?

      - doingtoing on 2007-10-21
    • 在 Windows 下安装完 PHP 和 web  服务器之后,可能想要安装一些扩展库来获得更多功能。可以通过修改  php.ini 来选择当 PHP 启动时加载哪些扩展库。也可以在脚本中通过使用  dl() 来动态加载。
      • 此扩展库php_mhash.dll与正在研究的mhash0.9.9有什么关系?

    1 more annotation...

    • This is the default settings file for new PHP installations.
    • 配置文件(PHP 3 中是 php3.ini,自 PHP 4  起是 php.ini)在 PHP 启动时被读取。对于服务器模块版本的 PHP,仅在 web  服务器启动时读取一次。对于  CGICLI 版本,每次调用都会读取。
    • 如果存在 php-SAPI.ini(SAPI 是当前所用的 SAPI  名称,因此实际文件名为 php-cli.ini 或  php-apache.ini 等),则会用它替代 php.ini。SAPI  的名称可以用 php_sapi_name() 来测定。

    1 more annotation...

    • 怎样将 PHP 目录加入到 Windows 路径 PATH 中去?
    • 53.15.   怎样使 php.ini 文件在 Windows 下被 PHP 所用?
    • 这个主题是windows下安装php中关联到的。
      - doingtoing on 2007-10-19
      • 所以上一页的php_mhash.dll在php5.3.0以上就不可用了。

    • 注意:   本扩展已被移动到 » PECL 库中且自以下版本起不再被绑定到 PHP 中:5.3.0.
      • 最终,在php.ini修改mhash的extension那句,程序运作正常了。原因不是十分明了,是它自己加载了自带的mhash库呢,还是版本未需另外加载?

      • 又绕回来了。还是不在php.ini中配置。

    • Using Apache with Microsoft Windows
      • 1.可直接按照.msi后缀的微软安装版;
        2.也可用微软c++编译.zip后缀的源代码文件。

    8 more annotations...

    • 本安装指南指导手动在一个 Microsoft Windows 的 web 服务器下安装和配置  PHP
    • 服务器模块比 CGI 可执行程序提供了更好的性能和更多的功能。

    6 more annotations...

    • Windows 下有两种方法使 PHP 工作于 Apache 2.0.x 之中。一种是  使用 CGI 可执行程序,另一种是适用 Apache 模块的 DLL。不管哪种都需要编辑  httpd.conf 来配置 Apache 支持 PHP 并重新启动服务器。
    • 注意: 记住在 Windows 下给 Apache 的配置文件中加入路径值的时候,所有的反斜线例如 c:\directory\file.ext 必须转换成正斜线,如 c:/directory/file.ext
    • md5 checksum
      • 试着去修改php.ini,看是否在此添加编译参数。

    3 more annotations...

    • 在apache里如何设置编译php的参数,仍未明了。

      - doingtoing on 2007-10-19
    • XAMPP 是一个易于安装且包含 MySQL、PHP 和 Perl 的 Apache 发行版。
    • 当前用1.8.3的lite版。看到1.8.4版已经出来,暂时不打算换。
      - doingtoing on 2007-10-18
    • 安装

        You need to compile PHP with the  --with-mhash[=DIR] parameter to enable  this extension. DIR is the mhash install directory.

    • Libmhash is a library that provides a uniform interface to several hash algorithms. It supports the basics for message authentication by following rfc2104 (HMAC). It also includes some key generation algorithms which are based on hash algorithms.
    • Mhash is a free (under GNU Lesser GPL) library which provides a uniform interface to a large number of hash algorithms.
    •  At the time of writing this, the library supports the algorithms: 

       SHA1, SHA160, SHA192, SHA224, SHA384, SHA512, HAVAL128, HAVAL160, HAVAL192, HAVAL224, HAVAL256, RIPEMD128, RIPEMD256, RIPEMD320, MD4, MD5, TIGER, TIGER128, TIGER160, ALDER32, CRC32, CRC32b, WHIRLPOOL, GOST, SNEFRU128, SNEFRU256

    1 more annotation...

    • Mhash can be used to create checksums,  message digests, message authentication codes, and more.
    • You need to compile PHP with the  --with-mhash[=DIR] parameter to enable  this extension. DIR is the mhash install directory.

    1 more annotation...

    • mhash需下载库才能在php中应用。
      - doingtoing on 2007-10-18
1 - 18 of 18
20 items/page
List Comments (0)