[PHP-users 16344]Re: CygwinでPHP 4.3.3RC1がインストールできない

Seiji Masugata s.masugata @ digicom.dnp.co.jp
2003年 7月 2日 (水) 12:53:41 JST


こんにちわ、桝形です。

> PEAR だとか、どうするんでしょうね。
> 一つ一つ真心を込めて、手で g/なんとか/s//かんとか/gc とでも
> していくのでしょうか。合掌...

基本的に知恵が無い自分には、力任せなそのやり方しか思いつきません。
一番人柱度が高そうですね。

> # あ、そういえば、PEAR ってペア〜ですよね? 読み。

自分もペア〜って( 上がり気味に発音 )つい伸ばしているのですが
どうもペェアァ( 下がり気味に発音 )とするよう?

wavファイルで確認 ↓
http://eiwa.excite.co.jp/view.jsp?block=40931&offset=714&id=NEW_EJJE

脱線してしまいすみません。(^^;

> 普通ベータというのは、機能の実装が終わって
> バグ出しをする段階だと思うのですが、namespace を導入するか否か、
> などというような変更がある時点で、アルファと名乗るのが適切な気も...。

同感です。

個人的に感じる事は、Zend社の早くリリースしたい空気に押されて
しまっている気がします。

Java( Sun )との兼ね合いでもあるのでしょうか?

( PHPだから? )今後、更にどんでん返しがくる可能性は全く否定
できないので、慎重に先行きを見ていこうと思います。

話は変わって、

http://www.zend.com/php/ask_experts.php

で、一番最後の返答のところを見ると、Zend Engine 1 との互換性モード?

Since PHP 4 will not be backward compatible thereby breaking some code,
will you be able to run both PHP 4 and PHP 5 on the same machine until
upgrading can be completed? 


It would definitely be possible to run both PHP 4 and 5 on the same machine.
There'll be several ways of doing it - one, which is the cleanest,
would be to simply having two web server setups, one running PHP 4 and
the other running version 5, on two different virtual hosts.

If this solution doesn't work well for you, you would also be able to
run both versions on the same web server setup, by using
--enable-versioning when you build PHP.

This solution is not perfect and may cause problems in certain
situations - but it will work in many situations.

Finally, and that's perhaps the option you should be looking into
first - there's also a compatibility mode, that tells the Zend Engine 2
to simulate the behavior of Zend Engine 1 (namely, move objects around
by value instead of by reference).

To enable it, simply set zend2.implicit_clone = on in your php.ini
file (the name of this directive may change by the time PHP 5 is released). 

--
Seiji Masugata<s.masugata @ digicom.dnp.co.jp>




PHP-users メーリングリストの案内