[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems with PHP4 & MySQL Packages



var_dump is broken.
print_r is a nice alternative:
  http://us2.php.net/manual/en/function.print-r.php

Christophe

On Sun, Jun 22, 2003 at 09:53:58PM -0700, Eric Pretorious wrote:
> Hello, All:
> 
> I'm stumped: I'm using Debian 3.0 (Woody) on a PowerBook Lombard and can't 
> get the PHP package  (php4 4.1.2-6 and php4-mysql 4.1.2-6) and the MySQL 
> package (mysql-server 3.23.49-8) to play nicely together. This script...
> 
> <?php
> $connect = mysql_pconnect('localhost','sample_user','sample_passwd');
> mysql_select_db('sample_db',$connect);
> $sql = 'SELECT * FROM names WHERE userid = ' . $somenumber;
> $result = mysql_query($sql, $connect);
> 
> var_dump($row);
> ?>
> 
> ...causes apache to die. (i.e., nothing is returned to the browser.) 
> /var/log/apache/error.log contains "[notice] child pid [#####] exit signal 
> Segmentation fault (11)" for _every_ active apache child process where 
> ##### is the pid for the apache process.
> 
> Why is this happening?
> 
> Eric P.
> Sunnyvale, CA
> 
> _________________________________________________________________
> MSN 8 with e-mail virus protection service: 2 months FREE*  
> http://join.msn.com/?page=features/virus
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-powerpc-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact 
> listmaster@lists.debian.org

-- 
Christophe Barbé <christophe.barbe@ufies.org>
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Dogs believe they are human. Cats believe they are God.



Reply to: