[PHP-DEV] Bug #14452 Updated: libphp4.so is not linking with *.la files

2002-01-02 Thread glen
method: 1. ./configure in the 4.0.6 source directory 2. ./configure in the 4.1.1 source directory 3. copy the libtool from 4.0.6 to the 4.1.1 direcory 4. make 5. make install Obviously this is a little messy, but it does seem to work sucessfully. Regards, Glen Previous Comments

[PHP-DEV] Bug #14452 Updated: libphp4.so is not linking with *.la files

2001-12-14 Thread glen
ID: 14452 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *Configuration Issues Operating System: Linux PHP Version: 4.1.0 New Comment: MySQL was installed from RPM's a while ago: MySQL-3.22.21-2C1 MySQL-client-3.22.21-2C1 MySQL-d

[PHP-DEV] Bug #14452 Updated: libphp4.so is not linking with *.la files

2001-12-13 Thread glen
ID: 14452 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *Configuration Issues Operating System: Linux PHP Version: 4.1.0 New Comment: I deleted the libmysqlclient.la file from /usr/lib/mysql and tried re-compiling, but still got th

[PHP-DEV] Bug #14452: libphp4.so is not linking with *.la files

2001-12-12 Thread glen
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: *Configuration Issues Bug description: libphp4.so is not linking with *.la files I have configured PHP with the following options: ./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr

[PHP-DEV] Bug #13303: cURL fails over SSL

2001-09-14 Thread glen
From: [EMAIL PROTECTED] Operating system: Cobalt Linux 5.0 PHP version: 4.0.6 PHP Bug Type: cURL related Bug description: cURL fails over SSL Using cURL over SSL always seems to return a 0 byte file. Using cURL with normal URL's works fine. Using the command-line cURL

[PHP-DEV] Bug #11363 Updated: Apache fails to start

2001-06-29 Thread glen
ID: 11363 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Encryption and hash functions Operating system: Cobalt OS 4.0 PHP Version: 4.0.5/6 Description: Apache fails to start sorry, that should be HAVE_SRANDOM 1 -Glen Previous Comments

[PHP-DEV] Bug #11363 Updated: Apache fails to start

2001-06-29 Thread glen
I cannot access any webpages on the server. The server is a Cobalt Qube2. Many thanks, Glen Scott --- Full Bug description available at: http://bugs.php.net/?id=11363 -- PHP Development Mailing List <h

[PHP-DEV] Bug #11690: apxs does not support -S

2001-06-26 Thread glen
[-A] [-n ] ... make[1]: *** [install-sapi] Error 1 make[1]: Leaving directory `/home/sites/home/users/admin/php-4.0.6' make: *** [install-recursive] Error 1 --- It seems the PHP install is trying to install the DSO module with an option that apxs doesn't support ( -S ). The RaQ3 i

[PHP-DEV] Bug #11363 Updated: Apache fails to start

2001-06-18 Thread glen
http: httpd which usually indicates Apache has restarted okay. However, Apache is now not running and I cannot access any webpages on the server. The server is a Cobalt Qube2. Many thanks, Glen Scott --- Full

[PHP-DEV] Bug #10565: mysql_real_connect dumps core, fix included

2001-04-30 Thread glen
From: [EMAIL PROTECTED] Operating system: SCO OpenServer 5.0.6 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: mysql_real_connect dumps core, fix included ** This is a problem in MySql. This report provides a code modification to compensate for the MySql

[PHP-DEV] PHP 4.0 Bug #9550: function missing from .c file

2001-03-04 Thread glen . ogilvie
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Sybase-ct (ctlib) related Bug description: function missing from .c file The following lines are needed in the file php_sybase_ct.c PHP_FE(sybase_field_seek, NULL) PHP_

[PHP-DEV] PHP 4.0 Bug #8940 Updated: File uploads stopped withing in 4.0.4pl1

2001-01-26 Thread glen
ID: 8940 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Description: File uploads stopped withing in 4.0.4pl1 If you view the uploaded file (using "od" in my case), you'll see that the first few bytes of it are: "Content-Type: image/jpeg" followed by the

[PHP-DEV] PHP 4.0 Bug #8940 Updated: File uploads stopped withing in 4.0.4pl1

2001-01-26 Thread glen
ID: 8940 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Description: File uploads stopped withing in 4.0.4pl1 Further testing reveals that the upload is working properly, but the file 'type' variable is not set, and PHP is not treating it as an image file

[PHP-DEV] PHP 4.0 Bug #8940 Updated: File uploads stopped withing in 4.0.4pl1

2001-01-26 Thread glen
ID: 8940 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Description: File uploads stopped withing in 4.0.4pl1 Ok, I've done some further testing. With a simple script that does nothing except upload the file and move it, it works: the file is there. Howev

[PHP-DEV] PHP 4.0 Bug #8940: File uploads stopped withing in 4.0.4pl1

2001-01-26 Thread glen
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: File uploads stopped withing in 4.0.4pl1 I've been using 4.0.3 for a couple of weeks now. Last night I ran the Redhat Update agent and installed