ID:               19821
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: Windows 2000
 PHP Version:      4.2.3
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

You are quite likely using un-initialized variables. How, because your
Windows PHP installation has error_reporting set to E_ALL you get the
warnings you are seeing. Your linux install probably has it set to
E_ALL^E_NOTICE, which means all the 'Notice' error messages you are
seeing do not get displayed.


Previous Comments:
------------------------------------------------------------------------

[2002-10-09 14:17:52] [EMAIL PROTECTED]

I did this "register_globals=on" ages ago .. still same problem! :(

------------------------------------------------------------------------

[2002-10-09 12:45:19] [EMAIL PROTECTED]

Set register_globals=On in php.ini and use the correct function. Not a
bug.


------------------------------------------------------------------------

[2002-10-09 12:39:54] [EMAIL PROTECTED]

Hey again, 

I'm trying to connect via socket and it gives me an error..

Notice: set_socket_blocking() is deprecated, use socket_set_blocking()
instead in c:\program files\apache group\apache\htdocs\1\index.php on
line 51

Notice: Undefined variable: sp_data in c:\program files\apache
group\apache\htdocs\1\index.php on line 60

Notice: Array to string conversion in c:\program files\apache
group\apache\htdocs\1\index.php on line 142

Notice: set_socket_blocking() is deprecated, use socket_set_blocking()
instead in c:\program files\apache group\apache\htdocs\1\index.php on
line 51

Notice: Undefined variable: sp_data in c:\program files\apache
group\apache\htdocs\1\index.php on line 60


Another important thing to mention, the same source file works on my
linux server abd gives me this error on the windows server.

Thanks in advance,
   -LandRover

------------------------------------------------------------------------

[2002-10-08 14:48:41] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


------------------------------------------------------------------------

[2002-10-08 14:10:42] [EMAIL PROTECTED]

Hey, 

I'm having problems with my win2k and php.
I've read all the other related help threads and you wrote there "it
has been fixed on th new cvr"..

I've installed the new cvr and I'm still having troubles with
"socket_set_blocking".

Please help me with this.

Thanks,
  -LandRover

------------------------------------------------------------------------


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

Reply via email to