php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #21482 removing cybercach in php-4.3.0
Submitted: 2003-01-07 02:58 UTC Modified: 2003-02-06 21:41 UTC
From: greg at laundrymat dot tv Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.3.0 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 - 48 = ?
Subscribe to this entry?

 
 [2003-01-07 02:58 UTC] greg at laundrymat dot tv
verisign still uses cybercash technology for its older 
clients, I have a client who still uses it. By needlessly 
removing it, you prohibited me from upgrading to php 4.3.0.  
Please let me know if there is a way to include the 
cybercash functions in php 4.3.0.  Thank You

Greg Greenhaw
greg@laundrymat.tv

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-07 05:22 UTC] nicos@php.net
If you think you really need it:

1)Download PHP-4.2.3 and PHP4.3.0.
2)cp -R php-4.2.3/ext/cybercash php-4.3.0/ext/
3)rm -rf php-4.2.3; cd php-4.3.0/
4)./buildconf
5)./configure (your options there)..
6) make ; make install

Thank you for your report.
 [2003-01-07 12:51 UTC] greg at laundrymat dot tv
Thank You you your quick responce.  Worked like a charm.
 [2003-02-06 21:41 UTC] iliaa@php.net
Should be closed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 21 02:01:35 2024 UTC