[PHP-DEV] mysql 4.0.6 gamma and php 4.3.0 .... ?

2002-12-20 Thread tijn
-Front, all results are returned ok. Can someone confirm that my expectation is correct, and let me know how I can get hold of php 4.3.0 that runs with a more up-to-date client? I know that I can achieve this by recompiling, but I am on windows and don't own Visual C++. Thanks Tijn WinXP / Apa

[PHP-DEV] Re: mysql 4.0.6 gamma and php 4.3.0 .... ?

2002-12-20 Thread tijn
CVS of php 4.4 does not yet include this new extension Hope this helps others tijn -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: mysql 4.0.6 gamma and php 4.3.0 .... ?

2002-12-21 Thread tijn
...please let me know.) tijn "Thomas Seifert" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > oh thanks, didn't notice its only related to windows. > > > Thomas > > On Fri, 20 Dec 2002 22:52:51 +0100 (CET) [EMAIL

[PHP-DEV] Re: mysql 4.0.6 gamma and php 4.3.0 .... ?

2002-12-21 Thread tijn
members AS m USING (proj_id) WHERE (p.create_id='3') OR (m.user_id='3' AND (m.rights & '8' = 8)) When running this query from mysql directly there is no problem, so this indicates to me that the issue is related to the older version client included in php 4.3.

Re: [PHP-DEV] Re: mysql 4.0.6 gamma and php 4.3.0 .... ?

2002-12-21 Thread tijn
and create_date). I did not realise that the$myrow array returned by php only includes one result for fields from 2 tables with the same name, and that it would overwrite the results from the first table with the second. Tijn "Tijn" <[EMAIL PROTECTED]> wrote in message [EMAIL