Re: [PHP-DEV] XOR congruentation breaks PHP

2009-03-02 Thread Kenan R Sulayman
Additional notice: After several test, I think, it may be the Windows Command line which breaks, ( and not the PHP-CLI ). -- (c) Kenan Sulayman Freelance Designer and Programmer Life's Live Poetry 2009/3/2 Kenan R Sulayman > Hello Christopher! > > It crashes now at $i = 40k ±

Re: [PHP-DEV] XOR congruentation breaks PHP

2009-03-02 Thread Kenan R Sulayman
Hello Christopher! It crashes now at $i = 40k ± 5k, while ( 5k ~ 0.5 second ). Rather ugly, isn't it ? Thanks, -- (c) Kenan Sulayman Freelance Designer and Programmer Life's Live Poetry 2009/3/2 Christopher Jones > > > Kenan R Sulayman wrote: > >> Hey Folks!

[PHP-DEV] XOR congruentation breaks PHP

2009-03-02 Thread Kenan R Sulayman
Hey Folks! I've been writing some code for a small project and saw PHP crashing every time. The Code: write genPad to file ) in bit */ public $buffer = 4096; public function encrypt($InputString, $KeyPhrase){ $KeyPhraseLength = strlen($Ke

Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-02-06 Thread Kenan R Sulayman
All right!I think, there win't be any rejections. Let's deploy it ;-D 2009/2/6 Kalle Sommer Nielsen > 2009/2/6 Kalle Sommer Nielsen : > > G'day > > > > [snip] > > > > -- > > Kalle Sommer Nielsen > > > > Resending the patch, as Felipe said it wasn't there for some odd > reason because of the file

Re: [PHP-DEV] Windows 7 test passed

2009-02-05 Thread Kenan R Sulayman
< Danke Mario, für den Hinweis ! > Hi all, Just for notice: Windoozer7 has been compiled against the rules of VC9. That means: -VC9 is. going to run natively, -VC6 Apps are embedded ( "emulated" ), -therefore some kernel Apps have to be rewritten. Thanks! -- (c) Kenan Sulayman Freelance Designer

Re: [PHP-DEV] casting doubles to ints

2009-02-04 Thread Kenan R Sulayman
Hi Lain! As much as I did understand, this might be a pretty good idea. Anyhow, you want to make this variable to be constant? I think, this might break some calculations.- And another question: Does anyone knows, why PHP is showing 2147483647 as PHP_INT_MAX ? *truly, I'm running x64* Thanks, -

Re: [PHP-DEV] substr passing null...

2009-01-28 Thread Kenan R Sulayman
Why don't make the function return FALSE if parameter equals NULL ? -- (c) Kenan Sulayman Freelance Designer and Programmer Life's Live Poetry 2009/1/28 Paul Biggar > On Wed, Jan 28, 2009 at 6:39 PM, Dan wrote: > >> > >> You're assumption is wrong then, NULL isn't treated as not passing a >

Re: [PHP-DEV] Enhanced __CLASS__ constant

2009-01-21 Thread Kenan R Sulayman
Hey! First of all: the idea is very good. Criticism: Again, that's a new Syntax "feature"; May we deploy this into next releases of PHP? Thanks! -- (c) Kenan Sulayman Freelance Designer and Programmer Life's Live Poetry 2009/1/21 David Grudl > Especially in namespaced code it should be very

Re: [PHP-DEV] New function proposal: spl_class_vars / params / contents

2009-01-21 Thread Kenan R Sulayman
kas Kahwe Smith wrote: >> >>> On 21.01.2009, at 12:00, Karsten Dambekalns wrote: >>> >>> On 21.01.2009 11:44 Uhr, Kenan R Sulayman wrote: >>>> >>>>> I did propose the function because the construction in user-land is >>>>&

Re: [PHP-DEV] New function proposal: spl_class_vars / params / contents

2009-01-21 Thread Kenan R Sulayman
Thanks, I did propose the function because the construction in user-land is quite expensive; Actually tests showed: the user-land algorithm of mapping these objects (regarding a count of thousand; up to a half million objects / iterations) took 0,2 - 70 seconds to execute! Therefore: I would be v

[PHP-DEV] New function proposal: spl_class_vars / params / contents

2009-01-20 Thread Kenan R Sulayman
Hi, I'd like to propose a new function: spl_class_vars / params / contents. Notice: I haven't figured out a name yet Please help me find one.. :-) The function returns an array of the contents of the given class-object. The class-object parameter may be text or rather directly the object ( new f

[PHP-DEV] Compatibility of PHP 5.3 and PHP 6.0 against Windows 7

2009-01-14 Thread Kenan R Sulayman
Hey Folks! Since I am a tester of Windows 7, I took the time to run several thousand test to prove the compatibility. Apart from amazingly less required changes at the side of the user, it ran fluently. I'm looking forward to continue the testing at this platform. Thanks, -- (c) Kenan Sulayman Fr

[PHP-DEV] ASM Entities php5ts.dll

2009-01-11 Thread Kenan R Sulayman
Hey Folks! I've got a question: In the php5ts.dll. Is this point being used to trace entities, or what? .rdata:10454976 align 4 .rdata:10454978 aX25db '%',0 ; DATA XREF: sub_1031C010+7E o .rdata:1045497F align 10h .rdata:10454980 ; char aXmldu

Re: [PHP-DEV] [RFC] Re: [PHP-DEV] __invoke() weirdness

2009-01-04 Thread Kenan R Sulayman
Hi Johannes, foo = "foo";$o->foo(); //Example 1 $o->bar = function(){}; $o->bar(); //Example 2 ?> The example 1 must not work, because PHP tries to call $o->foo() as a function, but not $o->foo as description for the function. To make example 2 working, the declaration has to be cha

[PHP-DEV] PHP compiling

2008-12-31 Thread Kenan R Sulayman
Hey Folks! I've got a error in compiling PHP ( 5.3+ ) (or executing the compiled PHP bin). It occurs with including php_xdebug.dll (alt. known as xDebug Server ). When executing the compiled binary of PHP. Any suggestions? Thanks, -- (c) Kenan Sulayman Freelance Designer and Programmer Life's L

[PHP-DEV] PHP Unavailable

2008-12-28 Thread Kenan R Sulayman
Hey Folks! I've been working with Zend Studio. Since I've uninstalled the suite, PHP is exiting with: Cannot find module (IP-MIB): At line 0 in (none) Cannot find module (IF-MIB): At line 0 in (none) Cannot find module (TCP-MIB): At line 0 in (none) Cannot find module (UDP-MIB): At line 0 in (none

Re: [PHP-DEV] Implode() FR and Patch

2008-12-06 Thread Kenan R Sulayman
I'd appreciate it*

Re: [PHP-DEV] Implode() FR and Patch

2008-12-06 Thread Kenan R Sulayman
Dear Igor, in local tests, here on my server, the performance was, every time I did it, at least 0.02 Second up to 0.1 Second faster than the origin. I'd appreciate, if this feature got included into the next build. Thanks, -- (c) Kenan Sulayman Freelance Designer and Programmer Life's Live Poet

Re: [PHP-DEV] Implode() FR and Patch

2008-12-06 Thread Kenan R Sulayman
Dear Igor, that's a really great feature! A question: hasn't the new one got a better performance ? Thanks, -- (c) Kenan Sulayman Freelance Designer and Programmer Life's Live Poetry http://MyJurnal.tk/

Re: [PHP-DEV] Anonymous Function

2008-11-22 Thread Kenan R Sulayman
Dear Kalle, Thank you, too - for these nice references. Your, -- (c) Kenan Sulayman Freelance Designer and Programmer Life's Live Poetry

Re: [PHP-DEV] Anonymous Function

2008-11-21 Thread Kenan R Sulayman
Well, then excuse moi! I did not realize the power of php 5.3, yet. Thanks, -- (c) Kenan Sulayman Freelance Designer and Programmer Life's Live Poetry

[PHP-DEV] Anonymous Function

2008-11-21 Thread Kenan R Sulayman
Hey out there! I've got a maybe simple question: Where the point of not implementing anonymous functions in php alike javascript? Par example: As normally used: Suggestion: > More Simple, have a better point of view and a bit easier. < Your, -- (c) Kenan Sulayman Freelance Designer and Program

Re: [PHP-DEV] [PATCH] bracketed namespace declarations

2008-11-07 Thread Kenan R Sulayman
Hey there! Why don't you try an implementation as: > namespace foo; (contents xyz) > namespace foob; > (contents xyz of as second called namespace) > Wouldn't it be easier to make such an application tree instead of using the normal bracket-like opening? Your, -- (c) Kenan Sulayman Freelance D

Re: [PHP-DEV] An optimization idea

2008-11-06 Thread Kenan R Sulayman
Hi, I'd completely agree with that patch - it's very useful for me since I only build applications based on arrays; I'll try to apply some other modifications - and maybe we got it ;-D - benchmarking the app core- Your, -- (c) Kenan Sulayman Freelance Designer and Programmer Life's Live Poetry