[PHP-DEV] Bug #14528 Updated: Conflicting types for 'gdioctx'

2002-01-06 Thread grichards
ID: 14528 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Compile Failure Operating System: Red Hat 7.2 PHP Version: 4.0.6 New Comment: I just got around to upgrading to 4.1.0, no difference, still can't compile --with-gd Previous C

[PHP-DEV] Bug #14528 Updated: Conflicting types for 'gdioctx'

2001-12-14 Thread grichards
ID: 14528 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: Red Hat 7.2 PHP Version: 4.0.6 New Comment: Hi. Thanks for the reply! There is only /usr/include/gd.h on my system: [root@server1 php-4.0

[PHP-DEV] Bug #14528: Conflicting types for 'gdioctx'

2001-12-14 Thread grichards
From: [EMAIL PROTECTED] Operating system: Red Hat 7.2 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Conflicting types for 'gdioctx' I'm getting the same bug a lot of other people have posted. I haven't seen a solution in all the reports that work. I've in

[PHP-DEV] Bug #14103: RPM Installation, PHP not working, no modules in /etc/httpd/modules?!

2001-11-18 Thread grichards
From: [EMAIL PROTECTED] Operating system: Red Hat 7.2 PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: RPM Installation, PHP not working, no modules in /etc/httpd/modules?! PHP with MySQL support should have been installed by the Red Hat installer when I inst

[PHP-DEV] Bug #13790 Updated: \r\n prepended to variables if form enctype=multipart/form-data

2001-10-22 Thread grichards
ID: 13790 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *General Issues Operating System: Linux PHP Version: 4.0.4pl1 New Comment: Wow, that was a really neat trick! Check it out: http://www.honors.uci.edu/phpinfo.php Gabe Pre

[PHP-DEV] Bug #13790 Updated: \r\n prepended to variables if form enctype=multipart/form-data

2001-10-22 Thread grichards
ID: 13790 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *General Issues Operating System: Linux PHP Version: 4.0.4pl1 New Comment: I didn't set up the Linux box, it's red hat, but I'm not sure what version or how PHP was set up. How

[PHP-DEV] Bug #13790: \r\n prepended to variables if form enctype=multipart/form-data

2001-10-22 Thread grichards
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: \r\n prepended to variables if form enctype=multipart/form-data echo "'".$step."'"; # yields: ' one' $step = substr("\r\n", "", $step); echo "