Re: [PHP-DB] Move from PHP4 to PHP5 , and to Zend Platform - any gotchas? (MYSQL and SQL SERVER)

2008-12-11 Thread Gunawan
i don't know about the sql.. but i have some story. in php4, when type url like this localhost/mywork/index.php?myid=1 i able to print the 'myid' variable easyly.. but when in php5.. i must type $_GET['myid'] to have myid value. Weaver Hickerson wrote: Greetings list. We are planning to move ou

Re: [PHP-DB] MySQLDump through PHP/HTML UI

2008-12-11 Thread phphelp -- kbk
Hi, Rick - - - Well, there really is not a lot to tell. Yes, it is being prompted by a HTML page. I show the table names with checkboxes or an "all." As a result, I build the simplest 'dump" statement; mysqldump databasename>path/outfilename,sql --tables -- user=dunknob --password=doorknob

Re: [PHP-DB] Move from PHP4 to PHP5 , and to Zend Platform - any gotchas? (MYSQL and SQL SERVER)

2008-12-11 Thread Micah Gersten
That is due to register_globals being on by default in PHP4 and off by default in PHP5. It is a security risk and should not be used. I believed it is being removed in PHP 6. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Gunawan wrote: > i don't know about

[PHP-DB] php crashes on mysql_connect

2008-12-11 Thread Peter Degen-Portnoy
Hi Folks, I've been banging against this for a while and have narrowed it down to a completely repeatable and tiny test case. The issue is that any mysql_connect call hangs and causes a segmentation fault in php5ts.dll. Here are the specifics: I am running on Windows XP, SP2, Single Athlon 64 3

Re: [PHP-DB] php crashes on mysql_connect

2008-12-11 Thread Chris
Peter Degen-Portnoy wrote: Hi Folks, I've been banging against this for a while and have narrowed it down to a completely repeatable and tiny test case. http://bugs.php.net/ Best place to post it and get it fixed. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP Database M

Re: [PHP-DB] php crashes on mysql_connect

2008-12-11 Thread Peter Degen-Portnoy
Thanks, Chris. - Peter On Fri, Dec 12, 2008 at 1:10 AM, Chris wrote: > Peter Degen-Portnoy wrote: > >> Hi Folks, >> >> I've been banging against this for a while and have narrowed it down to a >> completely repeatable and tiny test case. >> > > http://bugs.php.net/ > > Best place to post it and