Windows Zendframework Project Environment build (via command line configuration) _php Tutorial

Source: Internet
Author: User
1, first you have to make sure that your PHP version is not less than 5.1.4, but it is strongly recommended to use 5.2.3 or later

2. Ensure that your php.ini opens the following modules:

Extension=php_pdo.dll
Extension=php_pdo_mysql.dll

3. Open the Apache configuration file httpd.conf to make sure you have the following modules enabled:

LoadModule Rewrite_module modules/mod_rewrite.so

Continue to find the httpd.conf file, if allowoverride is none, please make sure none is changed to all

4. Set Environment variables:

such as the bin directory of my Zend tool:

; F:\ZendFramework\bin

If the "Php.exe command does not exist ..." appears. "Put the Php.exe directory in the environment variable as well:

;D: \software\wamp\bin\php\php5.3.10

5. OK, under test:

Enter ZF show version to display the release information.

Enter the ZF Create project F:\web\zendframe in my PHP environment for creating zendframe projects

6. Copy the Zend file under the library of the Zend Framework you downloaded to the project's library directory.

7, congratulations, in the Address bar input Http://127.0.0.1/zendframe/public display interface, indicating that the Zend Framework configuration is successful!

http://www.bkjia.com/PHPjc/326244.html www.bkjia.com true http://www.bkjia.com/PHPjc/326244.html techarticle 1, first you want to make sure that your PHP version is not less than 5.1.4, but it is strongly recommended to use 5.2.3 or higher version 2, to ensure that your php.ini opened the following modules: Extension=php_pdo.dll extension=ph ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.