[PHP-WIN] PDO with prepared statements

2006-02-13 Thread Travis Raybold
i'm using PHP 5.1.2, and trying to manipulatre a database with PDO_ODBC accessing a MS SQL Server database. i can execute normal queries with no problem. but when i start executing prepared statements i run into problems. has anyone successfully used multiple parameter prepared statements with

Re: [PHP-WIN] PDO with prepared statements

2006-02-13 Thread Travis Raybold
looks like this is a bug with 5.1.1 and 5.1.2, but works with 5.1.0. http://bugs.php.net/bug.php?id=35671 --trabis Travis Raybold wrote: i'm using PHP 5.1.2, and trying to manipulatre a database with PDO_ODBC accessing a MS SQL Server database. i can execute normal queries with no problem. b

[PHP-WIN] Upload files problem

2006-02-13 Thread Ing. Tom�s Liendo
Hi I have problems to upload files... The error: "failed to open stream: Permission denied" I just deactivated the read-only option of the upload folder but I still having the same problem... What can I do? Thank you, Tom. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visi

Re: [PHP-WIN] Upload files problem

2006-02-13 Thread trystano
You need to set the correct permissions on the folder inwhich you want to upload the files into. Tryst -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Strange access violation

2006-02-13 Thread Dbird..
I'm running php version 4.3.7 on Windows 2003 Server and IIS 6.0 I have several websites which are all using php extensively but I have one website where I am consistantly getting the following error: "PHP has encountered an Access Violation at 01930AFD" The error occurrs on every page, but where

[PHP-WIN] Re: Strange access violation

2006-02-13 Thread Dbird..
To make this even more interesting is that when I reboot the server, the error goes away for a period of time, usually about 30 minutes. Any ideas? ""Dbird.."" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm running php version 4.3.7 on Windows 2003 Server and IIS 6.0 > > I have

Re: [PHP-WIN] Re: Strange access violation

2006-02-13 Thread Armando
If it goes away on a server reboot for a period of time, then it sounds suspiciously like a memory leak, ie; the application is trying to reference an area of memory it doesn't have access to. I've seen this problem with other applications... they'd run fine for a period of time after a reboot

Re: [PHP-WIN] Re: Strange access violation

2006-02-13 Thread Dbird..
Armando, I appreciate the response. Hopefully we can track it down better. The websites which are functioning properly are actually much more complex than this one. lol. The only real difference is that I have some javascript running a countdown clock which is displayed using images which are

[PHP-WIN] System integration

2006-02-13 Thread dale
Hi guys, Does anyone know or got an idea of how to access the user accounts of Active Directory using PHP? I need to integrate my intranet application's authentication with that of Active Directory. Any help or ideas will be greatly appreciated. Kind Regards, Dale -- PHP Windows Mailing List