From:             elger at kaep dot nl
Operating system: windows 2000 server
PHP version:      4.3.2
PHP Bug Type:     Unknown/Other Function
Bug description:  undefined function: notes_version() 

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 bug report at http://bugs.php.net/?id=26215&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26215&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26215&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26215&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26215&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26215&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26215&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26215&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26215&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26215&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26215&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26215&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26215&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26215&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26215&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26215&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26215&r=float

Reply via email to