Jump to content

[SOLVED] ZendFramework - How do i install?


sayedsohail

Recommended Posts

hi everyone,

 

I am new to programming world, started using phpmailer but this doesn’t support ssl with php, so someone advised me to use zendframe. I downloaded the latest ZF zip file, it has got loads of libraries including to create pdf documents. But i am not sure how to install zendframe work on my server and use some of its libraries ie., pdf generation and zendmail.

Link to comment
https://forums.phpfreaks.com/topic/67248-solved-zendframework-how-do-i-install/
Share on other sites

million thanks,

 

I am on a windows platform, apache and php5, and here is the part of my php.ini.

 

I have unpacked the zendframework under htdocs/library/zend/, well did the restart aswell.

 

; Paths and Directories ;

;;;;;;;;;;;;;;;;;;;;;;;;;

 

; UNIX: "/path1:/path2"

;include_path = ".:/php/includes"

;

; Windows: "\path1;\path2"

;include_path = ".;c:\php\includes"

 

; The root of the PHP pages, used only if nonempty.

; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root

; if you are running php as a CGI under any web server (other than IIS)

; see documentation for security issues. The alternate is to use the

; cgi.force_redirect configuration below

doc_root =

 

; The directory under which PHP opens the script using /~username used only

; if nonempty.

user_dir =

 

; Directory in which the loadable extensions (modules) reside.

extension_dir ="C:\Program Files\PHP\ext"

hi genius, if you see closely both unix and windows default include paths are stated in my php.ini  above

 

Are you having a go at me or what? The examples in your ini file are just that, examples. See how they are commented out?

 

Add the following line to your php.ini then restart your server.

 

include_path = ".;C:\apache\htdocs\library\zend"

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.