I made a few typos in my last post.. i should proof read a little.
- parents defualt constructor ( one with arguments). should be 'without'
arguments
- that a child class can be inherited with parent class construction.
should be 'without' parent class /..
sorry..
jason
--
PHP Internals -
which languages is this normal too..
if you refer to java, that uses the 'super' function, you need only
explicitly call super if your constructor has arguments, otherwise an
implicit call is made to the parents defualt constructor ( one with
arguments).
c++ also will call the parent defualt con
On Sat, Jun 26, 2004 at 08:03:12PM -0700, Jason Davidson wrote:
> Hi, is there a reason that when a child class is instantiated the parent
> class constructor does not get called?
> The obvious workaournd for this is to simply call
> $this->parentConstructor(); in the child class constructor, howev
Hi,
As I understand that www.php.net (the main web site) works fine with PHP 5,
can someone with root access upgrade to PHP 5 on www.php.net?
As discussed here, it'd be good to make this switch in preparation for the
upcoming release.
FYI, I'm hopping on a flight now so I won't be reading email i
Don't quite understand what you are saying? Does the recent patch affect you?
Are you talking about explicit casting?
Andi
At 01:32 AM 6/27/2004 +0200, Wez Furlong wrote:
COM/VARIANT objects can have a default integer value when casted in an
integer context.
--Wez.
- Original Message -
From
"Wez Furlong" <[EMAIL PROTECTED]> writes:
> Thanks; I will sync that when I get back from the conference.
Great. When you do, it's currently only in CVS AFAIK (i.e. not in a
"release"), so sync from there. There should have been *very* few changes (if
any) since 2.8.14 since the 3.0 branch is w
Hi, is there a reason that when a child class is instantiated the parent
class constructor does not get called?
The obvious workaournd for this is to simply call
$this->parentConstructor(); in the child class constructor, however,
this seems strange..
Am i way off base here...?
Thanks
Jason
--
Thanks; I will sync that when I get back from the conference.
--Wez.
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Wez" <[EMAIL PROTECTED]>;
"internals" <[EMAIL PROTECTED]>
Sent: Saturday, June 26, 2004 8:05 PM
Subject: [PHP-DEV] sqlite cha
COM/VARIANT objects can have a default integer value when casted in an
integer context.
--Wez.
- Original Message -
From: "Andi Gutmans" <[EMAIL PROTECTED]>
To: "Sara Golemon" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, June 22, 2004 7:02 PM
Subject: Re: [PHP-DEV] Bug 28879:
sqlite is compiled statically into PHP 5.
> I have tried to get SQLite running on PHP5 / Windows but for some reason
> it's built with links to the PHP4 files.
> Anybody got a PHP5 version for Windows ?
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.ph
I submitted the corrections to sqlite that were found by the PHP team (mostly
64-bit architecture issues), to the sqlite team. Those changes have been
checked in to the sqlite Version 2 branch, so PHP can now more easily track
and keep up with any bug fixes in sqlite.
See http://www.sqlite.org/cv
On 2004/06/26, at 3:36, Stefan Esser wrote:
I am asking, because this is not properly documented and atleast the
mbstring extension violates this.
mbstring extention doesn't actually use "input filter" stuff, but it
had initially been merged to SAPI as a ugly "hack" long before the input
filter wa
Ok,
So I am running PHP in interactive mode utilizing the PROCESS command line
option -F. I type the following command:
c:\php\php.exe -a -F myfile.php
When I run this command, I receive the "Interactive Mode Enabled" prompt.
My question is, once I start keying in information and the program
"m
Ok,
So I am running PHP in interactive mode utilizing the PROCESS command line
option -F. I type the following command:
c:\php\php.exe -a -F myfile.php
When I run this command, I receive the "Interactive Mode Enabled" prompt.
My question is, once I start keying in information and the program
"m
Hi All,
Sorry to repost.
I want the clarification regarding copying the global_class_table to
thread specific compiler_globals->class_table in compiler_globals_ctor
in Zend/zend.c.
According to me memcpy should copy 'whatever source points to' to
'destination'.
Our class_table hashtable structure
Translating PEAR/PECL documentation into Polish.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
No real porting necessary. This area of the code is identical in PHP4 and
PHP5, so it would just be a matter of adding the hook. I am using this
extensively with PHP4.
I know. I "backported" it for my next version of Hardened-PHP which will
make use of the input_filter system and will impl
On Fri, 25 Jun 2004, Stefan Esser wrote:
> am I correct in assuming that input_filters are allowed todo whatever
> they want with the value?
>
> I am asking, because this is not properly documented and atleast the
> mbstring extension violates this.
>
> First of all it feeds input_filter a value
18 matches
Mail list logo