[PHP-DEV] dbx question - specifying a port for pgsql

2002-09-27 Thread Jeff Van Campen
variation of it could be used throughout dbx? Thank you, Jeff Van Campen -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #14531: Reference to bug #14496

2001-12-14 Thread jeff
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Session related Bug description: Reference to bug #14496 How to reproduce bug #14496: compile php module for apache with mm & session support. compile php cgi with mm & session support.

[PHP-DEV] Re: Bug #8871 Updated: missing required flags for Compaq compiler

2001-10-23 Thread Jeff Long
entered (which is nothing) is wrong. When I requested that the bug system send me the password for the report it sent me the following: The password for bug report #8871 is . How am I supposed to update the bug report? Jeff Long -- PHP Development Mailing List <http://www.php.net/>

Re: [PHP-DEV] How do I register a constructor in PHP (C code)

2001-09-26 Thread Jeff Hughes
Another thing I noticed is that you didn't end the zend_function_entry list with { NULL, NULL, NULL }. That could cause some problems too. Jeff On Wed, Sep 26, 2001 at 09:55:35AM +0300, Emanuel Dejanu wrote: > > I have put zend_class_entry variabiles global and still > no suc

Re: [PHP-DEV] How do I register a constructor in PHP (C code)

2001-09-25 Thread Jeff Hughes
I believe the problem you are having is that the zend_class_entry structure destroyed as you leave the scope of the MINIT function. This is definitely going to have undefined behavior. Move the zend_class_entry so that it is global and you should be good to go. Jeff Hughes [EMAIL PROTECTED

Re: [PHP-DEV] php+sablotron+MaxRequestsPerChild=1

2001-09-07 Thread Jeff Levy
I do apologize. I should have specified that I am using PHP 4.0.6, and have NOT tried to reproduce in 4.0.7 I've seen this error in bugs.php.net already, and see no need in reproducing a bug report for an issue which is already known. Please forgive my short initial post, as it was very late,

[PHP-DEV] Bug #12878: PNG support won't work

2001-08-21 Thread jeff
From: [EMAIL PROTECTED] Operating system: Linux (RedHat) PHP version: 4.0.6 PHP Bug Type: GD related Bug description: PNG support won't work PNG support was working fine with 4.04 but multiple attempts to get PNG working with 4.06 fail. Have posted the message on PHP-Genera

[PHP-DEV] RE: Bug #10946 Updated: mail() Failed: Server Error

2001-05-20 Thread Zhu, Jeff (GEP)
Title: RE: Bug #10946 Updated: mail() Failed: Server Error i have resolve the problem . thx.   Jeff Zhu 2001/05/21 -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: 2001年5月18日 16:35 To: [EMAIL PROTECTED] Subject: Bug #10946 Updated: mail() Failed: Server Error

[PHP-DEV] Bug #10946: mail() Failed: Server Error

2001-05-17 Thread Jeff . Zhu
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.5 PHP Bug Type: IIS related Bug description: mail() Failed: Server Error i have installed php and iis in 2 servers. one is ok, when i run the mail(). but another is failed. so i changed the smtp to the right

[PHP-DEV] Re: PHP 4.0 Bug #9387 Updated: Doc String Quoting Problem

2001-02-21 Thread Jeff Lacy
mething. Maybe someone could amend the manual a little bit, like changing "The closing identifier must begin in the first column of the line." to "The closing identifier must begin in the first column of the line (i.e., you can't have anything before the closing identifier).&quo

[PHP-DEV] PHP 4.0 Bug #9158: Mysql client version

2001-02-07 Thread jeff
the 4.0.4pl1 has 3.23.28-beta. Thanks! Jeff Williams -- Edit Bug report at: http://bugs.php.net/?id=9158&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

[PHP-DEV] PHP 4.0 Bug #8965: Superclass constructor not invoked when subclass also contains a constructor

2001-01-29 Thread jeff
From: [EMAIL PROTECTED] Operating system: RedHat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Class/Object related Bug description: Superclass constructor not invoked when subclass also contains a constructor If we have 2 classes: class A { ... // constructor function A() {