Re: [PHP] Reading class variable value always returns NULL

2012-08-15 Thread Reto Kaiser
to this behavior is very hard to further simplify. If we throw different exceptions, or unserialize different objects it doesn't happen anymore... As a workaround we added exit; to the end of our php script. With a call to exit the apache worker will not get tainted... Regards, Reto On Tue, Aug 14, 2012

Re: [PHP] Reading class variable value always returns NULL

2012-08-14 Thread Reto Kaiser
about a week. We had 3 small software upgrade coming from debian since we observe the problem. We think they cannot be related. Still we have reverted all of those and still see the problem. Next step is that we setup a exact copy of the machine. Maybe it is a hardware problem... Thanks, Reto

Re: [PHP] Reading class variable value always returns NULL

2012-08-14 Thread Reto Kaiser
Hi, We have since deployed another webserver machine and observe the exact same behavior there. So it is not a hardware problem. We have also disabled various php modules, but this didn't help either. Any debug suggestions are welcome! :) Reto On Tue, Aug 14, 2012 at 10:40 AM, Reto Kaiser r

Re: [PHP] Reading class variable value always returns NULL

2012-08-14 Thread Reto Kaiser
! Thanks, Reto On Tue, Aug 14, 2012 at 11:11 PM, Jim Lucas li...@cmsws.com wrote: On 08/12/2012 05:32 AM, Reto Kaiser wrote: Hi, So I have this strange situation where I assign a classvariable a value, but when I read the value it is NULL. Does anyone have an idea what could cause

[PHP] Reading class variable value always returns NULL

2012-08-12 Thread Reto Kaiser
/2f7e80bd03abfb728b659634d3f4bac0131f4d6a/gistfile1.txt php -i: https://raw.github.com/gist/3331651/bcf6e3654bf391482627505447848de173d0bbab/gistfile1.txt Does anyone have an idea what could cause this, or how to further debug? Thanks, Reto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Copy sent mail in a mailbox folder

2005-05-28 Thread Reto
this to the mailfolder... Thanks in advance reto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Copy sent mail in a mailbox folder PS

2005-05-28 Thread Reto
if sharing with me... cu reto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Sorting Objects in an array by object properties

2005-05-27 Thread Reto M. Kiefer
of email header sorted by their arrival time. Has anyone an idea how to solve this? I tried various of the array sorting functions but without success. Thanks in advance Reto PS: The array has the following structure: Array ( [0] = mail_Header Object ( [id] = 1 [pid] = 1 [read] = r

[PHP] Missing images

2002-11-25 Thread Baumann Reto
work. The only thing which does work is shutting down the browser and restarting the whole thing. So, why do some images turn white? These normally happens after about the 6th page of images (12 iamges a page). Any idea? Thanks a lot reto -- PHP General Mailing List (http://www.php.net

Re: [PHP] Header Location not working

2002-11-20 Thread Baumann Reto
Yes, I have an exit() immediately following header... Could these statements in any way affect the session? Or session update? Jason Wong [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wednesday 20 November 2002 06:36, Baumann Reto wrote: Hi all

[PHP] Load Balancing and PHP Sessions

2002-04-25 Thread Baumann Reto
with session.cookie_domain? Thanks for any help Reto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Lossless JPEG image rotation

2002-02-24 Thread Baumann Reto
convert isn't lossless :( Any other ideas? Thanks a lot Reto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Getting an RGB value of a pixel (JPEG)

2002-02-19 Thread Baumann Reto
Hi there I have to get an RGB value of a specified pixel in an JPEG image. This image uses 24bit per pixel (so is true-color). How could this be done? Thanks a lot Reto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php