Topic: syntax error, unexpected '~'

syntax error, unexpected '~' in /opt/remi/php55/root/etc/php.ini on line 97

I get this error after installing the PHP with support for postgres.

System: SME 9 (CentOS 6), 64 bit

Code:
~       
date.timezone = "America/Los_Angeles"
[Syslog]

Re: syntax error, unexpected '~'

Sorry, but this line is not part of the provided php.ini

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: syntax error, unexpected '~'

ok. Thank you. I will look elsewhere for the source of the problem.

Re: syntax error, unexpected '~'

It seems you are mixing base and SCL package.

From this post => /opt/remi/php55 => SCL pakage
From your other post => /usr/lib64/php => Base package

Please read http://blog.famillecollet.com/pages/English-FAQ#scl

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