it is a tortoisesvn feature:
http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-bugtracker.html
On Mon, Feb 25, 2013 at 12:28 AM, Hannes Magnusson <
hannes.magnus...@gmail.com> wrote:
> How does this work? :]
>
> Is this native svn feature or something?
>
> -Hannes
>
> On Sun, Feb 24, 2
How does this work? :]
Is this native svn feature or something?
-Hannes
On Sun, Feb 24, 2013 at 1:48 AM, Jakub Vrana wrote:
> vranaSun, 24 Feb 2013 09:48:16 +
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=329571
>
> Log:
> Integrate with
On Sun, Feb 24, 2013 at 2:14 PM, Karoly Negyesi wrote:
> Hi,
>
> The current documentation is "As PDO::FETCH_INTO but object is
> provided as a serialized string". Well, maybe.
>
> What happens is
>
> 1) If the class implements Serializable then the unserialize() method is
> called.
> 2) Otherwis
Hi,
The current documentation is "As PDO::FETCH_INTO but object is
provided as a serialized string". Well, maybe.
What happens is
1) If the class implements Serializable then the unserialize() method is called.
2) Otherwise if __wakeup exists it is called.
3) Plain unserialize() is attempted.
I
On Sun, Feb 24, 2013 at 2:01 PM, Ferenc Kovacs wrote:
> Hi,
>
> I've restored some missing crontabs on the doc.php.net(euk2.php.net)
> machine(and executed them).
> Fortunately the cron scripts were in the repo:
> http://git.php.net/?p=web/doc.git;a=tree;f=cron so I only had to put the
> calls bac
Hi,
I've restored some missing crontabs on the doc.php.net(euk2.php.net)
machine(and executed them).
Fortunately the cron scripts were in the repo:
http://git.php.net/?p=web/doc.git;a=tree;f=cron so I only had to put the
calls back to the crontab and there were one or two small issues for which
I'