php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56721 Version number is wrong
Submitted: 2005-12-13 12:48 UTC Modified: 2015-02-26 07:34 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: jtdowney at purdue dot edy Assigned:
Status: Suspended Package: apd (PECL)
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-12-13 12:48 UTC] jtdowney at purdue dot edy
Description:
------------
In php_adp.h the APD_VERSION define is still 0.9 even in 1.0.1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-06-16 21:31 UTC] geoff at spacevs dot com
Patch for this

--- orig.h	2008-06-17 11:30:47.000000000 +1000
+++ php_apd.h	2008-06-17 11:30:23.000000000 +1000
@@ -89,7 +89,7 @@
 extern zend_module_entry apd_module_entry;
 #define apd_module_ptr &apd_module_entry
 
-#define APD_VERSION "0.9"
+#define APD_VERSION "1.0.1"
 
 #define FUNCTION_TRACE 1
 #define ARGS_TRACE 2
 [2015-02-26 07:34 UTC] krakjoe@php.net
-Status: Open +Status: Suspended
 [2015-02-26 07:34 UTC] krakjoe@php.net
APD hasn't had a release in 10 years, this means it's source code is way out of sync with modern PHP.

I'm going to mark this bug as suspended, the report can still be found if a maintainer for APD comes forward.

Sorry about the wait.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 02:01:29 2024 UTC