[PHP-DEV] [PATCH] Syntax highlighting with 'b' string prefix

2007-01-08 Thread Matt Wilmas
Hi all, Just noticed that the 'b' prefix doesn't appear in syntax highlighting, nor Tokenizer extension, with T_CONSTANT_ENCAPSED_STRING (and with heredocs in 5.2). That's because yytext is incremented. I've attached patches (didn't test HEAD's) with a quick fix if it's acceptable. :-) Matt In

[PHP-DEV] How to solve 5 W and 4 H

2007-01-08 Thread Sabzali Khan
How to solve 5 W and 4 H When the justice will be prevailed globally? The justice will be prevailed globally then when the “Thinkers types of Citizens” like Scientists, Philosophers, Authors, Judges, lawyers, Solicitors, Barristers at law, Legislators and Thinkers etc. of the human Commun

Re: [PHP-DEV] [PATCH] New functions: array_key_index(), array_first(), array_last()

2007-01-08 Thread Brian Moon
Andrei Zmievski wrote: These functions seem to replace only a couple lines of code at best, especially array_first() and array_last(). I don't think the cost of keeping up the code/docs for the new functions warrants their inclusion. The same could be said for half the array functions. array_

[PHP-DEV] CVS Account Request: mikespook

2007-01-08 Thread mikespook
hi, all, Sorry for sending this mail to the list directly. I have translated a part of the php-gtk-doc into Chinese. And I would continue translating the doc. Anant Narayanan suggested me I would request the account with the cvs. but I cant request an account from the URL:http://www.php.net/cvs

Re: [PHP-DEV] ext/soap ctor errors

2007-01-08 Thread Knut Urdalen
I agree with Lukas here, currently you have to be proactive against the location of the WSDL-file. I currently do like this in my SoapClient's: class MySoapClient extends SoapClient { public function __construct($wsdl ,$options = array()) { if(is_resource(@fopen($wsdl, 'r'))) { parent::

Re: [PHP-DEV] [PATCH] New functions: array_key_index(), array_first(), array_last()

2007-01-08 Thread Arnold Daniels
+1 Currently there is no way to get a key from an array without either moving the cursor or first getting all keys and go from there. While these function are easily written in PHP, the implementation feels more like a dirty workaround than a solid solution. I would personally use these functi

Re: [PHP-DEV] Windows build

2007-01-08 Thread Rob Richards
Not to drag this thread on any longer, but I think I found the issue. There is something wrong with Edin's build. A few of the modules do not have the manifest embedded. I was using bz2 and pdo for testing because I found that both php_bz2.dll and php_pdo.dll have no embedded manifest. When I

[PHP-DEV] PHP 5 Bug Summary Report

2007-01-08 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (622 total including feature requests) ===[*Compile Issues]== 39372 Suspended Incompatibility in the PHP API. ===[*Configur

[PHP-DEV] PHP 4 Bug Summary Report

2007-01-08 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (631 total including feature requests) ===[*Unicode Issues]== 40052 Open wddx_deserialize compiling incorrect multibyte strings from nodes =