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

2002-12-30 Thread Roland Tapken
ent names. 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-DEV] A cli/cgi-related question

2002-12-30 Thread Roland Tapken
configure script. 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 Lis

[PHP-DEV] php4ts.dll docu/sample code required

2002-08-09 Thread Roland Bromann
I'm searching for a documentation or sample code to be able to use the php4ts.dll in Windows client software. The purpose is, to be able to execute php-script within a Windows program without using php.exe. -- PHP Development Mailing List To unsubscribe, visit: http://www

[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 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

[PHP-DEV] time until cvs account request responses?

2002-04-06 Thread Roland Moriz
and tell me 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 To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] safe_mode and file upload

2002-01-12 Thread Roland Tapken
is at least a nice work-around 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 -

[PHP-DEV] safe_mode and file upload

2002-01-11 Thread Roland Tapken
== php_getuid() || duid == 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 -- <==

[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 Updated: Ivoking COM will not work.

2001-06-26 Thread roland
ID: 11655 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating system: Win NT4.0 SP6a PHP Version: 4.0.6 Description: Ivoking COM will not work. The exception occurs in line 5, which is $dbc->Open($myDSN); Previous Comments: -

[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 Driv

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

2001-03-06 Thread Roland
of $r1 if $r2 is $r1's copy by value not reference? 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