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

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 one. However, the whole error reporting

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

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 warning if you have a wrong GD version is IMNSHO

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

[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] Subject:

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 this doesn't

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.m413 Mar

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.

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

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 about not going

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

2001-10-23 Thread Roman Neuhauser
To: [EMAIL PROTECTED], [EMAIL PROTECTED] From: Jason [EMAIL PROTECTED] Date: Tue, 23 Oct 2001 10:52:41 -0600 Subject: [PHP-DEV] PHP and MySQL queries... I am having a hard time setting up a form for users to enter a date in the Hi Jason, php-dev@ is for the developers of PHP

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 one with an

[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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [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

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 http://www.php.net/ To