php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #67812 Need step-by-step installation on Ubunto server for PHP
Submitted: 2014-08-09 14:17 UTC Modified: 2017-10-24 23:24 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: swapnil dot shete at bitwiseglobal dot com Assigned:
Status: Suspended Package: gupnp (PECL)
PHP Version: 5.4.31 OS: Ubuntu 12.04
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: swapnil dot shete at bitwiseglobal dot com
New email:
PHP Version: OS:

 

 [2014-08-09 14:17 UTC] swapnil dot shete at bitwiseglobal dot com
Description:
------------
Hi,

I need assistance to load GPG/PGP libraries on Ubuntu server 12.04. 

I have installed all required libraries on this server.
- gnupg
- libgpg-error
- gpgme
I checked in phpinfo and got the result for gnupg. but  I am quit confusing about, are these libraries are loaded properly or not?. when I execute the 
below code :
<?php
$gnupg = new gnupg();
print_r($gnupg);
 or 
$res = gnupg_init();
?>
this code gives me fatal error for class not found.

Could you please assist me on this?

Where we need to check :
in whcih folder?
in which library.
in how to test this.
Please provide step-by-step on this this will very help full to us. 

Thanks,
Swapnil


Test script:
---------------
when I execute the 
below code :
<?php
$gnupg = new gnupg();
print_r($gnupg);
 or 
$res = gnupg_init();
?>
this code gives me fatal error for class not found.

Expected result:
----------------
Fatal error

Actual result:
--------------
Need to return Object array

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-24 23:24 UTC] kalle@php.net
-Status: Open +Status: Suspended
 [2017-10-24 23:24 UTC] kalle@php.net
The gupnp package have not had a release since 2011 and no development since, its safe to say that this package is no longer maintained, if development picks back up then this report should be re-opened
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 13:01:31 2024 UTC