Mantis - Quercus
Viewing Issue Advanced Details
3810 minor always 12-11-09 20:57 03-22-12 13:43
nam  
 
normal  
assigned 4.0.2  
open  
none    
none  
0003810: pg_escape_string() missing argument
(rep by domdorn)

http://forum.caucho.com/showthread.php?t=2431 [^]

Since PHP 5.2 pg_escape_string has the optional first parameter connection
http://de.php.net/pg_escape_string [^]

Quercus says it is 5.2, but does not provide a constructor for this, thus code that uses this (e.g. Pear::Auth / Pear:B ) throws exceptions/fails.
 pg_escape_string.patch [^] (935 bytes) 01-28-10 14:44

Notes
(0004393)
domdorn   
01-27-10 17:26   
Please see attached patch