[PHP-DEV] Re: Bug #13248 Updated: Problems with running methods.

2001-09-11 Thread Roman
I did the following: ./configure --with-mysql --with-yaz=/usr/local/bin make make install that is only options which was appointed by me in a process of compilation. - Original Message - From: "Bug Database" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 11, 2001 5

Re: [PHP-DEV] Re: #18623 [Ver]: touch, fopen, fwrite don't work

2002-09-04 Thread Roman Neuhauser
# Melvyn Sopacua <[EMAIL PROTECTED]> / 2002-07-31 00:10:30 + (+0200): > who could comment on the randomness of allowed/dissallowed > attachments, please? i'd bet text/plain (maybe text/*) gets through, the rest is stripped. Eudora (which you seem to use) IIRC tags the attachments

[PHP-DEV] Re: #19309 [Opn->Bgs]: I met connection failing to the MySql database

2002-09-09 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-09-09 14:21:13 +0200: > Hello, > > Please, can we all agree on writing down why you think this is not a > bug? We'll start pissing of users like this, and that is not really the > purpose of the quickfixes. > > regards, > Derick i didn't say this PR was not a b

[PHP-DEV] brain damage in the gd ext [was: Re: [PHP-DEV] GD version available in script ?]

2002-11-12 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-09-05 20:21:15 +0200: > Hello, > > Working on PEAR::Image_Transform, I realize there is no way to check > the currently used gd version. Beside that, gd2 functions are always > available (raise warning if wrong gd version), this forces us to make > a first call the funct

Re: [PHP-DEV] brain damage in the gd ext [was: Re: [PHP-DEV] GD version available in script ?]

2002-11-12 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-12 12:51:37 +0100: > On Tue, 12 Nov 2002, Derick Rethans wrote: > > > On Tue, 12 Nov 2002, Roman Neuhauser wrote: > > > > > Everyone: the fact that e. g. imagecreatefromgif() exists no matter > > > what, throwing a warni

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Errors and exceptions?

2002-11-24 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-12 13:08:33 +0100: > On Tue, 2002-11-12 at 07:54, Derick Rethans wrote: > > And that's why I would be -1 on the first one. However, the whole > > error reporting is a pretty mess, with some extensions implementing > > other 'philosiphies' then others. Getting this all

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Errors and exceptions?

2002-11-24 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-24 15:39:23 +0100: > On Sun, 24 Nov 2002, Roman Neuhauser wrote: > > # [EMAIL PROTECTED] / 2002-11-12 13:08:33 +0100: > > > On Tue, 2002-11-12 at 07:54, Derick Rethans wrote: > > > > And that's why I would be -1 on the first on

[PHP-DEV] lxr.php.net

2001-02-23 Thread Roman Neuhauser
Hi, what version of LXR is used at lxr.php.net? is it stock 0.3? Cynic -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()

2001-12-22 Thread Roman Neuhauser
> From: "Fred B" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: Sat, 22 Dec 2001 08:25:41 -0600 > Subject: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives >bad HTTP > header info from PHP Header() > > > Can you suggest a workaround since it appears that lots of

[PHP-DEV] Bug #11695: rmdir

2001-06-26 Thread roman . kytka
files. Files are deleted from dirs correctly but i cannot delete dirs (older than 2 hours). Please can you help me? Thanks Roman. my script: Read(); $tmp=$default_dir->Read(); while($name=$default_dir->Read()) { $fullname = $default_dir->path . $name; $isdir = is_dir($fullname);

[PHP-DEV] Re: Bug #11695 Updated: rmdir

2001-06-26 Thread Roman Kytka
that is true if it works on another pc it cannot be as bug... sorry is there somebody who can help me with my problem ? thanks Roman - Original Message - From: "Bug Database" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 3:03 PM Subje

[PHP-DEV] Bug #10300: Access Permission

2001-04-11 Thread roman . liebenau
From: [EMAIL PROTECTED] Operating system: Win2K PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: Access Permission I installed php4 on a Win2K server, running IIS5. The machine is configured (and acts) as a firewall, also. For this reason it is not a member

Re: [PHP-DEV] PHP and MySQL queries...

2001-10-23 Thread Roman Neuhauser
php-dev@ is for the developers of PHP itself, not for the people developing _with_ PHP. You should post your question in php-general. Roman -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: [PHP-DEV] Re: Wow ! Good news (to me at least) ...

2001-11-09 Thread Roman Neuhauser
> Date: Fri, 09 Nov 2001 14:35:56 +0100 > To: "August Zajonc" <[EMAIL PROTECTED]> > From: Zeev Suraski <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] Re: Wow ! Good news (to me at least) ... > > I promised that anybody that I'll break the neck of anybody that complains > ab

[PHP-DEV] chora.php.net down

2002-04-15 Thread Roman Neuhauser
what's up? any estimates of the downtime? -- Roman Neuhauser -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RFC: CLI alone

2002-05-15 Thread Roman Neuhauser
> Date: Sun, 17 Mar 2002 18:15:51 +0100 > To: [EMAIL PROTECTED] > From: [EMAIL PROTECTED] (Marcus Boerger) > Subject: [PHP-DEV] RFC: CLI alone > > The following patch enables a CLI build without > having CGI. Any suggestions? > > marcus > > diff -u -w -r1.163 acinclude.m4 > --- acinclude.m4

Re: [PHP-DEV] dio is broken

2002-05-15 Thread Roman Neuhauser
> Date: Sat, 23 Mar 2002 22:26:59 +0100 > From: Jan Lehnardt <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [PHP-DEV] dio is broken > > Hi, > on FreeBSD 4.4 I get these errors when building PHP_4_2_0 --enable-dio. > > Making all in dio > gcc -I. -I/mnt/data/cvs/ph

Re: [PHP-DEV] Call perl from PHP

2002-06-26 Thread Roman Neuhauser
> To: [EMAIL PROTECTED] > From: "Chhai Thach" <[EMAIL PROTECTED]> > Date: Tue, 25 Jun 2002 11:03:09 +0930 > Subject: [PHP-DEV] Call perl from PHP > > Does anyone know how to call a perl script from a php file and get the > returned data back to the PHP file? > > I have tried using virtual() but

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP 4.2.3 release process

2002-07-26 Thread Roman Neuhauser
> Date: Thu, 25 Jul 2002 10:56:12 +0200 > To: Sascha Schumann <[EMAIL PROTECTED]> > From: Melvyn Sopacua <[EMAIL PROTECTED]> > Cc: Derick Rethans <[EMAIL PROTECTED]>, > PHP Developers Mailing List <[EMAIL PROTECTED]>, > PHP Quality Assurance Team Mailing List <[EMAIL PROTECTED]> >

[PHP-DEV] mysql_fetch_object returns MYSQL_BOTH-type result set

2001-01-13 Thread Roman Neuhauser
This is bug #8656, and should be really easy to fix. As far as I can see, all that is needed to fix it is to change a single call in ext/mysql/php_mysql.c: - php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); + php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQL_ASSOC); The wa

[PHP-DEV] mysql_fetch_object returns MYSQL_BOTH-type result set

2001-01-13 Thread Roman Neuhauser
This is bug #8656, and should be really easy to fix. As far as I can see, all that is needed to fix it is to change a single call in ext/mysql/php_mysql.c: - php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); + php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQL_ASSOC); The wa

Re: [PHP-DEV] FW: comments in php

2001-01-13 Thread Roman Neuhauser
You can easily check this yourself: $t1 = time() ; for( $i = 0 ; $i < 100 ; $i++ ) ; echo ( time() - $t1 ) ; vs. $t1 = time() ; for( $i = 0 ; $i < 100 ; $i++ ) { /* * 1k of dummy text */ } echo ( time() - $t1 ) ; -- PHP Development Mailing List T

Re: [PHP-DEV] discussion forum using php, mysql and apache

2001-10-18 Thread Roman Neuhauser
> From: "Simba Pangeti" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Date: Tue, 16 Oct 2001 16:01:24 +0200 > Subject: [PHP-DEV] discussion forum using php, mysql and apache > > > guys i want to develop or iether to put a discussion forum on my web site > how best can i do this.is there some o