Well I saw a post on a forum talking about a certain bug that PHP has for
Mac OS X.. so I thought.. Im on OS X, I should see if that bug is real since
on bugs.php.net they say it's bogus which you can view here:

http://bugs.php.net/bug.php?id=25394

So I tried it out.. at first I created a loop that assigned $x = 1; a whole
bunch of times, but that didnąt crash anything..  I then read the authors
post a little closer and I realized it was a number of lines problem.. so I
crated a php file that had a whole bunch of $x = 1; commands in it.. 7996 to
be exact.. add the opening and closing php tag.. that made 7998 lines.. the
script still worked.. Now I added one more line so that there were 7999
lines and guess what?  Yep you got it.. my script didnąt work anymore.
Which the author it looks like it took 8014 lines instead of my 7999 lines
to break it.

I thought this was strange and it looked like the author of the php bug
report was indeed on the up-and-up and it wasnąt a bogus bug as bugs.php.net
had said it was.

So I thought to myself.. well I should post to bugs.php.net and tell them
that I to can reproduce the bug.  So I did.

Well to make an already long story short.. it looks like after a couple of
hours bugs.php.net has removed my post.

My question to you is.. is there any reason why they would remove my post?
For me.. since I do not write that many lines of code for one run of a
script it really didnąt matter much to me, but since they removed my post..
it's beginning to make me wonder what's going on..

Hopefully someone can shed some light!

Cheers and thanks!

Rick

"Not one of them who took up in his youth with this opinion that there are
no gods, ever continued until old age faithful to his conviction." - Plato 

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

Reply via email to