Jump to content

Installing Zend Framework on Mac OS X


wcwalsh

Recommended Posts

Hello all. I have been around php for a couple years now but have not ever gotten really deep into understanding it. None the less... I am trying to figure out how to configure the Zend Framework for Mac OS X.

 

I used the Entropy PHP (http://www.entropy.ch/software/macosx/php/) package to install PHP 5.

 

I then downloaded the latest stable release from Zend (http://framework.zend.com/download/gdata).

 

The installation instructions (http://framework.zend.com/manual/en/introduction.installation.html) say "your PHP include_path needs to contain the path to the Zend Framework library." This is where I get stuck.

 

My PHP.ini file is located at "/usr/local/php5/lib/php.ini". My include_path currently says:

 

;UNIX:"/path1:/path2"

;include_path = ".:/php/includes"

 

My directory structure looks like this:

/php5

  /include

      /php

        /include

            /ZendGData

              /demos

              /documentation

              /library

                  /Zend

                    /GData

                    /Http

                    /Uri

                    /Validate

              /tests

/lib

  php.ini

 

So ultimately, what I am looking for is where should I place the ZendGData folder? What should I write in my php.ini file? And is there anything I can do to test to make sure that it has installed itself correctly?

 

Thank You,

 

Connor

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.