ID: 47048 Updated by: fel...@php.net Reported By: ml-php dot net at bettercom dot de Status: Open Bug Type: PostgreSQL related Operating System: FreeBSD 7.0-RELEASE PHP Version: 5.2.8 New Comment:
I can't reproduce it on Linux. PostgreSQL Support => enabled PostgreSQL(libpq) Version => 8.3.5 Multibyte character support => enabled SSL support => enabled Active Persistent Links => 0 Active Links => 0 Previous Comments: ------------------------------------------------------------------------ [2009-01-09 11:38:06] ml-php dot net at bettercom dot de Description: ------------ The last changes php_pgsql_meta_data cause segfaults in client and mod_php5 Reproduce code: --------------- <?php $dbconn = pg_connect("dbname=*** user=***") or die("Could not connect"); $meta = pg_meta_data($dbconn, 'a_table'); if (is_array($meta)) { var_dump($meta); } ?> Actual result: -------------- (gdb) bt #0 0x28606b20 in php_pgsql_meta_data () from /usr/local/lib/php/20060613/pgsql.so #1 0x2860c49b in zif_pg_meta_data () from /usr/local/lib/php/20060613/pgsql.so #2 0x0818be08 in zend_do_fcall_common_helper_SPEC () #3 0x0817d639 in execute () #4 0x0815ffc2 in zend_execute_scripts () #5 0x0811e7b5 in php_execute_script () #6 0x081db5e7 in main () ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47048&edit=1