環境:Vine-2.5+自前apt-line(apache-1.3.33+php-4.4.0詳細
はramix.jp/~ramsy参照)
あまりに大量にエラーとなるため、wc -lしてかうんとしてみ
ました。
2 [error] PHP Notice: Only variable references
should be returned by reference in /path/to/lib/Ethna-
0.1.5/class/Ethna_ClassFactory.php on line 125
4110 [error] PHP Notice: Only variable references
should be returned by reference in /path/to/lib/Ethna-
0.1.5/class/Ethna_ClassFactory.php on line 149
4110 [error] PHP Notice: Only variable references
should be returned by reference in /path/to/lib/Ethna-
0.1.5/class/Ethna_Logger.php on line 350
この直後、リクエストに応対していたhttpdプロセスが
「[notice] child pid XXXXX exit signal Segmentation
fault (11)」と死んでしまいます。
はramix.jp/~ramsy参照)
あまりに大量にエラーとなるため、wc -lしてかうんとしてみ
ました。
2 [error] PHP Notice: Only variable references
should be returned by reference in /path/to/lib/Ethna-
0.1.5/class/Ethna_ClassFactory.php on line 125
4110 [error] PHP Notice: Only variable references
should be returned by reference in /path/to/lib/Ethna-
0.1.5/class/Ethna_ClassFactory.php on line 149
4110 [error] PHP Notice: Only variable references
should be returned by reference in /path/to/lib/Ethna-
0.1.5/class/Ethna_Logger.php on line 350
この直後、リクエストに応対していたhttpdプロセスが
「[notice] child pid XXXXX exit signal Segmentation
fault (11)」と死んでしまいます。
現象としてはphp4の参照返却周りでの仕様変更に絡んでphp自
身のバグを踏んでいるとは思いますが…
回避策のパッチを添付しますのでどうぞ。