+1
Am 14.07.2008 um 20:40 schrieb Stanislav Malyshev:
Hi!
For 6) it does not seem like we know a good solution at this stage.
For
I think we need to gather some experience on namespace usage before
we move internal classes to them. Also, this change would be binary
and source-code com
Hi!
For 6) it does not seem like we know a good solution at this stage. For
I think we need to gather some experience on namespace usage before we
move internal classes to them. Also, this change would be binary and
source-code compatible (we'll keep the old names in 5.x for sure) so we
hav
Hi!
Yes. I use instanceof_function() in the patch.
Doesn't it mean we'd have this full tree lookup on every static call?
I'm not sure it's a very good idea then.
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED] http://www.zend.com/
(408)253-8829 MSN: [EMAIL PROTECTED]
--
Hi!
Note that called_scope is passed only to static methods of __parent__
class. I cannot imagine the use-case with intersecting LSBs in the same
class hierarchy. Could you please write the example.
OK. But how do you know if called class is parent of the current scope
or not? Wouldn't you ha
Hi,
I am about to move all "to be discussed items" [1] to the future PHP
release section (so after 5.3):
1) userspace streams filter that acts as a default filter through
which require/include read their files (Sebastian, Sara)
2) XMLWriter: Add writeNode([xmlreader obj]), allow to create a
Hi Lars!
Lars Strojny schrieb:
Is there a way to checkout the source. I would love to test PDO_MYSQLND.
Not yet. Andrey will need a day or so. I've CC'd him. He can post
instructions here.
The internal mysqlnd repostory, which includes the code for PDO_MYSQLND,
was among the first to be mi
On 14.07.2008, at 14:20, Ulf Wendel wrote:
Lukas Kahwe Smith schrieb:
there are also a few in PECL:
http://pecl.php.net/bugs/search.php?cmd=display&status=Open&package_name
[]=PDO_mysql
Ok, that's PDO_MYSQL. We checked both pecl.php.net and php.net bug
lists. Are there any plans to improv
Lukas Kahwe Smith schrieb:
there are also a few in PECL:
http://pecl.php.net/bugs/search.php?cmd=display&status=Open&package_name[]=PDO_mysql
Ok, that's PDO_MYSQL. We checked both pecl.php.net and php.net bug
lists. Are there any plans to improve the PHP bug systems to allow:
- prioritizin
On 14.07.2008, at 13:59, Ulf Wendel wrote:
Jani Taskinen schrieb:
Well, connection issues using mysqlnd seems to be pretty commonly
reported, like this:
http://bugs.php.net/45468
Aaah, you're talking about mysqlnd @ ext/mysql[i] - different story
altogether.
There are 20 open reports
Jani Taskinen schrieb:
Well, connection issues using mysqlnd seems to be pretty commonly
reported, like this:
http://bugs.php.net/45468
Aaah, you're talking about mysqlnd @ ext/mysql[i] - different story
altogether.
There are 20 open reports currently:
http://bugs.php.net/search.php?cmd=
Hi Ulf,
Am Montag, den 14.07.2008, 13:30 +0200 schrieb Ulf Wendel:
[...]
> Cross platform testing has been performed on:
>
> AIX 5.3 ppc64
> FC4 x86
> FreeBSD 6 x86, x86_64
> HP UX 11.23 ia64
> MacOS X 10.4 ppc32, x86
> RHEL 3 ia64, x86, x86_64
> RHEL 4 ia64, x86, x86_64
> SLES 9 ia64, x86, x86_6
Well, connection issues using mysqlnd seems to be pretty commonly
reported, like this:
http://bugs.php.net/45468
There are 20 open reports currently:
http://bugs.php.net/search.php?cmd=display&bug_type[]=MySQL+related&bug_type[]=MySQLi+related&status=Open&order_by=id&phpver=5&limit=50
I don't
Jani Taskinen schrieb:
Ulf Wendel wrote:
We did a tough development sprint in the last weeks to make the patch
"ready" for the tentative PHP 5.3 release plan. Our internal release
plan shows no coding between Beta and GA but fixing newly reported bugs.
What about the already reported (a.k.a
hi,
On Mon, Jul 14, 2008 at 11:29 AM, Ulf Wendel <[EMAIL PROTECTED]> wrote:
> The PDO_MYSQLND extension, as I call it, is a patched PDO_MYSQL extension.
> PDO_MYSQLND is on the TODO list [1].
Yes, why this point has been raised here.
> I hardly ever blogged about PDO_MYSQLND as a patch, althoug
Stefan Esser wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Lester,
I wonder if you could enlight us, why you hate ext/mysql?
Do you believe the urban legend that smaller .exe/.dll are loaded faster?
Maybe you have never heard of shared code segments... Every readable
only segment
Ulf Wendel wrote:
We did a tough development sprint in the last weeks to make the patch
"ready" for the tentative PHP 5.3 release plan. Our internal release
plan shows no coding between Beta and GA but fixing newly reported bugs.
What about the already reported (a.k.a. "old") bugs? :)
--Jan
Lukas Kahwe Smith schrieb:
On 14.07.2008, at 11:29, Ulf Wendel wrote:
Lars Strojny schrieb:
Hi Lukas, hi Johannes,
Am Freitag, den 11.07.2008, 11:59 +0200 schrieb Lukas Kahwe Smith:
- MySQLnd
what's with PDO MySQLnd, will it be part of 5.3?
[snip]
Johannes is working on a 3-stars chang
PHP 6 Bug Database summary - http://bugs.php.net/
Num Status Summary (64 total -- which includes 26 feature requests)
===[*General Issues]==
26771 Suspended register_tick_funtions crash under threaded webservers
===
On 14.07.2008, at 11:29, Ulf Wendel wrote:
Lars Strojny schrieb:
Hi Lukas, hi Johannes,
Am Freitag, den 11.07.2008, 11:59 +0200 schrieb Lukas Kahwe Smith:
- MySQLnd
what's with PDO MySQLnd, will it be part of 5.3?
We did a tough development sprint in the last weeks to make the
patch "r
Lars Strojny schrieb:
Hi Lukas, hi Johannes,
Am Freitag, den 11.07.2008, 11:59 +0200 schrieb Lukas Kahwe Smith:
- MySQLnd
what's with PDO MySQLnd, will it be part of 5.3?
The PDO_MYSQLND extension, as I call it, is a patched PDO_MYSQL
extension. PDO_MYSQLND is on the TODO list [1].
I har
Yes. I use instanceof_function() in the patch.
Thanks. Dmitry.
Stanislav Malyshev wrote:
Hi!
Note that called_scope is passed only to static methods of __parent__
class. I cannot imagine the use-case with intersecting LSBs in the same
class hierarchy. Could you please write the example.
OK.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Lester,
I wonder if you could enlight us, why you hate ext/mysql?
Do you believe the urban legend that smaller .exe/.dll are loaded faster?
Maybe you have never heard of shared code segments... Every readable
only segment is shared on windows.
22 matches
Mail list logo