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
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 (
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
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
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
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
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
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