php-general Digest 29 Nov 2008 10:41:19 -0000 Issue 5816

2008-11-29 Thread php-general-digest-help
php-general Digest 29 Nov 2008 10:41:19 - Issue 5816 Topics (messages 283906 through 283912): PEAR ExcelWriter corrupt / Bug Report CAPTCHA borked 283906 by: Richard Lynch Re: Trre/Drop Down quick app for testing database tbls 283907 by: Adam Lewis Re: Curl with asp

php-general Digest 29 Nov 2008 23:10:09 -0000 Issue 5817

2008-11-29 Thread php-general-digest-help
php-general Digest 29 Nov 2008 23:10:09 - Issue 5817 Topics (messages 283913 through 283917): Something to lighten the mood... 283913 by: Richard Heyes 283914 by: Nathan Rixham 283915 by: Nathan Rixham 283916 by: Daniel P. Brown operators as callbacks?

Re: [PHP] Parsing XML

2008-11-29 Thread Ashley Sheridan
On Fri, 2008-11-28 at 20:39 +0100, Per Jessen wrote: Andrew Ballard wrote: XSL will only allow me to convert it into a different document format, which is not what I want as I need to keep a local copy of information in a database for searching and sorting purposes. Nathans class allows

[PHP] Something to lighten the mood...

2008-11-29 Thread Richard Heyes
Just read this: How many Google Chrome users does it take to change a lightbulb? None. The lightbulb is isolated, so if it fails, the room doesn't go dark. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing

[PHP] Re: Something to lighten the mood...

2008-11-29 Thread Nathan Rixham
Richard Heyes wrote: Just read this: How many Google Chrome users does it take to change a lightbulb? None. The lightbulb is isolated, so if it fails, the room doesn't go dark. tbh I'm most impressed with your remote php-general-list mood detection script - how did you know? -- PHP

Re: [PHP] Re: Something to lighten the mood...

2008-11-29 Thread Daniel P. Brown
On Sat, Nov 29, 2008 at 3:25 PM, Nathan Rixham [EMAIL PROTECTED] wrote: tbh I'm most impressed with your remote php-general-list mood detection script - how did you know? And here, when you said 'RBH' the first time, I thought you knew Richard's middle name. -- /Daniel P. Brown

[PHP] Re: Something to lighten the mood...

2008-11-29 Thread Nathan Rixham
Richard Heyes wrote: Just read this: How many Google Chrome users does it take to change a lightbulb? None. The lightbulb is isolated, so if it fails, the room doesn't go dark. rbh I'm most impressed with your remote php-general-list mood detection script - how did you know? -- PHP

[PHP] operators as callbacks?

2008-11-29 Thread Joe
Is it possible to use a PHP operator as a callback? Suppose I want to add two arrays elementwise, I want to be able to do something like this: array_map('+', $array1, $array2) but this doesn't work as + is an operator and not a function. I can use the BC library's math functions instead:

Re: [PHP] operators as callbacks?

2008-11-29 Thread Nathan Nobbe
On Sat, Nov 29, 2008 at 2:42 PM, Joe [EMAIL PROTECTED] wrote: Is it possible to use a PHP operator as a callback? not that im aware of, even if you use the operator overloading extension, im not sure youll find that ability. I can use the BC library's math functions instead:

[PHP] Text To Speech Update

2008-11-29 Thread Daniel P. Brown
Any/All: For those of you who were asking about the PHP Text-To-Speech system I had running, it's back online now. If you have a few free seconds, please take a look at http://www.pilotpig.net/txt2wav.php and let me know if it's working for sure in your browser and on your OS. With

Re: [PHP] Text To Speech Update

2008-11-29 Thread Nathan Nobbe
On Sat, Nov 29, 2008 at 5:21 PM, Daniel P. Brown [EMAIL PROTECTED]wrote: Any/All: For those of you who were asking about the PHP Text-To-Speech system I had running, it's back online now. If you have a few free seconds, please take a look at http://www.pilotpig.net/txt2wav.php and

[PHP] Re: operators as callbacks?

2008-11-29 Thread Martin ZvarĂ­k
Joe napsal(a): Is it possible to use a PHP operator as a callback? Suppose I want to add two arrays elementwise, I want to be able to do something like this: array_map('+', $array1, $array2) but this doesn't work as + is an operator and not a function. I can use the BC library's math functions

Re: [PHP] Text To Speech Update

2008-11-29 Thread Michael Kubler
Works ok for me on FFox v2 and v3 on my Windows XP machines, but when trying it on IE v6.0 the speech is played back REALLY fast. Like super chipmunk style. I tried a duration of 5.5, but that mainly just made the pauses between the words longer, but was still very high pitched and fast.