[PHP] PHP Fatal error: Unable to write base address in Unknown on line 0 ?

2006-06-01 Thread Ilja Polivanovas

Hello,

maybe someone know what can be the problem and how to solve it. It appears  
on startup of Apache, WinXP.

Apache doesn't start.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

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



[PHP] Re: exec() may not be safe

2005-09-05 Thread Ilja Polivanovas
By the way Zend Optimizer 2.5.7 is also installed in that PC. Does anybody  
know what does that [warn] means ?


--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

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



[PHP] exec() may not be safe

2005-09-02 Thread Ilja Polivanovas

Hi guys,

When running
?php echo `dir c:`; ?

On Windows 98SE, apache 1.3, PHP4, client get such thing in apache's  
error.log .


[Fri Sep 02 09:33:21 2005] [warn] exec() may not be safe
[Fri Sep 02 09:34:26 2005] [warn] exec() may not be safe
[Fri Sep 02 09:35:31 2005] [warn] exec() may not be safe

Any ideas why? Maybe safe_mode or something?

--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

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



[PHP] POST data corrupted

2004-09-29 Thread Ilja Polivanovas
Hello guys,
I don't know if this question is PHP related or not, but, maybe someone  
remember, have the PHP script be processed if POST request is broken in  
the middle?

For example: User POSTs 60 KB of text, and then his browser or internet  
connection crashes, when only 30 of 60 KB was sent to server. Server  
recieves 30 KB, and think that it is complete POST, then updates some data  
in Database, and the text is corrupted at the result of this action.

I was surprised that such thing happens. Is this real feature ? or some  
kind of bug in http/apache/php chain? ://

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


[PHP] PHP5.0.0 b1 texts' misunderstandings (to those who have problems with install too)

2003-06-30 Thread Ilja Polivanovas
Hi all,

Would be fine if someone correct install.txt bundled with distribution. The
Apache install instruction's line

---
   LoadModule php4_module c:/php/sapi/php4apache.dll
--

have at least be changed to

---
   LoadModule php5_module c:/php/sapi/php4apache.dll
--

to run PHP 5.0.0 b1 on Windows Machine



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



[PHP] fsockopen limits

2002-08-02 Thread Ilja Polivanovas

Hi to all,


1. does any body know how to limit number of attempts to connect to the
remote pc. not by time but for attempts.
(sorry, offtopic ) 2. can anybody explain why sometimes connection attempt
to a closed ports hangs-up remote link, and sometimes not? the remote pc is
the same.


Thanks.



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