Re: [PHP-WIN] php5ts.dll errors

2007-09-06 Thread John Mertic
Are you getting anything? If not, do you have access to Visual Studio ( and experience using it to debug )... On 9/6/07, Sean <[EMAIL PROTECTED]> wrote: > > I hate to ask more questions and thanks for the help so far. But going > though the process of doing the backtrace, it seems that it is for

Re: [PHP-WIN] php5ts.dll errors

2007-09-06 Thread Sean
"John Mertic" wrote: > Build the backtrace and send it to me. I'll see what I can do > > John > > On 9/5/07, Sean <[EMAIL PROTECTED]> wrote: > > "John Mertic" wrote: > > > > > Follow the instructions at > > > http://bugs.php.net/bugs-generating-backtrace-win32.php to > > > generate a backtr

Re: [PHP-WIN] space in filenames when uploading?

2007-09-06 Thread Armando
Strange... I just tried creating and writing to a text file by using a filename with a space in it and it worked ok. Perhaps consider using str_replace to convert spaces to the ascii value for a space (chr(32) I believe) and give it a shot. Cheers. Armando Gustav Wiberg wrote: Hi! Of course

Re: [PHP-WIN] PHP 4/5 Differences.

2007-09-06 Thread Bento Fernandes
What type of Script is it? Bento Fernandes http://www.goanwap.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: n00b cannot start MySQL

2007-09-06 Thread Bento Fernandes
Start Mysql from command prompt go to start > run > C:\> "C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld" --console -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php