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
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.
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/>
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
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
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,
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
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
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
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
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
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() {
12 matches
Mail list logo