From:             [EMAIL PROTECTED]
Operating system: W2k (hun) Service pack2
PHP version:      4.0.6
PHP Bug Type:     Program Execution
Bug description:  error found

<?
//my program is
$dir="C:\\Apache\\htdocs\\sync\\output";
$handle=opendir("$dir");
$i=`zip.exe out.zip out.sql *.lob`;
$i=`del out.sql`;
$i=`del *.lob`;
$i=`rename out.zip macska.jpg`;
/*error message :
php.exe - Alkalmazáshiba
A "0x77f821e1" címen található utasítás a "0x00000034" memóriacímre
hivatkozott. A memóriaterületen nem végezhető el a következő művelet:
read".
*/
?>
This is default configure for win32.
(Apache 1.3.22,php 4.0.6,MySQL 3.23.43-max-nt)

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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to