I have been advised by Steph that I should apply for a cvs account. I have been
helping out with php-gtk windows builds and adapting the scintilla editing
component to php-gtk2.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
Here is a small change to usleep so it will work with win32.
It is very useful for tight while loops when using socket functions
and reduces cpu load from 100% to 0%-2% (on my win2k box) by just
adding usleep(1000); after the while().
(Code snippet was taken from pgsql)
Diff is from php-4.4 cv
Hi Wez,
Friday, January 27, 2006, 11:24:33 AM, you wrote:
WF> We've had working usleep on windows since november 2003 in the PHP 5 branch.
WF> Check out win32/time.c
WF> --Wez.
Thanks for the pointer, was using php-gtk1 so php5 was out of the
question and a quick look at the same file showed no
Hi,
Friday, November 5, 2004, 8:42:49 PM, you wrote:
KR> Marcus Boerger wrote:
>> Thinking about it another time you're right. So what the patch offers is
>> all we can do. However having the session id available somehow would make
>> the the patch usefull.
KR> I have some ideas for this. It may
Hi,
Saturday, November 6, 2004, 10:25:57 AM, you wrote:
MB> Hello Tom,
MB> can you please provide a unified diff (diff -u) which everyone here
MB> understands? Also it would help to see a diff against HEAD.
MB> regards
MB> marcus
This is against the latest cvs 4.3
--
regards,
TomIndex: Ze
Hi,
Thursday, August 7, 2003, 10:36:46 PM, you wrote:
D> Hey,
D> I'm quite new to this, so please don't shoot this down too harshly. If I
D> don't explain something clearly enough, please ask me.
D> Because Application variables are pretty much shared session variables,
D> I wonder if perhaps th