php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #9991 Registry-Access denied?
Submitted: 2001-03-26 05:40 UTC Modified: 2002-04-04 06:13 UTC
From: b dot rotondi at gmx dot ch Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 4.0.4pl1 OS: Win2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: b dot rotondi at gmx dot ch
New email:
PHP Version: OS:

 

 [2001-03-26 05:40 UTC] b dot rotondi at gmx dot ch
Hello

I use 

$PassThru = "C:\\Inetpub\\Scripts\\mp3encdemo31.exe -br 32000 -qual 0 -if C:\\Inetpub\\Scripts\\mann.wav -of C:\\Inetpub\\Scripts\\mann.mp3";

 Exec($PassThru);
 System($PassThru);
 PassThru($PassThru);

This works.

BUT with mp3enc31 it does not work anymore (the lizense key is set in the Registry HKEY_CURRENT_USE and HKEY_USERS)

Is this a bug or what can I do?

Thanks for any help

B. Rotondi

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-04 06:13 UTC] sniper@php.net
This is not support forum for any other programs than PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC