ID:               35553
 Updated by:       [EMAIL PROTECTED]
 Reported By:      clouard at gmail dot com
-Status:           Open
+Status:           Feedback
-Bug Type:         Scripting Engine problem
+Bug Type:         Unknown/Other Function
 Operating System: Linux
 PHP Version:      4.4.1
 New Comment:

Works fine here.
Please run `make clean` before `make` and try again.


Previous Comments:
------------------------------------------------------------------------

[2005-12-05 10:05:39] clouard at gmail dot com

Description:
------------
With PHP 4.4.1 on Linux, using this configure command :

'./configure' '--with-apxs=/usr/sbin/apxs' '--with-mysql' '--with-ldap'
'--enable-memory-limit'

memory_get_usage does NOT work (fatal error, unknown function),
phpinfo() does not return the memory limit even if set in php.ini.

After installing PHP 4.3.8 with the same configure command, it works
perfectly.

I did not test any version between 4.3.8 and 4.4.1.

Is this a regression ?

Thanks,

Jean-Christophe Clouard.

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

echo memory_get_usage();

?>

Expected result:
----------------
3024256 // or any result

Actual result:
--------------
Fatal error: Call to undefined function memory_get_usage() in
/srv/www/htdocs/test.php on line 3


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35553&edit=1

Reply via email to