unread
thekid@friebes:~/devel/php/php5 > ./sapi/cli/php -m
[PHP Modules]
ctype
curl
domxml
ftp
gd
gettext
iconv
imap
ldap
mysql
openssl
pcntl
pcre
posix
readline
session
sockets
standard
sybase_ct
sysvsem
sysvshm
tokenizer
xml
xslt
zlib
[Zend Modules]
/usr/home/thekid/devel/php/php5/Zend/zend_ini.c(209) :
Freeing 0x0826E12C (2 bytes), script=-
Last leak repeated 3 times
These four entries pass zend_alter_ini_entry():
- register_argc_argv
- html_errors
- implicit_flush
- max_execution_time
Doesn't occur for php -i, my buest guess is this has something to do
with sapi/cli?
- Timm