|
View:
New views
12 Messages
—
Rating Filter:
Alert me
|
|
|
RPM available for Zend Framework?Hello,
Is there an RPM available for Zend Framework, preferably 1.8+? I've searched the site and google and didn't find one. Thanks! -Hector |
|
|
Re: RPM available for Zend Framework?Hi Hector,
there is a inofficial PEAR-Channel available, but it's still on 1.8.0: http://pear.zfcampus.org/ Regards, Uli Hector Virgen wrote: > Hello, > > Is there an RPM available for Zend Framework, preferably 1.8+? I've > searched the site and google and didn't find one. Thanks! > > -Hector |
|
|
Re: RPM available for Zend Framework?Thanks! :)
-Hector On Fri, May 29, 2009 at 9:22 AM, Uli Wolf <ml@...> wrote: Hi Hector, |
|
|
Re[2]: RPM available for Zend Framework?Hello Uli,
The up-to-date PEAR channel is http://code.google.com/p/zend/ Updated few hours after a new version is released Friday, May 29, 2009, 7:22:20 PM, you wrote: > Hi Hector, > there is a inofficial PEAR-Channel available, but it's still on 1.8.0: > http://pear.zfcampus.org/ > Regards, > Uli > Hector Virgen wrote: >> Hello, >> >> Is there an RPM available for Zend Framework, preferably 1.8+? I've >> searched the site and google and didn't find one. Thanks! >> >> -Hector -- Julian Zend Certified Engineer **************************** |
|
|
Re: RPM available for Zend Framework?Hi!
> Is there an RPM available for Zend Framework, preferably 1.8+? I've > searched the site and google and didn't find one. Thanks! Zend Server CE includes RPM of ZF - http://www.zend.com/en/products/server/downloads-all -- Stanislav Malyshev, Zend Software Architect stas@... http://www.zend.com/ (408)253-8829 MSN: stas@... |
|
|
Re: RPM available for Zend Framework?Hello Julian
thanks, i didn't know about this channel ;) Will try that one ;) Regards, Uli Julian wrote: > Hello Uli, > > The up-to-date PEAR channel is > http://code.google.com/p/zend/ > > Updated few hours after a new version is released > > Friday, May 29, 2009, 7:22:20 PM, you wrote: >> Hi Hector, > >> there is a inofficial PEAR-Channel available, but it's still on 1.8.0: > >> http://pear.zfcampus.org/ > >> Regards, >> Uli > > >> Hector Virgen wrote: >>> Hello, >>> >>> Is there an RPM available for Zend Framework, preferably 1.8+? I've >>> searched the site and google and didn't find one. Thanks! >>> >>> -Hector > > > > |
|
|
Re: Re[2]: RPM available for Zend Framework?Unfortunately this channel doesn't install the bin-folder, thus there is no integration of Zend_Tool into the system. zfcampus provides this kind of functionality...
Regards, Uli
|
|
|
Re: Re: Re[fw-core] [2]: RPM available for Zend Framework?Hello Uli,
Indeed. But we are taking this in consideration and probably in next versions will be added. Friday, May 29, 2009, 8:59:57 PM, you wrote: > Unfortunately this channel doesn't install the bin-folder, thus there is no > integration of Zend_Tool into the system. zfcampus provides this kind of > functionality... > Regards, > Uli > Julian-68 wrote: >> >> Hello Uli, >> >> The up-to-date PEAR channel is >> http://code.google.com/p/zend/ >> >> Updated few hours after a new version is released >> >> -- >> Julian >> Zend Certified Engineer >> **************************** >> -- Julian Zend Certified Engineer **************************** |
|
|
Re: Re: Re[fw-core] [2]: RPM available for Zend Framework?Hello Julian,
thanks for this information, i'm looking forward to the next releases then :) Would help a lot as this functionality is really nice :) Thanks for your work! Uli Julian wrote: > Hello Uli, > > Indeed. > But we are taking this in consideration and probably in next versions > will be added. > > Friday, May 29, 2009, 8:59:57 PM, you wrote: > >> Unfortunately this channel doesn't install the bin-folder, thus there is no >> integration of Zend_Tool into the system. zfcampus provides this kind of >> functionality... > >> Regards, >> Uli > > >> Julian-68 wrote: >>> Hello Uli, >>> >>> The up-to-date PEAR channel is >>> http://code.google.com/p/zend/ >>> >>> Updated few hours after a new version is released >>> >>> -- >>> Julian >>> Zend Certified Engineer >>> **************************** >>> > > > > |
|
|
Re[2]: Re: Re[fw-core] [2]: RPM available for Zend Framework?Hello Uli,
I am not sure where to add that /bin folder. Actual structure is PEAR/Zend/Acl /Amf and so on I cannot change directory structure into: PEAR/Zend/library/Acl /bin as the backward include paths will be broken . Probably will be: PEAR/Zend/bin /Acl /Amf .... Not sure about that yet, still thinking... Saturday, May 30, 2009, 11:47:26 AM, you wrote: > Hello Julian, > thanks for this information, i'm looking forward to the next releases > then :) Would help a lot as this functionality is really nice :) > Thanks for your work! > Uli > Julian wrote: >> Hello Uli, >> >> Indeed. >> But we are taking this in consideration and probably in next versions >> will be added. >> >> Friday, May 29, 2009, 8:59:57 PM, you wrote: >> >>> Unfortunately this channel doesn't install the bin-folder, thus there is no >>> integration of Zend_Tool into the system. zfcampus provides this kind of >>> functionality... >> >>> Regards, >>> Uli >> >> >>> Julian-68 wrote: >>>> Hello Uli, >>>> >>>> The up-to-date PEAR channel is >>>> http://code.google.com/p/zend/ >>>> >>>> Updated few hours after a new version is released >>>> >>>> -- >>>> Julian >>>> Zend Certified Engineer >>>> **************************** >>>> >> >> >> >> -- Julian Zend Certified Engineer **************************** |
|
|
Re: Re: Re[fw-core] [2]: RPM available for Zend Framework?Hello Julian,
i'm not really into the packaging of PEAR-packages, but as far as i know, you can add files to the folder "scripts" which are installed into the $PATH of the system. This would be the zf.sh or zf.bat (depends on the OS). Then add a section to the package.xml (just did a quick search on PEAR.net and adopted the examples, you probably know a lot more about that stuff): <dir name="scripts"> <file name="pecl.bat" role="script"> <tasks:replace from="@php_bin@" to="php_bin" type="pear-config" /> <tasks:replace from="@php_bin@" to="php_bin" type="pear-config" /> <tasks:windowseol/> </file> <file name="pear.sh" role="script"> <tasks:replace from="@php_bin@" to="php_bin" type="pear-config" /> <tasks:replace from="@php_dir@" to="php_dir" type="pear-config" /> <tasks:unixeol/> </file> </dir> zf.php needs to be installed to "PEAR" then and not to "PEAR/Zend/bin/" Perhaps this helps a little :) Uli Julian wrote: > Hello Uli, > > I am not sure where to add that /bin folder. > Actual structure is > PEAR/Zend/Acl > /Amf > and so on > > I cannot change directory structure into: > PEAR/Zend/library/Acl > /bin > as the backward include paths will be broken . > > Probably will be: > PEAR/Zend/bin > /Acl > /Amf > .... > > Not sure about that yet, still thinking... > > Saturday, May 30, 2009, 11:47:26 AM, you wrote: >> Hello Julian, > >> thanks for this information, i'm looking forward to the next releases >> then :) Would help a lot as this functionality is really nice :) > >> Thanks for your work! > >> Uli > >> Julian wrote: >>> Hello Uli, >>> >>> Indeed. >>> But we are taking this in consideration and probably in next versions >>> will be added. >>> >>> Friday, May 29, 2009, 8:59:57 PM, you wrote: >>> >>>> Unfortunately this channel doesn't install the bin-folder, thus there is no >>>> integration of Zend_Tool into the system. zfcampus provides this kind of >>>> functionality... >>>> Regards, >>>> Uli >>> >>>> Julian-68 wrote: >>>>> Hello Uli, >>>>> >>>>> The up-to-date PEAR channel is >>>>> http://code.google.com/p/zend/ >>>>> >>>>> Updated few hours after a new version is released >>>>> >>>>> -- >>>>> Julian >>>>> Zend Certified Engineer >>>>> **************************** >>>>> >>> >>> >>> > > > > |
|
|
Re: RPM available for Zend Framework?On Friday 29 May 2009 18:19:24 Hector Virgen wrote:
>Hello, >Is there an RPM available for Zend Framework, preferably 1.8+? I've searched >the site and google and didn't find one. Thanks! > >-Hector There are repositories for both openSUSE/SLES and Fedora providing RPM's for zend framework. I'm unsure about the status and/or availability for Red Hat, centOS or other RPM based distros. I maintain the packages in the openSUSE build service, this has the capability of building packages for all the other leading distros so if there's nothing provided for your current distro I'd be happy to investigate building the packages for your distro also. (it also supports building deb packages). openSUSE/SLES ------------- http://framework.zend.com/wiki/display/ZFDEV/Unix+and+Linux+Distribution+Packages Fedora ------ https://admin.fedoraproject.org/pkgdb/packages/name/php-ZendFramework |
| Free embeddable forum powered by Nabble | Forum Help |