Edit report at https://bugs.php.net/bug.php?id=57396&edit=1
ID: 57396 Updated by: m...@php.net Reported by: jacch dot tw at gmail dot com Summary: The pdo_psql not support array[x:y]? -Status: Open +Status: Feedback Type: Bug -Package: PDO_PGSQL +Package: *General Issues Operating System: Mandriva 2006 PHP Version: 5.2.0 RC4 Block user comment: N Private report: N New Comment: Should be gone since fixing bug #64953 Please try PHP-5.4.20 or newer. Previous Comments: ------------------------------------------------------------------------ [2006-11-26 11:58:25] jacch dot tw at gmail dot com Description: ------------ I'm tring pgsql array on php5.2 pdo_pgsql object, but I found this problem on my php machine. when i query this sql string ,it cann't run on my machine. "select array_to_string(array[1:10],";") from sometable limit 30" , this cann't work. but !! "select array_to_string(array,";") from sometable limit 30" it work !! So ,how can I do for this problem; ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=57396&edit=1