Re: [PHP] Assistance debugging php 5.x.x

2005-11-23 Thread eric van blokland
ROTECTED]> wrote: > > > > eric van blokland wrote: > > 1. Overengineering perhaps... > > 2. Reinventing the wheel? Probably, but I just like to know every single > > "bit" of the wheel I use > > hmm, did you build your own PC? and the CPU did you b

Re: [PHP] Assistance debugging php 5.x.x

2005-11-23 Thread eric van blokland
them, but seriously, does PHP5 cares about passing an object reference by reference (it's useless and overhead, ok, but does it matter?) Because the code originates from PHP4, I don't have __constructor functions On 11/23/05, Jochem Maas <[EMAIL PROTECTED]> wrote: > >

[PHP] Re: Is there an alternative for $_FILES['guildimage']['type']

2005-11-23 Thread eric van blokland
You could use the exif_imagetype() function http://nl2.php.net/manual/en/function.exif-imagetype.php

Re: [PHP] Assistance debugging php 5.x.x

2005-11-23 Thread eric van blokland
ssuming > that > the problem is in your code: > > 1. if its your code you have the power to fix it, which is a better > situation > to be in than have to rely on third parties to fix an underlying > texchnology. > > 2. it avoids 'blaming' core developers until such t

Re: [PHP] Assistance debugging php 5.x.x

2005-11-23 Thread eric van blokland
1. That's what I've warned about from the beginning, that outside the complete project environment the error probably wouldn't occur. 2. I understand this completely, naturally. I would like to thank everybody spending time in reading my posts, particulary you, Jay. But that's why I would like to g

Re: [PHP] Assistance debugging php 5.x.x

2005-11-23 Thread eric van blokland
Example is still quite large, all database functionality and other arbitrary code has been stripped. Over 50.000 lines of code have been reduced to a few hundred. Example can be downloaded here: http://213.10.83.232/example.tar Explanation of example: - When you load index.php, the involved obje

Re: [PHP] Assistance debugging php 5.x.x

2005-11-23 Thread eric van blokland
I've got some example code on what I'm doing, however, as I expected, the error is gone! All involved objects were taken from the project, but not related code has been stripped-off. (Which means that some of that "at code level not related code" is in fact "related at compiler level". I still sus

RE: [PHP] Assistance debugging php 5.x.x

2005-11-23 Thread eric van blokland
-- Forwarded message -- From: eric van blokland <[EMAIL PROTECTED]> Date: Nov 23, 2005 2:44 PM Subject: Re: [PHP] Assistance debugging php 5.x.x To: Jay Blanchard <[EMAIL PROTECTED]> On 11/23/05, Jay Blanchard <[EMAIL PROTECTED]> wrote: > > [snip] > I

Re: [PHP] Assistance debugging php 5.x.x

2005-11-23 Thread eric van blokland
s a child, it's a reference to the very same Object X The dizzy making thing here? Object B is also a child of Object A, which appears to be the causing this problem: php still hates references > > Curt. > -- > cat .signature: No such file or directory Thank you for your reply! Think you can help me? Kind regards, Eric van Blokland