php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26215 undefined function: notes_version()
Submitted: 2003-11-12 07:49 UTC Modified: 2003-11-12 08:29 UTC
From: elger at kaep dot nl Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.3.2 OS: windows 2000 server
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: elger at kaep dot nl
New email:
PHP Version: OS:

 

 [2003-11-12 07:49 UTC] elger at kaep dot nl
Description:
------------
Although I have the required PHP version installed all notes_ functions are unknown. These should work above 4.0.5

Reproduce code:
---------------
<?php

$result = notes_version ( "mail.apostema.nsf");
print "$result";

?>


Expected result:
----------------
5.0.10

Actual result:
--------------
Fatal error: Call to undefined function: notes_version() in C:\Inetpub\wwwroot\test\notes.php on line 3

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-12 07:53 UTC] iliaa@php.net
Do you have the notes extension loaded?
 [2003-11-12 08:09 UTC] elger at kaep dot nl
You hit the cause of the problem right on the nose, probably, because I've not seen any lotus notes extensions anywhere in php. This makes me wonder if there are ANY extentions. I've searched but I can't find any guide to tell me where/how/what. Can you help me?
 [2003-11-12 08:29 UTC] iliaa@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Notes extension does exists, unfortunately on our win32 build server we do not have the necessary headers to build this extesion. Therefor at the moment the notes extension is unavaliable.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Oct 05 07:01:27 2024 UTC