#31310 [NEW]: fake refer on php server client

2004-12-27 Thread aofrozen at sbcglobal dot net
From: aofrozen at sbcglobal dot net
Operating system: Windows XP
PHP version:  4.3.10
PHP Bug Type: *General Issues
Bug description:  fake refer on php server client

Description:

How can I make a fake referer on PHP server client? If it's not right here
for this question then where can I get information? or feedback? Thank you
so much.


-- 
Edit bug report at http://bugs.php.net/?id=31310edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31310r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31310r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31310r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=31310r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=31310r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=31310r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=31310r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=31310r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=31310r=support
Expected behavior:   http://bugs.php.net/fix.php?id=31310r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=31310r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=31310r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=31310r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31310r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=31310r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=31310r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=31310r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31310r=float
No Zend Extensions:  http://bugs.php.net/fix.php?id=31310r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31310r=mysqlcfg


#30094 [NEW]: Bad File Descriptor: copy and global

2004-09-15 Thread aofrozen at sbcglobal dot net
From: aofrozen at sbcglobal dot net
Operating system: Windows XP
PHP version:  4.3.8
PHP Bug Type: Performance problem
Bug description:  Bad File Descriptor: copy and global

Description:

Copy and Global crashed after my php script run for many hours (about 4 to
6 hours) to download many files (more than 2,000 files.) from website.
Often, after 4-6hrs, copy and global crashed. 


-- 
Edit bug report at http://bugs.php.net/?id=30094edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30094r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30094r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30094r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=30094r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=30094r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=30094r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=30094r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=30094r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=30094r=support
Expected behavior:   http://bugs.php.net/fix.php?id=30094r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=30094r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=30094r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=30094r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30094r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=30094r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=30094r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=30094r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30094r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30094r=mysqlcfg


#30094 [Fbk-Opn]: Bad File Descriptor: copy and global

2004-09-15 Thread aofrozen at sbcglobal dot net
 ID:   30094
 User updated by:  aofrozen at sbcglobal dot net
 Reported By:  aofrozen at sbcglobal dot net
-Status:   Feedback
+Status:   Open
 Bug Type: Performance problem
 Operating System: Windows XP
 PHP Version:  4.3.8
 New Comment:

Copy and Global crashed after my php script run for many hours (about 4
to 6 hours) to download many files (more than 2,000 files.) from
website. Often, after 4-6hrs, copy and global crashed. 

'crashed' means bad file descriptor: copy and global then the script
was shut down by itself. I was using PHP command line interpreter with
the script.


Previous Comments:


[2004-09-15 16:30:11] [EMAIL PROTECTED]

define 'crashed' ?




[2004-09-15 16:13:14] aofrozen at sbcglobal dot net

Description:

Copy and Global crashed after my php script run for many hours (about 4
to 6 hours) to download many files (more than 2,000 files.) from
website. Often, after 4-6hrs, copy and global crashed. 






-- 
Edit this bug report at http://bugs.php.net/?id=30094edit=1


#30094 [Opn]: Bad File Descriptor: copy and global

2004-09-15 Thread aofrozen at sbcglobal dot net
 ID:   30094
 User updated by:  aofrozen at sbcglobal dot net
 Reported By:  aofrozen at sbcglobal dot net
 Status:   Open
 Bug Type: Performance problem
 Operating System: Windows XP
 PHP Version:  4.3.8
 New Comment:

When the script starts with PHP command line interpreter, works well
for a few hours and downloaded serveral files from websites, later it
displayed bad file descriptor: copy and global and it was terminiated
by itself. I will try to do it again when it happens again then I will
copy the error message and paste here.


Previous Comments:


[2004-09-15 19:00:59] aofrozen at sbcglobal dot net

Copy and Global crashed after my php script run for many hours (about 4
to 6 hours) to download many files (more than 2,000 files.) from
website. Often, after 4-6hrs, copy and global crashed. 

'crashed' means bad file descriptor: copy and global then the script
was shut down by itself. I was using PHP command line interpreter with
the script.



[2004-09-15 16:30:11] [EMAIL PROTECTED]

define 'crashed' ?




[2004-09-15 16:13:14] aofrozen at sbcglobal dot net

Description:

Copy and Global crashed after my php script run for many hours (about 4
to 6 hours) to download many files (more than 2,000 files.) from
website. Often, after 4-6hrs, copy and global crashed. 






-- 
Edit this bug report at http://bugs.php.net/?id=30094edit=1


#30094 [Opn]: Fopen.

2004-09-15 Thread aofrozen at sbcglobal dot net
 ID:   30094
 User updated by:  aofrozen at sbcglobal dot net
-Summary:  Bad File Descriptor: copy and global
 Reported By:  aofrozen at sbcglobal dot net
 Status:   Open
-Bug Type: Performance problem
+Bug Type: Filesystem function related
 Operating System: Windows XP
 PHP Version:  4.3.8
 New Comment:

I got the error message. It is Warning: fopen
http://www.newgrounds.com/portal/view/26078: failed to open stream: Bad
file descriptor in crawlerbot_class.php on line 8. After the error
message, it was terminiated. It should keep running and not terminated.


Previous Comments:


[2004-09-15 19:39:53] aofrozen at sbcglobal dot net

When the script starts with PHP command line interpreter, works well
for a few hours and downloaded serveral files from websites, later it
displayed bad file descriptor: copy and global and it was terminiated
by itself. I will try to do it again when it happens again then I will
copy the error message and paste here.



[2004-09-15 19:00:59] aofrozen at sbcglobal dot net

Copy and Global crashed after my php script run for many hours (about 4
to 6 hours) to download many files (more than 2,000 files.) from
website. Often, after 4-6hrs, copy and global crashed. 

'crashed' means bad file descriptor: copy and global then the script
was shut down by itself. I was using PHP command line interpreter with
the script.



[2004-09-15 16:30:11] [EMAIL PROTECTED]

define 'crashed' ?




[2004-09-15 16:13:14] aofrozen at sbcglobal dot net

Description:

Copy and Global crashed after my php script run for many hours (about 4
to 6 hours) to download many files (more than 2,000 files.) from
website. Often, after 4-6hrs, copy and global crashed. 






-- 
Edit this bug report at http://bugs.php.net/?id=30094edit=1


#30094 [Opn-Csd]: Fopen.

2004-09-15 Thread aofrozen at sbcglobal dot net
 ID:   30094
 User updated by:  aofrozen at sbcglobal dot net
 Reported By:  aofrozen at sbcglobal dot net
-Status:   Open
+Status:   Closed
 Bug Type: Filesystem function related
 Operating System: Windows XP
 PHP Version:  4.3.8
 New Comment:

I found the problem and solved. It was not bug. I wrote die(Error:
You must add \http://\; or it is not correct.\n);. That is why it
was terminated. :-D.


Previous Comments:


[2004-09-16 03:06:57] aofrozen at sbcglobal dot net

I got the error message. It is Warning: fopen
http://www.newgrounds.com/portal/view/26078: failed to open stream: Bad
file descriptor in crawlerbot_class.php on line 8. After the error
message, it was terminiated. It should keep running and not terminated.



[2004-09-15 19:39:53] aofrozen at sbcglobal dot net

When the script starts with PHP command line interpreter, works well
for a few hours and downloaded serveral files from websites, later it
displayed bad file descriptor: copy and global and it was terminiated
by itself. I will try to do it again when it happens again then I will
copy the error message and paste here.



[2004-09-15 19:00:59] aofrozen at sbcglobal dot net

Copy and Global crashed after my php script run for many hours (about 4
to 6 hours) to download many files (more than 2,000 files.) from
website. Often, after 4-6hrs, copy and global crashed. 

'crashed' means bad file descriptor: copy and global then the script
was shut down by itself. I was using PHP command line interpreter with
the script.



[2004-09-15 16:30:11] [EMAIL PROTECTED]

define 'crashed' ?




[2004-09-15 16:13:14] aofrozen at sbcglobal dot net

Description:

Copy and Global crashed after my php script run for many hours (about 4
to 6 hours) to download many files (more than 2,000 files.) from
website. Often, after 4-6hrs, copy and global crashed. 






-- 
Edit this bug report at http://bugs.php.net/?id=30094edit=1