Re: [PHP-DB] PHP / iODBC / PostGreSQL: running into a deadlock

2010-05-24 Thread Chris
To try to solve this issue, I grabed the sources for PHP (5.3.2) and libiodbc (3.52.7). When ran under GDB, I can observe the following: odbc_exec() [PHP code] calls SQLAllocStmt() [libiodbc code], which calls some internal function that tries to call SQLAllocStmt(), in some indirect recursive w

[PHP-DB] PHP / iODBC / PostGreSQL: running into a deadlock

2010-05-24 Thread prometheus
Hi, I recently decided to setup my mac for some php developments. OS X 10.5 already ships with Apache, PHP and I chose PostGreSQL as DB server. I picked a package link from the official website and I installed it. The DB server is running smoothly. Now, as OS X's php module is not pgsql-enabled,

[PHP-DB] Re: Call two class object failed

2010-05-24 Thread Tanel Tammik
""win.a"" wrote in message news:[email protected]... > Hi my friend,i wrote two classed on is user,the other is db .The user > have a property which from the db class object . > > > When i writing my application have both class object invoked at the > sa

[PHP-DB] Re: Call two class object failed

2010-05-24 Thread Tanel Tammik
""win.a"" wrote in message news:[email protected]... > Hi my friend,i wrote two classed on is user,the other is db .The user > have a property which from the db class object . > > > When i writing my application have both class object invoked at the > s