[PHP-DEV] Upgrading to internal DateTime

2008-12-04 Thread Lester Caine
OK I spent yesterday working trough some of the idiosyncrasies of DateTime and having had a sleep I've finished off this morning. First question. Why are there two different formats for dates with date creation using one format and everything else using strftime formatting? ( Slipping a date th

[PHP-DEV] Re: Autoload and namespaces

2008-12-04 Thread Greg Beaver
Tony Bibbs wrote: > Given this: > > use \MyProject\SubProjectA as A; > > A\foo::someMethod(); > > The className given is to the autoload function is > "MyProject\SubProjectA\foo" not "\MyProject\SubProjectA\foo" (notice lack of > leading \) > > I just wanted to verify that behaves as intended (

[PHP-DEV] PHP 5.2.7 Released

2008-12-04 Thread Ilia Alshanetsky
The PHP development team would like to announce the immediate availability of PHP 5.2.7. This release focuses on improving the stability of the PHP 5.2.x branch with over 170 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release. Secu

[PHP-DEV] Autoload and namespaces

2008-12-04 Thread Tony Bibbs
Given this: use \MyProject\SubProjectA as A; A\foo::someMethod(); The className given is to the autoload function is "MyProject\SubProjectA\foo" not "\MyProject\SubProjectA\foo" (notice lack of leading \) I just wanted to verify that behaves as intended (which I'm guessing it does). -- Tony B

[PHP-DEV] Possible addition: scoped class constants

2008-12-04 Thread Robin Burchell
Hi, First up, I'd like to apologise in advance if I'm mailing the wrong place. I have done my homework before subscribing, and this looks to be the right one, but - one never can tell... Formalities out of the way, I've been a long-time PHP developer and I'm sort of considering dipping my feet in

[PHP-DEV] PHP 5.3.0alpha3

2008-12-04 Thread Lukas Kahwe Smith
Hello! Johannes has packaged PHP 5.3.0alpha3, which you can find here: http://downloads.php.net/johannes/ Windows binaries thanks to Pierre, which are available here: http://windows.php.net/qa/ Please test it carefully, and report any bugs in the bug system, but only if you have a short repro

Re: [PHP-DEV] PHP 5.3.0alpha3

2008-12-04 Thread Hannes Magnusson
On Thu, Dec 4, 2008 at 22:17, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: > in the namespace changes. Please also note that the documentation for > namespaces has been updated already: > http://php.net/namespace Not 100% true. The example are missing the separator due to wrong syntax highlighting

Re: [PHP-DEV] Bug in interbase.c "invalid BLOB ID"

2008-12-04 Thread marius popa
On Fri, Nov 28, 2008 at 5:56 PM, Benjamin Schwarze <[EMAIL PROTECTED]> wrote: > There is already a bug report: http://bugs.php.net/42089 I saw that someone commented to the bug , i think he must open an new one and 42089 should be closed i will double check to be sure is good to be killed > > My l