Re: [PHP-DEV] MySQL problems

2003-07-16 Thread Olivier Hill
Sterling Hughes wrote: Just don't reply. -Sterling Kind of rude... We should a *least* have an auto-reply directing to a "closed bug" report telling users to use the system libmysql. I had *absolutely* no problems compiling with mysql, but that's because I did know that it wasn't bundled anymore.

Re: [PHP-DEV] MySQL problems

2003-07-16 Thread Sterling Hughes
Just don't reply. -Sterling On Wed, 2003-07-16 at 19:59, Georg Richter wrote: > Hi, > > since PHP5 beta is out I got tons of emails which a) complained about missing > libmysql for ext/mysqli b) about licensing problems and possible solutions. > > I'm not able to answer all these mails, curren

[PHP-DEV] MySQL problems

2003-07-16 Thread Georg Richter
Hi, since PHP5 beta is out I got tons of emails which a) complained about missing libmysql for ext/mysqli b) about licensing problems and possible solutions. I'm not able to answer all these mails, currently I work 500km away from home and I'm not able to check all these mails. So would it be o

[PHP-DEV] Current php-file in extension

2003-07-16 Thread Sam Baum
Hi there, how can i get the current php-file, not the filename in PHP_SELF, that was requested, but that file that actually has the written code that called the PHP_FUNCTION of my extension. Background is, that i syslog mail(), so i can track down misuse on my server. bg Sam -- PHP Internals

[PHP-DEV] File Upload Status diffs

2003-07-16 Thread David Enderson
Here are the diffs Rasmus asked for on the three internal files that the internals group would be concerned about (main/php.h, main/main.c, main/rfc1867.c). These diffs were done on 4.3.2 code. If you all feel this is worthy of inclusion, I can construct a CVS diff as directed by README.SUBMITTIN

[PHP-DEV] Object cloning

2003-07-16 Thread Marcus Börger
Hello Zeev & Andi, to simplify object cloning i would appreciate the attached patch. With this patch it would be much easier to write clone handlers that inherit the default behavior correctly and are also sitll capable of dealing with the __clone() method. -- Best regards, Marcus

Re: [PHP-DEV] php Upload problems

2003-07-16 Thread Joerg Behrens
- Original Message - From: "Chris Woollard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 3:10 PM Subject: [PHP-DEV] php Upload problems > > I am having a problem with a php upload script. > > it will allow me to upload small files (about 1Mb) but not larger o

Re: [PHP-DEV] php Upload problems

2003-07-16 Thread Derick Rethans
On Wed, 16 Jul 2003, Chris Woollard wrote: > > I am having a problem with a php upload script. > > it will allow me to upload small files (about 1Mb) but not larger ones (less > than the upload_max_filesize). > > Can you help diagnose what the problem is? See php.net/support.php to find ways t

[PHP-DEV] php Upload problems

2003-07-16 Thread Chris Woollard
I am having a problem with a php upload script. it will allow me to upload small files (about 1Mb) but not larger ones (less than the upload_max_filesize). Can you help diagnose what the problem is? I have PHP Version 4.2.2 on Red Hat Linux 9. the entry's in php.ini and scripts are as follows

Re: [PHP-DEV] $this assignment and call_user_func question

2003-07-16 Thread Marcus Börger
Hello Melvyn, Wednesday, July 16, 2003, 12:44:32 PM, you wrote: MS> Hi Marcus, MS> On Wednesday 16 July 2003 12:14, Marcus Börger wrote: >> MS> Since PHP5 should also give a boost to PECL, I think there should be a >> way to MS> extend a C-based class, somehow. I really don't favor the $this >>

Re: [PHP-DEV] $this assignment and call_user_func question

2003-07-16 Thread Melvyn Sopacua
Hi Marcus, On Wednesday 16 July 2003 12:14, Marcus Börger wrote: > MS> Since PHP5 should also give a boost to PECL, I think there should be a > way to MS> extend a C-based class, somehow. I really don't favor the $this > assignment as MS> well, but what other option is there? Or is this > specifi

Re: [PHP-DEV] $this assignment and call_user_func question

2003-07-16 Thread Marcus Börger
Hello Melvyn, Wednesday, July 16, 2003, 12:00:43 PM, you wrote: MS> Hi again, MS> Since PHP5 should also give a boost to PECL, I think there should be a way to MS> extend a C-based class, somehow. I really don't favor the $this assignment as MS> well, but what other option is there? Or is thi

Re: [PHP-DEV] $this assignment and call_user_func question

2003-07-16 Thread Melvyn Sopacua
Hi again, On Wednesday 16 July 2003 10:01, Marcus Börger wrote: [ ... ] > MS> I'm not farmiliar with the example Greg is getting at, but the > following bit MS> me recently: > MS> class DomFromString extends DomDocument > MS> { > MS> function DomFromString($string) > MS> { > MS>

Re: [PHP-DEV] php5 interfaces...

2003-07-16 Thread Derick Rethans
On Wed, 16 Jul 2003, Zeev Suraski wrote: > This bug should be gone now... > > Thanks for the report! Could you please add a test for this one? regards, Derick -- "Interpreting what the GPL actually means is a job best left to those that read the future by examining animal

Re: [PHP-DEV] php5 interfaces...

2003-07-16 Thread Zeev Suraski
This bug should be gone now... Thanks for the report! Zeev At 22:39 11/07/2003, Tony Bibbs wrote: In PHP5 I noticed this behaviou with interfaces. If I have an interface with a method that takes no paramaters, an implementing class for that interfaces can have the same method take parameters.

Re: [PHP-DEV] php5 interfaces...

2003-07-16 Thread Zeev Suraski
At 22:39 11/07/2003, Tony Bibbs wrote: In PHP5 I noticed this behaviou with interfaces. If I have an interface with a method that takes no paramaters, an implementing class for that interfaces can have the same method take parameters...is that right? For example: interface foo { public funct

Re: [PHP-DEV] CVS Account Request: pradeep

2003-07-16 Thread Marcus Börger
Hello Pradeep, Wednesday, July 16, 2003, 3:18:59 AM, you wrote: PT> Iam working on changes in the PHP command line interpreter. Then please send patches in and edin and me will look at them. If it doesn't break anything and it is useful we will of course consider them. Best regards, Marcus

Re: [PHP-DEV] $this assignment and call_user_func question

2003-07-16 Thread Marcus Börger
Hello Melvyn, Wednesday, July 16, 2003, 1:27:52 AM, you wrote: MS> Hi Marcus, MS> On Wednesday 16 July 2003 00:11, Marcus Börger wrote: >> Wednesday, July 16, 2003, 12:08:29 AM, you wrote: >> >> GB> Hi, >> >> GB> I've heard rumors that there are plans to take away the ability to >> GB> assign t