[PHP-DEV] Bug #14977: iconv library not propagated from PHP to Apache

2002-01-10 Thread muhlig
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: iconv library not propagated from PHP to Apache PHP configure (please note '--with-iconv' presence): ./configure --with-zlib

[PHP-DEV] PHP 4.0 Bug #8834 Updated: crypt() starts from not random salt

2001-04-05 Thread muhlig
ID: 8834 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Strings related Description: crypt() starts from not random salt here you are: Solaris 2.4: # grep RAND main/php_config.h #define HAVE_LRAND48 1 #define HAVE_RAND_R 1 /* #undef HAVE_RANDOM */ #define

[PHP-DEV] PHP 4.0 Bug #8834 Updated: crypt() starts from not random salt

2001-04-05 Thread muhlig
ID: 8834 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Description: crypt() starts from not random salt here you are: Solaris 2.4: # grep RAND main/php_config.h #define HAVE_LRAND48 1 #define HAVE_RAND_R 1 /* #undef HAVE_RANDOM */ #define HAVE_SRAND48 1 /*

[PHP-DEV] PHP 4.0 Bug #8857: microtime() doesn't work after setlocale(LC_NUMERIC,pl)

2001-01-23 Thread muhlig
From: [EMAIL PROTECTED] Operating system: Solaris 2.4 PHP version: 4.0 Latest CVS (23/01/2001) PHP Bug Type: *Function Specific Bug description: microtime() doesn't work after setlocale(LC_NUMERIC,"pl") the script: ?php echo "A: ", (double)microtime()*100;