Topic: Problems with open_basedir in PHP 5.3.3

Hi,

I'm currently using latest PHP package 5.3.3-0.1.201007110630.el5.remi and it seems open_basedir function is broken with it.
I get warning errors that files are not inside of the declared base dirs but in fact they are...

I already did a quick research an it seems this is a known error and can only be avoided by re-compiling PHP with option "--without-eaccelerator-use-inode".
See: http://forums.freebsd.org/showthread.php?t=14573

If this is the only solution and you don't have a better idea I'd highly appreciate if you could change the current package accordingly.
Thanks!


Br
Julian

Re: Problems with open_basedir in PHP 5.3.3

Have you try the APC cache instead of eAccelerator ?

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Problems with open_basedir in PHP 5.3.3

hi!

i'm trying to: setup php + php-cache environment (for typo3)
+ php open_basedir restriction

httpd.x86_64                                1:2.2.3-22.el5.1vm
php-eaccelerator.x86_64                     1:0.9.6.1-2.el5.remi
php.x86_64                                  5.3.3-1.el5.remi

typo3-4.4.2

can't getting typo3 php site working:
=> openbasedir warnings & errors => need openbase dir. php-eaccelerator not working.

tried:
php-pecl-apc.x86_64                         3.1.4-2.el5.remi

=> open_basedir is not a problem, apc has general a problem with "typo3"?

regards josy

Re: Problems with open_basedir in PHP 5.3.3

apc has general a problem with "typo3"?

Any link ? (bug, article, ...)

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi