php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14233 error found
Submitted: 2001-11-26 10:03 UTC Modified: 2001-11-26 10:37 UTC
From: lmiki at freemail dot hu Assigned:
Status: Closed Package: Program Execution
PHP Version: 4.0.6 OS: W2k (hun) Service pack2
Private report: No CVE-ID: None
 [2001-11-26 10:03 UTC] lmiki at freemail dot hu
<?
//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)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-26 10:37 UTC] sniper@php.net
This should be fixed in 4.1.0. Please try it when it's released (very soon now)

Reopen if it doesn't work.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 17:01:31 2024 UTC