Re: [PHP-DEV] Re: [php-icu] Graphemes and unicode vs intl extension

2008-03-21 Thread Friedhelm Betz
Hi, Stanislav Malyshev wrote: All functions in pecl/intl should therefore be named intl_foobar() and classes intlFooBar in theory. Well, intl module as I mentioned is a bit different - it has functional parts which could be in fact separate extensions, but for practical reasons aren't. So

Re: [PHP-DEV] Revisiting output control code

2006-02-28 Thread Friedhelm Betz
Jasper Bryant-Greene wrote: Michael Wallner wrote: I'd like to suggest that we revisit the output control (output buffering) code base. On a semi-related note, I'd like to see the docs mention that print_r and var_export (with the second parameter set to TRUE), and debug_print_backtrace,

Re: [PHP-DEV] Zend Sudio's Optimizer / PHP 5.1.1

2005-12-02 Thread Friedhelm Betz
Joseph Crawford wrote: i keep getting an error that zend optimizer doesnt work with this version of PHP, can anyone explain why that would be? i have gone into zend studio and went to /lib/Optimizer-2.5.13/ created the php-5.1.x dir and copied the ZendOptimizer.dll from the php-5.0.x directory

Re: [PHP-DEV] $ref = $this;

2005-10-04 Thread Friedhelm Betz
Oliver Grätz wrote: Ford, Mike schrieb: Yes, very true. I've mentioned before that I think PHP 5's object thingummies should be referred to as handles (and I'm sure I actually saw this usage in early versions of the PHP 5 or Zend Engine 2 proposals). Then, it's much clearer that: $obj2 =

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] SimpleXML marked as EXPERIMENTAL

2004-12-01 Thread Friedhelm Betz
Hi, It was probably just overlooked? I'll remove EXPERIMENTAL status, unless someone speaks up. S Andi Gutmans wrote: Hi, Is there a reason why SimpleXML is marked as experimental in the PHP documentation? EXPERIMENTAL status was removed from the source tree a few months ago. Andi As long as we

Re: Re[2]: [PHP-DEV] Re[2]: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pdf CREDITS config.m4 pdf.c pdf.dsp php_pdf.h

2004-09-13 Thread Friedhelm Betz
On Monday 13 September 2004 21:19, Rainer Schaaf wrote: [...] As I did put pack the old version, the question remains on how to solve the Bug #29297? For PHP_4_3 bail out for versions pdflib4 and requiremnts for 4.3.x sho Regards Friedhelm -- http://www.jungle-world.com/ -- PHP

Re: Re[2]: [PHP-DEV] Re[2]: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pdf CREDITS config.m4 pdf.c pdf.dsp php_pdf.h

2004-09-13 Thread Friedhelm Betz
On Monday 13 September 2004 21:19, Rainer Schaaf wrote: [...} As I did put pack the old version, the question remains on how to solve the Bug #29297? to continue ;-) ... and the rest should be handled in the manual Regards Friedhelm -- http://www.jungle-world.com/ -- PHP Internals - PHP

[PHP-DEV] [PATCH] some proto fixes

2004-08-26 Thread Friedhelm Betz
Hi, attached are proto fixes for time_nanosleep (basic_functions.c), convert_uuencode/decode (uuencode.c) and some pspell functions. (against current HEAD) Friedhelm Index: ext/standard/basic_functions.c === RCS file:

Re: [PHP-DEV] XML requirements: Are the docs incorrect ?

2004-08-26 Thread Friedhelm Betz
Hi, http://www.zend.com/php5/andi-book-excerpt.php says In PHP 5, all XML extensions have been rewritten to use the superb libxml2 XML toolkit But the official docs http://us4.php.net/manual/en/ref.xml.php on XML extension say under the requirements section This extension uses expat,

Re: [PHP-DEV] SQLite security

2004-08-23 Thread Friedhelm Betz
On Monday 23 August 2004 14:27, Zeev Suraski wrote: [...] Hrm, well, it's a very bad idea to put the database anywhere under the document root, because then you'd obviously be serving it for everyone to download. Encryption or no encryption, that's a very bad idea. Instead, you should place

Re: [PHP-DEV] PHP4 - PHP5 incompatibility - classes must be declared before being used

2004-04-19 Thread Friedhelm Betz
On Sunday 11 April 2004 23:16, Marcus Boerger wrote: Hello Marc, [...] I read that for simple cases, instantiation before declaration will work...does/will this cause an E_STRICT error? no but probabla something to discuss since maybe later it won't work anymore and it is 'not so good

[PHP-DEV] [patch] gd.h windows font path

2004-04-12 Thread Friedhelm Betz
Hi, attached patches add c:\windows\fonts to DEFAULT_FONTPATH. c:\windows\fonts is the standard for Windows 98 and windows XP. Maybe a more sophisticated solution would use getenv(windir)? Regards Friedhelm Index: gd.h === RCS

[PHP-DEV] Fwd: [PHP-NOTES] note 39212 added to function.dbase-create

2004-01-20 Thread Friedhelm Betz
Hi, is the following note correct? As i read the source it is: 0 length fieldname =10 Unsure about the limit of C. Is it =255 chars? If someone can confirm, I will update the docs. Thanks for your time. Regards Friedhelm Betz -- Forwarded Message -- Subject: [PHP-NOTES

Re: [PHP-DEV] PHP 5 RC 1 - Article/Tutorial Sponsorship Opportunity

2003-11-13 Thread Friedhelm Betz
very welcome to contribute to the php manual ;-) contact: [EMAIL PROTECTED] more info: php.net/dochowro Regards Friedhelm Betz -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php