ID: 14233
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Program Execution
Operating System: W2k (hun) Service pack2
PHP Version: 4.0.6
New Comment:

This should be fixed in 4.1.0. Please try it when it's released (very soon now)

Reopen if it doesn't work.


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

[2001-11-26 10:03:45] [EMAIL PROTECTED]

<?
//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 this 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