Topic: After update to php 5.4.29 ident and pool name are truncate in syslog

Hi Remi,
After update to php 5.4.29 ident and pool name are truncate in syslog.

after update to php 5.4.29
Jun 26 18:46:23 is32-supir-back-04 ool supir: PHP Warning:  call_user_func_array() expects parameter 1 to be a valid callback, class 'CTagsUserTypeTagsNew' not found in /home/supir/sites/shared/bitrix/modules/main/classes/general/module.php on line 472

before update(on php 5.4.19)
Jun 26 18:30:43 is32-supir-back-03 php-fpm: pool supir: PHP Warning:  Illegal string offset 'SRC' in /home/supir/sites/shared/bitrix/components/portal/culture.events.detail/templates/.default/template.php on line 78

Something like this i have found here https://bugs.php.net/bug.php?id=52052#1297798965
Can you help me?

Re: After update to php 5.4.29 ident and pool name are truncate in syslog

The linked bug is closed.

I don't see any change between 5.4.19 and 5.4.29 which could explain this...

Probably you should open a new PHP bug
(Sorry, I won't be able to dig further before some days...)

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: After update to php 5.4.29 ident and pool name are truncate in syslog

Thank you for reply. I try to see it again.

Re: After update to php 5.4.29 ident and pool name are truncate in syslog

Please, also post  your fpm configuration.

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: After update to php 5.4.29 ident and pool name are truncate in syslog

http://pastie.org/9327269 - here php-fpm global and pool configs, php.ini config

Re: After update to php 5.4.29 ident and pool name are truncate in syslog

Just discover a bug.... "syslog" works only when daemonize=Yes, so only when sysv (el<=6), not withsystemd (el7)...
need to fix it first...

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: After update to php 5.4.29 ident and pool name are truncate in syslog

So, at least 2 bugs detected and fixed

Bug #67530 error_log=syslog ignored (systemd)
Bug #67531 syslog cannot be set in pool configuration

So now, I can reproduce your bug, but haven't found any explanation yet.

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

8

Re: After update to php 5.4.29 ident and pool name are truncate in syslog

i have the same bug and so i have opened https://bugs.php.net/bug.php?id=67764
any ideas ?