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

2002-12-30 Thread Roland Tapken
. In this way both versions can be build at once with two different names. bye, Roland -- Please reply to: [EMAIL PROTECTED] I spent a minute looking at my own code by accident. I was thinking What the hell is this guy doing? -- PHP Development Mailing List http://www.php.net/ To unsubscribe

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

2002-12-30 Thread Roland Tapken
. But nevertheless i would like something like that :-) bye, Roland -- WIEDER DA - Roland im ICQ! UIN 18715473 - NEU NEU NEU Please reply to: [EMAIL PROTECTED] I spent a minute looking at my own code by accident. I was thinking What the hell is this guy doing? -- PHP Development Mailing List

[PHP-DEV] CVS Account Request: rverlander

2002-07-17 Thread Roland Verlander
Adding features, fixing lots of bugs, adding speed tweaks, etc... -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

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] time until cvs account request responses?

2002-04-06 Thread Roland Moriz
the current state of it. I wrote roland as username. Thank you in advance, regards, Roland -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: roland

2002-03-22 Thread Roland Moriz
translation of manual pages (especially German Pages) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

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

[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

[PHP-DEV] Bug #11655 Updated: Ivoking COM will not work.

2001-06-27 Thread roland
ID: 11655 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: COM related Operating system: Win NT4.0 SP6a PHP Version: 4.0.6 Description: Ivoking COM will not work. Thank you, you are completely right. I had a closer look at this and found the following problem with the

[PHP-DEV] Bug #11655: Ivoking COM will not work.

2001-06-25 Thread roland
From: [EMAIL PROTECTED] Operating system: Win NT4.0 SP6a PHP version: 4.0.6 PHP Bug Type: COM related Bug description: Ivoking COM will not work. This does not work, but worked unchanged in PHP 4.0.4pl1 $myDSN = DSN=dbEmpty;DBQ='c:\\test.mdb';DRIVER={Microsoft Access

[PHP-DEV] copy of object is not copy PHP4.0.4 serious BUG

2001-03-06 Thread Roland
Why this faulty behaviour is dependent on indirect access using member function use instead of direct acces? Note: The program B on PHP3.0.8 runs correctly, but not on PHP4.0.4. Thank you for solving this fundamental problem. Roland Divin -- PHP Development Mailing List http://www.php.net/