Re: [PHP] opcode question

2007-09-05 Thread Rob Desbois
this specific error. Where can I find documentation concerning opcodes and particularly this error? Regards Frank -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946

[PHP] Bind function parameters with create_function ('currying')

2007-09-04 Thread Rob Desbois
create a class with the one function, but that seems a wee bit messy to me. Any ideas? -- Rob Desbois Eml: [EMAIL PROTECTED]

Re: [PHP] Pokeing functionality

2007-05-22 Thread Rob Desbois
have any way of implementing a pokeing functionality in php ? Cheers - Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's

[PHP] Timezone DB update frequency

2007-05-21 Thread Rob Desbois
I am responsible for development of a product using PHP, which is distributed as a component of the product. How often does the timezone DB (php_timezonedb.dll) actually *need* to be updated? We would be responsible for this task via product updates so need to know if the default DB shipped with

Re: [PHP] Re: using preg_match

2007-05-16 Thread Rob Desbois
, Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome

[PHP] Timezones

2007-05-15 Thread Rob Desbois
After my last week's email on timezones I have come to the decision that it is far more sensible to cease using fixed offsets from UTC (e.g. +2:00) and to use the proper zones e.g. Europe/London. After doing some reading up on the subject as I am not too familiar with it, I understand that it is

[PHP] Using timezones

2007-05-04 Thread Rob Desbois
I have a script which uses UTC times read from a database. Up until now the users have just provided their current timezone offset from UTC in hours, but this needs to be changed as the script may not be running on a server with UTC set and I'd like to use set_default_timezone(). Looking at