ID: 26215 User updated by: elger at kaep dot nl Reported By: elger at kaep dot nl -Status: Feedback +Status: Open Bug Type: Unknown/Other Function Operating System: windows 2000 server PHP Version: 4.3.2 New Comment:
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? Previous Comments: ------------------------------------------------------------------------ [2003-11-12 07:53:49] [EMAIL PROTECTED] Do you have the notes extension loaded? ------------------------------------------------------------------------ [2003-11-12 07:49:09] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26215&edit=1