[PHP-DEV] [PATCH] for bug #26737

2004-08-13 Thread Curt Zirzow
As of 5.0.1, when a user returns a property name in the array that is returned by __sleep(), var.c:php_var_serialize_class() doesn't properly find the protected or private members since the names in the table are mangled. This patch, attempts to fix this problem by checking the mangled private an

Re: [PHP-DEV] Fwd: IMPORTANT: Please Verify Your Message

2004-08-13 Thread Curt Zirzow
Hello ben. Thats a negative on legitness.. its a new spamming technique, its been a major issue on php-general@ recently, and they apparently have moved over here. * Thus wrote Ben Ramsey: > Is this ligit? Tgpwizards.com seems to be some sort of host for pr0n thumbnail > galleries--or something

[PHP-DEV] Fwd: IMPORTANT: Please Verify Your Message

2004-08-13 Thread Ben Ramsey
Is this ligit? Tgpwizards.com seems to be some sort of host for pr0n thumbnail galleries--or something like that. I didn't click the link... just wanted to see what was up with this. --- [EMAIL PROTECTED] wrote: > Date: Fri, 13 Aug 2004 22:40:02 -0400 > To: [EMAIL PROTECTED] > Subject: IMPORTAN

[PHP-DEV] Configure/buildconf/autoconf errors

2004-08-13 Thread Ben Ramsey
I've always had this problem, but I figured it was just something I had to learn to live with. However, this time I decided to submit it to see if it was worth passing along as a bug. Whenever I run ./buildconf, it tells me that I shouldn't run it in a release package, so I try to run autoconf,

Re: [PHP-DEV] Method/Function chaining?

2004-08-13 Thread Robert Cummings
On Fri, 2004-08-13 at 18:59, Dan Ostrowski wrote: > Hello. > > Excuse my ignorance on this, but I can't seem to find the answer I'm > looking for online... Will PHP5 be able to do "chaining" as some other > languages are able to do? Yes. It can. Cheers, Rob. -- .---

[PHP-DEV] Method/Function chaining?

2004-08-13 Thread Dan Ostrowski
Hello. Excuse my ignorance on this, but I can't seem to find the answer I'm looking for online... Will PHP5 be able to do "chaining" as some other languages are able to do? In other words... -- \n"; } function getB() { return new B(); } } class B {

[PHP-DEV] PHP 5.0.1 Released!

2004-08-13 Thread Andi Gutmans
The PHP Development Team is glad to announce the release of PHP 5.0.1. This release is a maintenance release consisting mainly of bug fixes. It also includes new installation docs which are now auto-generated directly from the PHP Manual (INSTALL in the UNIX source package, install.txt in the Win

[PHP-DEV] ini directive typos

2004-08-13 Thread Dave Barr
Hello internals (cc'ed to phpdoc) A minor issue, but one I'd like to see fixed for upcoming releases. There are two ini directives that are spelled wrong: sybase.compatability_mode mssql.compatability_mode The correct spelling is "compatibility". Could someone fix these? Or possibly add new, cor

[PHP-DEV] Re: [PATCH] apache2handler config.m4 update

2004-08-13 Thread Joe Orton
On Fri, Aug 13, 2004 at 11:46:46AM +0100, Joe Orton wrote: > This fixes the apache2handler build against HEAD of httpd-2.0: Actually, this alternative patch is a fractionally safer change, avoiding picking up --cflags from apr-config: Index: sapi/apache2handler/config.m4 =

[PHP-DEV] [PATCH] apache2handler config.m4 update

2004-08-13 Thread Joe Orton
This fixes the apache2handler build against HEAD of httpd-2.0: 1. pick up correct names for ap[ru]-config from apxs 2. pick up --cppflags etc from apr-config to ensure that -D_LARGEFILE64_SOURCE is used where necessary (that's bug #27761) since APR now has large file support (tested to not break

[PHP-DEV] Locale-aware date parsing

2004-08-13 Thread Alexander Netkachev
Hi! I'm learning the date formatting and parsing functions in PHP and see that there are no locale-aware date parsing function (strptime) that is a pair for strftime. Are there reasons to not implement it? Is a patch welcome? Some info about it is here: http://www.google.com/search?q=strptime an

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-13 Thread Jan Schneider
Zitat von Wez Furlong <[EMAIL PROTECTED]>: On Thu, 12 Aug 2004 16:16:51 -0400, Jon Parise <[EMAIL PROTECTED]> wrote: And what if Jan doesn't know C or feel comfortable writing PHP extension code, for example? Even more reason to stop complaining and wait for someone with the appropriate skill to ge

Re: [PHP-DEV] Info needed

2004-08-13 Thread Kamesh Jayachandran
Hi Derick, Just a remainder to apply my patches for NetWare port. With regards Kamesh Jayachandran On Mon, 2 Aug 2004 16:19:56 +0200 (CEST), "Derick Rethans" <[EMAIL PROTECTED]> said: > On Mon, 2 Aug 2004, Kamesh Jayachandran wrote: > > > Hi Derick, > > Did you apply my patches? > > Not yet, bu

Re: [PHP-DEV] PHP_EOL exposed to scripts?

2004-08-13 Thread Derick Rethans
On Thu, 12 Aug 2004, Andi Gutmans wrote: > At 09:23 AM 8/12/2004 +0200, Derick Rethans wrote: > >On Wed, 11 Aug 2004, Andi Gutmans wrote: > > > > > I think it's a good idea. Personally I think that making this EOL would > > > make it even easier to use. > > > >We can't do that because I bet it's a