Re: [PHP-DEV] Performance problem in Windows between 5.1 & 5.2

2007-04-25 Thread Andrew Hutchings
ig not to be noticed). Of > course, this could be related to my lack of knowledge, and that's why I'm > asking here for hints. Try 5.2.0, I found it has no performance hit when compared to 5.1.6. Regards Andrew -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ Windows is th

[PHP-DEV] Re: Performance problem in Windows between 5.1 & 5.2

2007-04-24 Thread Andrew Hutchings
h a microtime difference between start & end I get: > > - PHP 5.1.6: 111ms avg. > - PHP 5.2.1: 205ms avg. I brought this issue up before using Linux, but it was all in my imagination apparently :) Regards Andrew -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ Windows

Re: [PHP-DEV] Re: php feature

2007-04-13 Thread Andrew Hutchings
in. They would work like 1 > script, and that just goes wrong. Hmm...I could see this being a security risk as well, if one script is breached then you could get the variables PHP wide. Or something to that effect. Regards Andrew -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.u

Re: [PHP-DEV] Re: php feature

2007-04-13 Thread Andrew Hutchings
Tijnema ! wrote: > On 4/12/07, Oliver Block <[EMAIL PROTECTED]> wrote: >> Am Donnerstag, 12. April 2007 06:34 schrieb Andrew Hutchings: >> > Isn't that what a database is for (e.g. MySQL)? >> >> No. - It's that what a symbol table is for.:-) >>

[PHP-DEV] Re: php feature

2007-04-11 Thread Andrew Hutchings
t; script files for a single user , 'application variables' store values within > the whole application and not only for a single user. Isn't that what a database is for (e.g. MySQL)? Regards Andrew -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ Windows is th

[PHP-DEV] Re: PHP 4.4.6 Released!

2007-03-01 Thread Andrew Hutchings
se release fixes a crash that wasn't introduced until this release. That's clever ;) Regards Andrew -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ A-Wing Internet Services - http://www.a-wing.co.uk/ Windows is the path to the darkside...Windows leads to Blue Screen. B

[PHP-DEV] Re: PHP UserID ?

2007-03-01 Thread Andrew Hutchings
PHP as a module then it will run as the same user as Apache. If you use suPHP then it runs as the same user as the script being executed. Regards Andrew -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ A-Wing Internet Services - http://www.a-wing.co.uk/ Windows is the path to t

Re: [PHP-DEV] PHP 5.2.1 twice as slow?

2007-02-28 Thread Andrew Hutchings
rcat(2000) 5.628 Which I hope helps my uneducated theory that allocating the memory blocks for the task is what is causing the delay. I'm glad its not just me anyway :) Regards Andrew -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ A-Wing Internet Services - http

Re: [PHP-DEV] PHP 5.2.1 twice as slow?

2007-02-26 Thread Andrew Hutchings
nks to everyone for your help. Regards Andrew -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ A-Wing Internet Services - http://www.a-wing.co.uk/ Windows is the path to the darkside...Windows leads to Blue Screen. Blue Screen leads to downtime. Downtime leads to suffering...I sense much Wi

Re: [PHP-DEV] PHP 5.2.1 twice as slow?

2007-02-26 Thread Andrew Hutchings
is it is something to do with the memory handler but I have no time left to gather any more evidence or delve into the source. Regards Andrew -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ A-Wing Internet Services - http://www.a-wing.co.uk/ Windows is the path to the darkside...Wind

Re: [PHP-DEV] PHP 5.2.1 twice as slow?

2007-02-26 Thread Andrew Hutchings
Antony Dovgal wrote: > On 02/26/2007 05:12 AM, Andrew Hutchings wrote: >> Much better than the score I was getting for 5.2.1 although some of the >> tests are slightly slower than 5.2.0. > > I'm sure if won't see any difference if you run the bench a dozen of

Re: [PHP-DEV] PHP 5.2.1 twice as slow?

2007-02-25 Thread Andrew Hutchings
the strcat test is so much slower may help diagnose where the delay is coming from, I am guessing at memory allocation. Regards Andrew -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ A-Wing Internet Services - http://www.a-wing.co.uk/ Windows is the path to the darkside...Windows le

Re: [PHP-DEV] PHP 5.2.1 twice as slow?

2007-02-25 Thread Andrew Hutchings
ower than 5.2.0. Regards Andrew -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ A-Wing Internet Services - http://www.a-wing.co.uk/ Windows is the path to the darkside...Windows leads to Blue Screen. Blue Screen leads to downtime. Downtime leads to suffering...I sense much Windo

Re: [PHP-DEV] PHP 5.2.1 twice as slow?

2007-02-25 Thread Andrew Hutchings
.0 and the box is running CentOS4. > Also please make sure the same CFLAGS are _really_ used in the build. Already have confirmed visually during compile and using analyse-x86 on the binary. Regards Andrew -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ A-Wing Internet Servic

Re: [PHP-DEV] PHP 5.2.1 twice as slow?

2007-02-25 Thread Andrew Hutchings
me-magic=%{_sysconfdir}/httpd/conf/magic \ --without-sqlite \ --with-libxml-dir=%{_prefix} \ --with-xml \ Regards Andrew -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ A-Wing Internet Services - http://www.a-wing.co.uk/ Windows is the path to the darkside...Windows le

[PHP-DEV] PHP 5.2.1 twice as slow?

2007-02-25 Thread Andrew Hutchings
(5) 0.176 hash2(500) 0.194 heapsort(2)0.541 matrix(20) 0.446 nestedloop(12) 0.808 sieve(30) 0.422 strcat(20) 0.422 Total 18.427 Please tell me I am missing something here :) Regards Andrew -- Andrew