
Postanowiłem wykorzystać wolną chwilę i zająłem się PEAR-em.
Kod
fipaj@ubuntu:/etc/apache2/conf.d$ sudo pear install PhpDocumentor
No i ten kod wypluwa coś takiego:
Kod
downloading PhpDocumentor-1.2.3.tgz ...
Starting to download PhpDocumentor-1.2.3.tgz (2,656,621 bytes)
................................................................................
.................................................................................
.................................................................................
.................................................................................
.................................................................................
.........done: 2,656,621 bytes
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 8192 bytes) in /usr/share/php/PEAR/Installer.php on line 248
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 32 bytes) in /usr/share/php/System.php on line 135
Starting to download PhpDocumentor-1.2.3.tgz (2,656,621 bytes)
................................................................................
.................................................................................
.................................................................................
.................................................................................
.................................................................................
.........done: 2,656,621 bytes
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 8192 bytes) in /usr/share/php/PEAR/Installer.php on line 248
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 32 bytes) in /usr/share/php/System.php on line 135
No więc lecę do php.ini, ustawiam memory_limit na 100M (tak po prostu, żeby zadziałało

To samo...
Any ideas?

Pozdrawiam,
Fipaj