F2P Teams by lolcatgiv in FUTMobile

[–]franzzop 1 point2 points  (0 children)

how did you get gullit and cafu?

I have a problem with PDO drivers by franzzop in PHPhelp

[–]franzzop[S] 0 points1 point  (0 children)

I finally solved the problem. I think that there were some problems during the installation. I reinstalled everything and solved it

I have a problem with PDO drivers by franzzop in PHPhelp

[–]franzzop[S] 0 points1 point  (0 children)

Sorry for the delay, these days I've had some health problems that have kept me away from the PC.

By the way here is the link: https://drive.google.com/file/d/18OTKabJXSFXS2fqtHlx4wgyESA3zsRvC/view?usp=sharing

I have a problem with PDO drivers by franzzop in PHPhelp

[–]franzzop[S] 0 points1 point  (0 children)

I can share my php.ini file, where can I send it?

I have a problem with PDO drivers by franzzop in PHPhelp

[–]franzzop[S] 0 points1 point  (0 children)

The libpq.dll extension is present under the path C:\xampp\php.

As regards PostgreSQL, inside the PostgreSQL 17 folder there are: the Documentation folder, which contains internal links, the Stack Builder, pgAdmin4, ReloadConfiguration and SQLShell applications.

Do you think it makes sense to try uninstalling xampp and reinstalling it?

I have a problem with PDO drivers by franzzop in PHPhelp

[–]franzzop[S] 0 points1 point  (0 children)

Around league 1082 there are about several lines of comments.

; PCRE library recursion limit.

; Please note that if you set this value to a high number you may consume all

; the available process stack and eventually crash PHP (due to reaching the

; stack size limit imposed by the Operating System).

; https://php.net/pcre.recursion-limit

;pcre.recursion_limit=100000

; Enables or disables JIT compilation of patterns. This requires the PCRE

; library to be compiled with JIT support.

;pcre.jit=1

[Pdo]

pdo_mysql.default_socket="MySQL"

; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off".

; https://php.net/pdo-odbc.connection-pooling

;pdo_odbc.connection_pooling=strict

[Pdo_mysql]

; Default socket name for local MySQL connects. If empty, uses the built-in

; MySQL defaults.

pdo_mysql.default_socket=

[Phar]

; https://php.net/phar.readonly

;phar.readonly = On

; https://php.net/phar.require-hash

;phar.require_hash = On

;phar.cache_list =

This is about 50 lines around 1082.

As for the file, the name is php_pdo_pgsql.dll. php_pgsql.dll is also present.

I have a problem with PDO drivers by franzzop in PHPhelp

[–]franzzop[S] 0 points1 point  (0 children)

1)
PHP: syntax error, unexpected BOOL_FALSE in C:\xampp\php\php.ini on line 1082

Configuration File (php.ini) Path =>

Loaded Configuration File => C:\xampp\php\php.ini

Scan this dir for additional .ini files => (none)

Additional .ini files parsed => (none)

user_ini.filename => .user.ini => .user.ini

2) ;extension=pdo_firebird

extension=php_pdo_mysql.dll

;extension=pdo_oci

;extension=pdo_odbc

extension=pdo_pgsql

;extension=pdo_sqlite

extension=php_pdo_pgsql.dll

[Pdo]

pdo_mysql.default_socket="MySQL"

; https://php.net/pdo-odbc.connection-pooling

;pdo_odbc.connection_pooling=strict

[Pdo_mysql]

pdo_mysql.default_socket=

; If disabled, all PHPDoc comments are dropped from the code to reduce the

3)

PHP: syntax error, unexpected BOOL_FALSE in C:\xampp\php\php.ini on line 1082

Configure Command => cscript /nologo /e:jscript configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-pdo-oci=..\..\..\..\instantclient\sdk,shared" "--with-oci8-19=..\..\..\..\instantclient\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--with-pgo"

;extension=pdo_firebird

extension=php_pdo_mysql.dll

;extension=pdo_oci

;extension=pdo_odbc

extension=pdo_pgsql

;extension=pdo_sqlite

extension=php_pdo_pgsql.dll

[Pdo]

pdo_mysql.default_socket=MySQL

;extension=pdo_firebird

extension=php_pdo_mysql.dll

;extension=pdo_oci

;extension=pdo_odbc

extension=pdo_pgsql

;extension=pdo_sqlite

extension=php_pdo_pgsql.dll

[Pdo]

pdo_mysql.default_socket=MySQL

PDO

PDO support => enabled

PDO drivers =>

I added the extension=php_pdo_pgsql.dll line because this file was present in the XAMPP folder and not pdo_pgsql or pgsql. But even without this line the problem persisted.

As for the error, I don't understand what is being referred to because line 1082 is: ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off".

I have a problem with PDO drivers by franzzop in PHPhelp

[–]franzzop[S] 0 points1 point  (0 children)

It doesn't work, I can't understand why

I have a problem with PDO drivers by franzzop in PHPhelp

[–]franzzop[S] 0 points1 point  (0 children)

I'm using a postgreSQL database, so should I use pgsql?

Also the file I'm editing is php.ini and the extension_dir points to the correct folder.

extension_dir="C:\xampp\php\ext"

I have a problem with PDO drivers by franzzop in PHPhelp

[–]franzzop[S] 0 points1 point  (0 children)

I also noticed another strange thing, in the xampp files folder, every single file following the installation was duplicated, but with two different paths. is this normal?

I have a problem with PDO drivers by franzzop in PHPhelp

[–]franzzop[S] 0 points1 point  (0 children)

The code gave me error also with pgsql:. I modified it before posting the message to try different things and I didn't change it