Nasıl değişti zaman MAC PEAR php paketleri içerecek. Htaccess içinde yolu dahil

0 Cevap php

Ben PEAR Text_Password sınıfını kullanmaya çalışıyorum ama eklemeyi nasıl emin değilim değilim.

Ben PEAR yüklü. Ve ben PHP dizininde bir yere dersleri koydu tahmin ediyorum. Benim. Htaccess dosyasında bu var

php_value include_path .:/Library/WebServer/Documents/phpweb20/include

Hangi ben bunları toplayıp değil tahmin ediyorum bu yüzden. Herkes i PEAR sınıfları içerebilir biliyor mu?

Burada hata messageI olsun edilir:

Warning: include_once(Text/Password.php) [function.include-once]: failed to open stream: No such file or directory in /Library/WebServer/Documents/phpweb20/include/Zend/Loader.php on line 146

Warning: include_once() [function.include]: Failed opening 'Text/Password.php' for inclusion (include_path='.:/Library/WebServer/Documents/phpweb20/include') in /Library/WebServer/Documents/phpweb20/include/Zend/Loader.php on line 146

Fatal error: Class 'Text_Password' not found in /Library/WebServer/Documents/phpweb20/include/DatabaseObject/User.php on line 25

Ben Zend framework kullanıyorum çünkü benim. Htaccess dosyası değişti nedenidir. Ben dahil klasöründe Zend sınıfları koydu. Ben PEAR için benzer bir şey yapabilir miyim?

Thanks a lot!

Jonesy

0 Cevap