[PHP-DEV] Status of PHP 4.4.3?

2006-06-25 Thread Dirk Haun
Hi, I'm wondering what happened to the planned release of PHP 4.4.3. The original release date (May 30th) has long passed and I haven't seen any response to Pierre's recent questions about the status of the release. From what I can see[1], no new release candidates were released either. Are there

[PHP-DEV] [PATCH] array_fill: Allow an array to specify keys

2006-06-25 Thread Matt W
Hi all, I'm on Windows and haven't tried submitting a patch before, so I JUST now installed WinCvs since I don't think you want just a diff of my local file. I used PHP_5_1 since: 5.1's the regular download I started working on; if you use it, I assume this can go in 5.1; and I don't know what to

[PHP-DEV] BIT columns and MySQLi

2006-06-25 Thread Gwynne
Ilia and I have been bouncing back and forth on bug #37671 (MySQLi extension fails to recognize BIT columns)[1] between yes it's fixed, no it isn't! for some time now. I'm curious which one of us the experience of others agrees with. Ilia seems to be able to get a working result with the

[PHP-DEV] Streams and Threads under Php

2006-06-25 Thread Andrew Mather (BT Std)
I have a C++ based php-extension accessing a C++ based non-php .so data engine, which reads and writes using the open/read/write/close calls in fcntl.h. The non-php engine is reliable away from php, but when accessed via the php extension, it works, but runs into two forms of errors: a)