[PHP-DEV] Bug #14718: Compiling Error in PHP 4.1.1 in gd.c

2001-12-27 Thread tapken
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Compile Failure Bug description: Compiling Error in PHP 4.1.1 in gd.c This report is about PHP 4.1.1, NOT 4.1.0... The report.php doesn't allow to select 4.1.1 :-). ./configure

[PHP-DEV] Bug #14718 Updated: Compiling Error in PHP 4.1.1 in gd.c

2001-12-27 Thread tapken
ID: 14718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Linux PHP Version: 4.1.0 New Comment: Whoops, seems that this is an error by me... 4.0.6 doesn't compile too... Previous Comments:

[PHP-DEV] Bug #14718 Updated: Compiling Error in PHP 4.1.1 in gd.c

2001-12-27 Thread tapken
ID: 14718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Linux Old PHP Version: 4.1.0 PHP Version: 4.1.1 and other New Comment: Well, the problem occurs in 4.0.6, 4.1.0 and 4.1.1... I'm using GD-1.8.4. I made a locate

[PHP-DEV] Bug #14718 Updated: Compiling Error in PHP 4.1.1 in gd.c

2001-12-27 Thread tapken
ID: 14718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Linux Old PHP Version: 4.1.1 and other PHP Version: 4.1.1 New Comment: Seems to be a bug with configure Line 1203 say: 1202: #ifdef HAVE_GD_GIF_READ 1203:

[PHP-DEV] Bug #14718 Updated: Compiling Error in PHP 4.1.1 in gd.c

2001-12-27 Thread tapken
ID: 14718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Linux Old PHP Version: 4.1.1 PHP Version: 4.1.0 New Comment: ...or not. Now when restarting apache: Setting up Web Service: Syntax error on line 58 of

[PHP-DEV] Bug #14718 Updated: Compiling Error in PHP 4.1.1 in gd.c

2001-12-27 Thread tapken
ID: 14718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Linux PHP Version: 4.1.0 New Comment: Am i getting on your nerves? Sorry. tar xzf gd-1.8.4 cd php-4.1.1 ./configure [...] --with-gd=/path/to/gd/sources

[PHP-DEV] Bug #15011: safe_mode_include_dir gives stupid results when configured in httpd.conf

2002-01-12 Thread tapken
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: *Configuration Issues Bug description: safe_mode_include_dir gives stupid results when configured in httpd.conf Hi! I tried to insert these lines in httpd.conf: php_admin_value

[PHP-DEV] Bug #15011 Updated: safe_mode_include_dir gives stupid results when configured in httpd.conf

2002-01-12 Thread tapken
ID: 15011 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating System: Linux PHP Version: 4.1.1 New Comment: Sorry, forget this stuff. this was a mistake by me. But: Why can't safe_mode_include_dir hanlde more than one

[PHP-DEV] Bug #15018 Updated: readdir() not affected by safe_mode

2002-01-14 Thread tapken
ID: 15018 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Debian Linux PHP Version: 4.1.0 New Comment: Danielsan is right... i have had a short look into the sourcecode

[PHP-DEV] Bug #15105: Declaring a function twice

2002-01-18 Thread tapken
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Scripting Engine problem Bug description: Declaring a function twice Don't know if this is a bug or a feature... -foo.php ?php if (!$bar) {

[PHP-DEV] safe_mode and file upload

2002-01-11 Thread Roland Tapken
== getuid()) { return 1; } else if (PG(safe_mode_gid) dgid == php_getgid()) { return 1; A php.ini-Directive to change this bevavior would be nice. cu, Roland Tapken -- { [EMAIL PROTECTED

Re: [PHP-DEV] safe_mode and file upload

2002-01-12 Thread Roland Tapken
until safe_mode_include_dir can handle more then one dir. It would be nice if somebody gives me some comments on my patches or even applies them to the cvs tree :-). I uploaded the diffs on http://www.engter.de/safe_mode_pid.diff. cu, Roland Tapken -- { [EMAIL PROTECTED

Re: [PHP-DEV] feature request

2002-04-25 Thread Roland Tapken
Hi! Am Wed, 24 Apr 2002 22:15:19 +0200 schrieb Daniel Lorch [EMAIL PROTECTED]: function line_count($string) { return count(preg_split(/\r?\n/, $string)); } Why not simply use a substr_count($string, \n)? It works fine for me... cu, Roland Tapken -- Please reply to: [EMAIL PROTECTED

[PHP-DEV] A cli/cgi-related question

2002-12-30 Thread Roland Tapken
Hi! I went through the discussion about naming cgi and cli binary some weeks ago. But there is still a question in my mind that has not been answered yet (at least, as far as i remember). As an End-User, which installation instruction should i use? As far as i understand the cli binary will get

Re: [PHP-DEV] A cli/cgi-related question

2002-12-30 Thread Roland Tapken
Hi! Sorry for that mail... i missed the paragraph in the manual about the make install-cli stuff... In my opinion it would be nice to have parameters like --enable-cli=php --enable-cgi=phpcgi in the configure script. In this way both versions can be build at once with two different names.