ラベル Zend Framework の投稿を表示しています。 すべての投稿を表示
ラベル Zend Framework の投稿を表示しています。 すべての投稿を表示

2010年2月11日木曜日

2/11 Zend Framework 1.10.1 relased

http://devzone.zend.com/article/11822-Zend-Framework-1.10.1-Released
This release includes more than 50 bugfixes, all made since the 1.10.0 release two weeks ago; these fixes help bring stability and maturity to the 1.10 series.

2010年2月2日火曜日

Open SourceのEC構築app "Live Commerce" 0.2a released

Ver 0.2α版リリース 法人向け自社ECサイト導入へ | Live Commerce!
http://www.live-commerce.com/ver-0-2%CE%B1-release/

EC-CUBEは素人が作った燃えないゴミなのでEC-CUBEより酷いという事はないだろう・・・と信じたい。labelにoss,ec, としようとしたらecを絶対にeclipseに変換するbloggerのscriptも脳みそが腐っているとしか思えない。

2009年11月28日土曜日

Zend Framework 1.9.xは6で終わり2.0が次らしい

Zend Framework 1.9.6 での修正 や 翻訳 - satoruyoshidaの日記
http://d.hatena.ne.jp/satoruyoshida/20091125/1259099019
恐らく Zend Framework の 1.9 系列の最後になるであろうミニリリース、 1.9.6 がリリースされました。

Zend Framework 2.0 Roadmap - Zend Framework Wiki
http://framework.zend.com/wiki/display/ZFDEV2/Zend+Framework+2.0+Roadmap

At this time, we aim to have ZF 2.0 have a minimum requirement of PHP 5.3 (which version of 5.3 is still to be determined).

CakePHPのPHP 5.3用branchが
Lithium
http://li3.rad-dev.org/
にforkしたので5.3への移行を巡ってPHP Frameworkは慌しい時期にあるもより。市井のweb appが5.2から重い腰をあげないというオチもありそう。

2009年11月27日金曜日

Zend Framework 1.9.6 deb package for Ubuntu 9.10

http://launchpadlibrarian.net/36087878/zend-framework_1.9.6-0ubuntu1_all.deb
http://launchpadlibrarian.net/36087877/zend-framework-bin_1.9.6-0ubuntu1_all.deb
http://launchpadlibrarian.net/36087876/libzend-framework-php_1.9.6-0ubuntu1_all.deb

Installation
$ sudo dpkg -i *.deb

install path
/usr/share/php/libzend-framework-php/Zend

php.iniのinclude_pathが/usr/share/phpの時
require 'libzend-framework-php/Zend/?????';
とするのが面倒な場合は
ln -s /usr/share/php/libzend-framework-php/Zend /usr/share/php/Zend
とか何とかすると
require 'Zend/????';
で済むような気がしなくもない

2009年11月16日月曜日

Ubuntu 9.10(i386) + Apache 2.2.14 + PHP 5.2.11 + ZendFramework 1.9.5

人によって入れるpkgは違うのでapache,php5まわりは少なめ。
以下を落として
$ sudo dpkg -i *.deb
Zend Frameworkは以下でpathの通りが若干幸せになれるかも。何故libzend-framework-phpが挟まる必要があるのか詳しくないので理解出来ない。
$ sudo ln -s /usr/share/php/libzend-framework-php/Zend/ /usr/share/php/Zend

Ubuntu 10.04 Lucid LynxがPHP 5.3を積まないつもりなのか若干不安。
.deb fileはDebianのもの
http://packages.debian.org/source/experimental/php5
をそのまま使う事は出来る筈。

php-pearはdebで最新版を拾う必要はなく
$ sudo pear update-channels
$ sudo pear upgrade-all
とか何とか。


Zend Framework 1.9.5
http://framework.zend.com/changelog/1.9.5
https://launchpad.net/ubuntu/lucid/+search?text=zend

deb
http://launchpadlibrarian.net/35086091/zend-framework_1.9.5-0ubuntu1_all.deb
http://launchpadlibrarian.net/35086090/zend-framework-bin_1.9.5-0ubuntu1_all.deb
http://launchpadlibrarian.net/35086089/libzend-framework-php_1.9.5-0ubuntu1_all.deb


PHP 5.2.11
http://www.php.net/ChangeLog-5.php#5.2.11
https://launchpad.net/ubuntu/lucid/+search?text=php5

deb
http://launchpadlibrarian.net/35315677/php5-common_5.2.11.dfsg.1-1ubuntu1_i386.deb
http://launchpadlibrarian.net/35315682/php5-cli_5.2.11.dfsg.1-1ubuntu1_i386.deb

http://launchpadlibrarian.net/35315690/php5-mysql_5.2.11.dfsg.1-1ubuntu1_i386.deb
http://launchpadlibrarian.net/35315701/php5_5.2.11.dfsg.1-1ubuntu1_all.deb
http://launchpadlibrarian.net/35315678/libapache2-mod-php5_5.2.11.dfsg.1-1ubuntu1_i386.deb
http://launchpadlibrarian.net/35315686/php5-gd_5.2.11.dfsg.1-1ubuntu1_i386.deb



Apache 2.2.14
http://www.apache.org/dist/httpd/CHANGES_2.2.14
https://launchpad.net/ubuntu/lucid/+search?text=apache2

deb
http://launchpadlibrarian.net/35592496/apache2_2.2.14-2ubuntu1_i386.deb
http://launchpadlibrarian.net/35592490/apache2-mpm-prefork_2.2.14-2ubuntu1_i386.deb
http://launchpadlibrarian.net/35592487/apache2.2-common_2.2.14-2ubuntu1_i386.deb
http://launchpadlibrarian.net/35592488/apache2.2-bin_2.2.14-2ubuntu1_i386.deb
http://launchpadlibrarian.net/35592493/apache2-utils_2.2.14-2ubuntu1_i386.deb

2009年9月21日月曜日

Ubuntu + Apache + PHP + Zend Framework

Ubuntu 9.04 + Zend Framework 1.9.2

Zend Framework
http://framework.zend.com/
から最新版を落とさず、deb packageを使う場合。

最新版を検索
https://launchpad.net/ubuntu/karmic/+search?text=zend

i386の場合
http://launchpadlibrarian.net/32316040/zend-framework-bin_1.9.3PL1-0ubuntu1_all.deb
http://launchpadlibrarian.net/32316041/zend-framework_1.9.3PL1-0ubuntu1_all.deb
http://launchpadlibrarian.net/32316039/libzend-framework-php_1.9.3PL1-0ubuntu1_all.deb
を落とす。

sudo dpkg -i *.deb
でinstall。Zend Frameworkは
/usr/share/php/libzend-

sudo vi /etc/php5/apache2/php.ini
;include_path = ".:/usr/share/php"

include_path = ".:/usr/share/php:/usr/share/php/libzend-framework-php"
に変更する。
或いは
/usr/share/php$ sudo ln -s libzend-framework-php/Zend


sudo /etc/init.d/apache2 restart
或いはreloadでいいかも。

include_pathを通さないと
http://framework.zend.com/docs/quickstart/create-your-project
zf create project quickstart
で作られた
quickstart/public/index.php
内のincludeでerrorになる。

libzend-framework-php/ directoryはいらないような気がする。