[PHP-DEV] rand() broken on dev version?

2002-12-11 Thread Rusty Wright
php version:php4-STABLE-200212101230 apache: 2.0.43 os/platform:solaris 9/sparc compiler: gcc 3.2 I ran configure with ./configure \ --prefix=${ROOT} \ --with-apxs2=/${ROOT}/bin/apxs \ --with-config-file-path=${ROOT}/conf \ --with-openssl=/u

[PHP-DEV] Re: PHP 4.0 Bug #10067 Updated: zlib not included when compiled with apache

2001-04-03 Thread Rusty Wright
Ok, thanks. Date: 30 Mar 2001 19:32:47 - To: [EMAIL PROTECTED] Subject: PHP 4.0 Bug #10067 Updated: zlib not included when compiled with apache From: Bug Database <[EMAIL PROTECTED]> ID: 10067 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Statu

[PHP-DEV] PHP 4.0 Bug #10067 Updated: zlib not included when compiled with apache

2001-03-29 Thread rusty
ID: 10067 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Problem Description: zlib not included when compiled with apache Just a note on what's in the libmysqlclient.la file; the dependency_libs= line has -lz -lcrypt -lgen -lsocket -lnsl -lm I'm puzzled as to why php appa

[PHP-DEV] PHP 4.0 Bug #10067 Updated: zlib not included when compiled with apache

2001-03-29 Thread rusty
ID: 10067 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Problem Description: zlib not included when compiled with apache When I initially compile apache I'm configuring it with: CFLAGS="-O2 -pipe" ; export CFLAGS PATH=/usr/local/bin:${PATH} ; export PATH configure \

[PHP-DEV] PHP 4.0 Bug #10067: zlib not included when compiled with apache

2001-03-29 Thread rusty
From: [EMAIL PROTECTED] Operating system: solaris 8 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: zlib not included when compiled with apache Apache-1.3.19, mysql-3.23.36, php-4.0.4pl1 Everything compiles ok until I get to the final apache compile and

[PHP-DEV] PHP 4.0 Bug #9168: unpack 'h' and 'H' formats don't work

2001-02-07 Thread rusty
From: [EMAIL PROTECTED] Operating system: solaris 7 PHP version: 4.0.4pl1 PHP Bug Type: Strings related Bug description: unpack 'h' and 'H' formats don't work In the following sample the variable "encoded" is zero length; an empty string. If I change the format chars from

[PHP-DEV] PHP 4.0 Bug #9163 Updated: mcrypt_list_algorithms doesn't work

2001-02-07 Thread rusty
ID: 9163 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: mcrypt related Description: mcrypt_list_algorithms doesn't work As per your request I tried it with mcrypt_list_algorithms ("/usr/local/bin/lib") Also tried it with "/usr/local/lib" and "/usr/local/lib/libmcrypt". No cig

[PHP-DEV] PHP 4.0 Bug #9163 Updated: mcrypt_list_algorithms doesn't work

2001-02-07 Thread rusty
ID: 9163 User Update by: [EMAIL PROTECTED] Old-Status: Assigned Status: Open Bug Type: mcrypt related Description: mcrypt_list_algorithms doesn't work What is ld.so.conf? This is a solaris system; I did a "man ld" and it doesn't say anything about that file. /usr/local/lib: total 6102 drwx

[PHP-DEV] PHP 4.0 Bug #9163 Updated: mcrypt_list_algorithms doesn't work

2001-02-07 Thread rusty
ID: 9163 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: mcrypt related Description: mcrypt_list_algorithms doesn't work What is ld.so.conf? This is a solaris system; I did a "man ld" and it doesn't say anything about that file. /usr/local/lib: total 6102 drwx

[PHP-DEV] Re: PHP 4.0 Bug #9163 Updated: mcrypt_list_algorithms doesn't work

2001-02-07 Thread Rusty Wright
dn't find any documentation on that part so I guessed. Thanks for looking into this, Rusty Date: 7 Feb 2001 21:14:35 - To: [EMAIL PROTECTED] Subject: PHP 4.0 Bug #9163 Updated: mcrypt_list_algorithms doesn't work From: Bug Database <[EMAIL PROTECTED]> ID: 916

[PHP-DEV] PHP 4.0 Bug #9163: mcrypt_list_algorithms doesn't work

2001-02-07 Thread rusty
From: [EMAIL PROTECTED] Operating system: solaris 7 PHP version: 4.0.4pl1 PHP Bug Type: mcrypt related Bug description: mcrypt_list_algorithms doesn't work I'm using libmcrypt-2.4.8. Compiled everything with gcc-2.95.2. Here is the sample script. Everything works except