Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV]Release process

2001-05-03 Thread David Croft
. Cheers, David -- | /+\ \| | | David Croft Infotrek -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV]Release process

2001-05-03 Thread David Croft
whether it is set to a tangible value. Key_exists asks whether the array contains an entry, any entry, for that key. My 2 cents, David -- | /+\ \| | | David Croft Infotrek On Thu, 3 May 2001, Zeev Suraski wrote: At 17:20 3/5/2001, Cynic wrote: I very much agree with Andrei on this. Please, keep

Re: [PHP-DEV] MySQL problems at bugs.php.net

2001-04-29 Thread David Croft
Also unable to fork errors on the search page, and it's been VERY slow recently. -- | /+\ \| | | David Croft Infotrek On Sun, 29 Apr 2001, Zak Greant wrote: Hello All, I just noted a problem at bugs.php.net: bWarning/b: MySQL Connection Failed: Can't create a new thread (errno 11

[PHP-DEV] key_exists from php

2001-04-29 Thread David Croft
key_exists, with the following proto: bool key_exists(array search, string key) Please let me know if this is inappropriate or I have missed something obvious, otherwise I shall add this tomorrow. Thanks, David. -- | /+\ \| | | David Croft Infotrek -- PHP Development Mailing List http

Re: [PHP-DEV] key_exists from php

2001-04-29 Thread David Croft
On Sun, 29 Apr 2001, Andrei Zmievski wrote: Key may be a number as well. -Andrei should that be separate e.g. index_exists? -- | /+\ \| | | David Croft Infotrek -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-DEV] function table

2001-04-26 Thread David Croft
the CG only had global functions and EG has functions currently in scope - is that right? Thanks, David -- | /+\ \| | | David Croft Infotrek -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] function table / hashes

2001-04-26 Thread David Croft
trying to see the difference between zend_hash_find and zend_hash_quick_find. Would I be correct in assuming quick_find only looks at string keys, and it would be safe to use this if the function expects only associative arrays? Thanks again! David -- | /+\ \| | | David Croft Infotrek On Thu, 26

Re: [PHP-DEV] Re: PHP 4.0 Bug #9307 Updated: Numeric-looking arraykeys are forced to be integers

2001-03-06 Thread David Croft
So what about a string key that breaks when someone enters a string that can be autoconverted. Zend turns it into a number and hey presto nothing works any more. Can we have a construct to *force* it not to convert these things? On Tue, 6 Mar 2001, Stanislav Malyshev wrote: DC Even for array

Re: [PHP-DEV] Re: PHP 4.0 Bug #9307 Updated: Numeric-looking arraykeys are forced to be integers

2001-03-06 Thread David Croft
function some_generic_function($myarray) { foreach ($myarray as $k = $v) { if (is_string($k)) { /* some behaviour for associative array element */ } else { /* some behaviour for indexed array element */ } } } On Tue, 6 Mar 2001, Stanislav Malyshev wrote: DC So

[PHP-DEV] Midgard

2001-02-16 Thread David Croft
Midgard extension contains 200k of vanity images. This is unreasonable bloat to the core of PHP. Can you please remove them? David -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP-DEV] File upload error - no mime boundary found after start of file header

2001-02-04 Thread David Croft
I am working on a site that handles a lot of file uploads. Occasionally the following error will be thrown: shell httpd: PHP Warning: File Upload Error - No Mime boundary found after start of file header in Unknown on line 0 Now I figured this was probably a browser bug rather than a PHP bug

[PHP-DEV] DOM XML errors

2001-01-22 Thread David Croft
DOM XML functions write errors to apache's error_log, not very helpful. Any reason for this? any workarounds? Any reason it shouldn't trigger a PHP error? David -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: