[PHP-DEV] Re: [PHP-QA] PHP 4.2.3 RC1 rolled

2002-08-25 Thread derick
On Sun, 25 Aug 2002, Phil Driscoll wrote: On Saturday 24 August 2002 9:31 am, [EMAIL PROTECTED] wrote: Done. please let me know if something is missing. We don't seem to be getting the results submitted to http://qa.php.net/buildtest-submit.php posted to the QA list, as we usually do.

Re: [PHP-DEV] Another output buffering oddity

2002-08-25 Thread Marcus Börger
You are using an undocumented feature of ouput. if (!$this-_started) { ob_start( array( $this, 'transform' ) ); You set the output handler by passing an object and a method name in an array but this and arrays

Re: [PHP-DEV] Another output buffering oddity

2002-08-25 Thread Sebastian Bergmann
Marcus Börger wrote: You are using an undocumented feature of ouput. if (!$this-_started) { ob_start( array( $this, 'transform' ) ); This is not an undocumented feature, AFAIK. Callbacks are supposed to

Re: [PHP-DEV] Another output buffering oddity

2002-08-25 Thread Marcus Börger
Yep, i am nearly ready, i hope. marcus At 12:45 25.08.2002, Zeev Suraski wrote: Sebastian's right, even though this does require that the code allows this. Was this changed since 4.2? At 13:24 25/08/2002, Sebastian Bergmann wrote: Marcus Börger wrote: You are using an undocumented feature

[PHP-DEV] Curl no longer compiles

2002-08-25 Thread Derick Rethans
Hello, I get the following message when trying to enable the Curl extension: In file included from /dat/dev/php/php-4.3.0dev/ext/curl/curl.c:45: /dat/dev/php/php-4.3.0dev/ext/curl/php_curl.h:114: parse error before `CURLM' /dat/dev/php/php-4.3.0dev/ext/curl/php_curl.h:114: warning: no

[PHP-DEV] UTF-8 encoding

2002-08-25 Thread Stefan Esser
Hello, html.c / get_next_char() has an utf-8 decoder. The implementation is a little bit fishy. AFAIK utf-8 sequences are 1 upto 4 chars but this one supports 5, 6 byte utf-8 sequences. I wonder where this addition to the standard is defined.. The problem is the following: the german ue is 0xFC

[PHP-DEV] UTF-8 encoding

2002-08-25 Thread Stefan Esser
forget my last mail... I just found the addition myself. Stefan -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: notarius

2002-08-25 Thread Kirill P. Barashkin
I want to make Russian translation of documentation. So I need access to phpdoc tree of CVS. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] UTF-8 encoding

2002-08-25 Thread Wez Furlong
Hi Stefan, I borrowed that code from the mbstring extension. Either I misinterpreted the code, or mbstring also has it's utf-8 decoder incorrect. --Wez. On 08/25/02, Stefan Esser [EMAIL PROTECTED] wrote: Hello, html.c / get_next_char() has an utf-8 decoder. The implementation is a little

Re: [PHP-DEV] UTF-8 encoding

2002-08-25 Thread Stig Venaas
On Sun, Aug 25, 2002 at 06:28:44PM +0100, Wez Furlong wrote: Hi Stefan, I borrowed that code from the mbstring extension. Either I misinterpreted the code, or mbstring also has it's utf-8 decoder incorrect. --Wez. On 08/25/02, Stefan Esser [EMAIL PROTECTED] wrote: Hello, html.c

[PHP-DEV] CVS Account Request: mmkhajah

2002-08-25 Thread Mohammed M. H. Khajah
Contributing to the arabic version of the PHP Manual. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php