php-general Digest 26 Dec 2009 01:31:36 -0000 Issue 6506

Topics (messages 300683 through 300692):

Merry Christmas!
        300683 by: Shawn McKenzie
        300685 by: Rene Veerman
        300687 by: Robert Cummings
        300689 by: Phpster
        300690 by: Kim Madsen
        300691 by: Frank Arensmeier

Re: idea? add set_trace_handler() to PHP
        300684 by: Rene Veerman

Question Answer based report.
        300686 by: aditya shukla

imagerotate bug?
        300688 by: Richard Lynch

Re: Tracking file download progress
        300692 by: kranthi

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
Merry Christmas from Texas, USA!

-- 
Thanks!
-Shawn
http://www.spidean.com

--- End Message ---
--- Begin Message ---
+1 from Amsterdam :)

& a happy, productive & profitable new year to all a ya.

On Fri, Dec 25, 2009 at 3:16 PM, Shawn McKenzie <nos...@mckenzies.net>wrote:

> Merry Christmas from Texas, USA!
>

--- End Message ---
--- Begin Message ---
Merry Christmas from Ottawa, Canada :)

Errr... uh.. I mean +1

:D




Rene Veerman wrote:
+1 from Amsterdam :)

& a happy, productive & profitable new year to all a ya.

On Fri, Dec 25, 2009 at 3:16 PM, Shawn McKenzie <nos...@mckenzies.net>wrote:

Merry Christmas from Texas, USA!



--
http://www.interjinn.com
Application and Templating Framework for PHP

--- End Message ---
--- Begin Message ---
And Toronto, Ontario adds one as well

Bastien

Sent from my iPod

On Dec 25, 2009, at 2:12 PM, Robert Cummings <rob...@interjinn.com> wrote:

Merry Christmas from Ottawa, Canada :)

Errr... uh.. I mean +1

:D




Rene Veerman wrote:
+1 from Amsterdam :)
& a happy, productive & profitable new year to all a ya.
On Fri, Dec 25, 2009 at 3:16 PM, Shawn McKenzie <nos...@mckenzies.net>wrote:
Merry Christmas from Texas, USA!


--
http://www.interjinn.com
Application and Templating Framework for PHP

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--- End Message ---
--- Begin Message ---
Rene Veerman wrote on 25/12/2009 17:04:
+1 from Amsterdam :)

& a happy, productive & profitable new year to all a ya.

Copenhagen sents kind regards too, may you all have some swell days.

And C U at Queensday? :o)

--
Kind regards
Kim Emax - masterminds.dk

--- End Message ---
--- Begin Message ---
Merry Christmas from Sweden!

/frank
Skickat från min iPhone.

25 dec 2009 kl. 15.16 skrev Shawn McKenzie <nos...@mckenzies.net>:

Merry Christmas from Texas, USA!

--
Thanks!
-Shawn
http://www.spidean.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--- End Message ---
--- Begin Message ---
On Fri, Dec 25, 2009 at 11:26 AM, Andy Shellam <andy-li...@networkmail.eu>wrote:

> Hi,
>
> Have you taken a look at Xdebug - http://xdebug.org/ ?
>
> From the manual: "Xdebug allows you to log all function calls, including
> parameters and return values to a file in different formats."
>
> Would this do what you need - then your second script could process this
> file?
>
> Regards,
> Andy
>
>
Well, after installing PECL APD, i found that the parameters listed @
http://nl3.php.net/manual/en/function.apd-set-pprof-trace.php are incorrect.
Without a guessing game, apd_set_pprof_trace() won't do it's work at all.

So i'll have a look at xdebug between the festivities of these days.. Thanks
for the tip.

I'll probably still have the concurrency problem though (lots of data being
written to disk, read from disk by another thread, and expecting such an
arrangement to keep up with real-time). It's usually a recipe for disaster.

But it'd be soooo cool to fire off multiple "threads" from any php
function(1) and see the functions being called in various threads pop up in
my ajax debugger, with details of any call shown on-mouse-over. Interesting
sub-threads (aka: the ones that produce anomalies) would stay listed,
successfull subthreads would fairly quickly disappear from view.

The one solution i have to avert said disasters is to maintain a pointer
for:
- whatever my own logging format  has "absorbed" from the xdebug log file
(for the current operation)
- whatever the browser has read/absorbed from my own logging format.

By timestamping all the entries, i can at least get my ajax debugging wonder
to correctly display all that has happened in very-recent times for my
operation. It'll lag, but i'm hoping i can avert any of the "disasters" that
have plagued me in the past when processing large data sets "through a
disk".

(1)=(by doing $h[$num]=fopen($urlOnMyOwnServer), and then fread($h[$num],
2048) in a loop, processing results when feof($h[$num])===true )

--- End Message ---
--- Begin Message ---
Merry Christmas Guys,

I am trying to make a small web application which has some question and some
answers for that questions.My aim is to create a report based on the
questions and answers
related to questions.Please suggest a way to go about the application.Should
I go for a if-else or switch case format for the answers or is there a
better way.? The app is something similar to the apps on facebook where
questions-answers give us a report.

Thanks

Aditya

--- End Message ---
--- Begin Message ---
Can anybody email me off-list to comment on whether the bug
demonstrated here for imagerotate is fixed in current PHP?

http://6112northwolcott.com/dogfight/rotate.htm

All the backgrounds should be white, not black.

I can't easily test on a newer version of PHP at the moment.

-- 
Some people ask for gifts here.
I just want you to buy an Indie CD for yourself:
http://cdbaby.com/search/from/lynch



--- End Message ---
--- Begin Message ---
> Thanks all, I've found the solution! PHP Backend + JQuery works great!
Just out of curiosity. Can you please tell me how you initiated the download?

--- End Message ---

Reply via email to