From: davefazio at annulet dot com
Operating system: Windows 2003 Sever
PHP version: 5.0.0b2 (beta2)
PHP Bug Type: MySQL related
Bug description: TABLE TEMPORARY DOES NOT WORK

Description:
------------
Keep getting a FAIL when passing a CREATE TABLE TEMPORARY in PHP 5 (and
the current production release). I can run the exact same query with same
MySQL user from the command line without error.

Reproduce code:
---------------
and CREATE TABLE TEMPORARY statement should reproduce the problem.

Actual result:
--------------
mysql_query returns FALSE adn the table is not created

--
Edit bug report at [url]http://bugs.php.net/?id=26387&edit=1[/url]
--
Try a CVS snapshot (php4): [url]http://bugs.php.net/fix.php?id=26387&r=trysnapshot4[/url]
Try a CVS snapshot (php5): [url]http://bugs.php.net/fix.php?id=26387&r=trysnapshot5[/url]
Fixed in CVS: [url]http://bugs.php.net/fix.php?id=26387&r=fixedcvs[/url]
Fixed in release: [url]http://bugs.php.net/fix.php?id=26387&r=alreadyfixed[/url]
Need backtrace: [url]http://bugs.php.net/fix.php?id=26387&r=needtrace[/url]
Try newer version: [url]http://bugs.php.net/fix.php?id=26387&r=oldversion[/url]
Not developer issue: [url]http://bugs.php.net/fix.php?id=26387&r=support[/url]
Expected behavior: [url]http://bugs.php.net/fix.php?id=26387&r=notwrong[/url]
Not enough info: [url]http://bugs.php.net/fix.php?id=26387&r=notenoughinfo[/url]
Submitted twice: [url]http://bugs.php.net/fix.php?id=26387&r=submittedtwice[/url]
register_globals: [url]http://bugs.php.net/fix.php?id=26387&r=globals[/url]
PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=26387&r=php3[/url]
Daylight Savings: [url]http://bugs.php.net/fix.php?id=26387&r=dst[/url]
IIS Stability: [url]http://bugs.php.net/fix.php?id=26387&r=isapi[/url]
Install GNU Sed: [url]http://bugs.php.net/fix.php?id=26387&r=gnused[/url]
Floating point limitations: [url]http://bugs.php.net/fix.php?id=26387&r=float[/url]