Hi,
trying to compile php4-STABLE-200302051830 with configure options:
--with-imap=/usr/local --with-imap-ssl=/usr/local
I received:
ext/imap/php_imap.lo: In function `zm_startup_imap':
/php4-STABLE-200302051830/ext/imap/php_imap.c:432: undefined reference to
`ssl_onceonlyinit'
without the
Hi,
This is verified with 4.1.2 and 4.2.3
but not with 4.3.Opre2
[config]
Apache 1.3.27
RedHat 7.2
gettext-0.11.15
[myFile.php]
$lang='fr_FR';
putenv("LANG=$lang");
setlocale(LC_ALL,$lang);
bindtextdomain($domain,"/MyDir/i18n");
textdomain($domain);
$a=10.12345;
echo $a; // print 10.12345
requi