ilter() to the array before
calling implode()?
Best regards,
--
Lorenzo Alberton
http://www.alberton.info
http://pear.php.net/user/quipo
Quipo Free Internet: sicuro e veloce senza costi di attivazione e senza
canone, 2 e-mai
Ali Fazelzadeh wrote:
PEAR Maintainer.
for now, i talk with Lorenzo Alberton MDB2(lead maintainer) for developing this
package.
confirmed.
Best regards,
--
Lorenzo Alberton
http://pear.php.net/user/quipo
Quipo Free
Lorenzo Alberton wrote:
I talked to Christopher Jones (of Oracle fame) and Lorenzo (MDB2
maintainer). Its clear that the only named parameter supporting
database I know does not support dash inside named parameters. Its
also dangerous since it means that whitespace typos could have
.
I won't like having vendor specific rules there but a subset which works
with most/all backends and which should full-fill most user's needs. The
regexp from above looks like a good compromise for me.
This one is safer:
/^((?:\d+)|(?:[a-z][a-z0-9_]*))$/i
HTH
Best regards,
--
L
applied a patch after a discussion with
Marcus.
the latest snapshot works for me, many thanks!
Best regards,
--
Lorenzo Alberton
http://pear.php.net/user/quipo
[1] http://www.alberton.info/php_pdo_firebird_status.html
Q
net/bug.php?id=41429
http://bugs.php.net/bug.php?id=41345
Best regards,
--
Lorenzo Alberton
http://pear.php.net/user/quipo
Quipo Free Internet: sicuro e veloce senza costi di attivazione e senza
canone, 2 e-mail da 25 Mb, 150 Mb
://www.alberton.info/php_pdo_firebird_status.html
Comments are welcome.
HTH
Best regards,
--
Lorenzo Alberton
http://pear.php.net/user/quipo
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
estions :-) Ard?
I really hope he's still active, he did a terrific
job with the PHP5's interbase extension...
--
Lorenzo Alberton
http://pear.php.net/user/quipo
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
ive?
TIA
Best regards,
--
Lorenzo Alberton
http://pear.php.net/user/quipo
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
means
"less than the opposite of"
==
======
Regards,
--
Lorenzo Alberton
http://pear.php.net/user/quipo
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Rasmus Lerdorf wrote:
Yes, we know there are still some issues here. People are working on
it. Or there is at least intent to work on it. See
http://bugs.php.net/bug.php?id=33643
actually this is the bug Robert was referring to:
http://bugs.php.net/bug.php?id=33558
Regards,
--
Lorenzo
On Tue, 13 Jul 2004 08:59:22 -0700, Andi Gutmans wrote:
> Is this something Edin should fix or is it in php5/pear?
Everything should be fine, now, thanks to Edin.
I asked the pear-qa team to doublecheck,
just in case ;-)
Regards,
--
Lorenzo Alberton
http://pear.php.net/user/quipo
> At
lly really want to bundle all the packages
that have been bundled so far, at least upgrade them, please.
If in doubt please ask Pierre.
Many thanks,
--
Lorenzo Alberton
http://pear.php.net/user/quipo
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Thu, 18 Mar 2004 10:59:40 +0200 (IST), Stanislav Malyshev wrote:
> Why would anyone need this? if __construct() contains php5-only
> syntax, it won't work anyway on php4.
I just image the case of a class with some optimizations
for php5, but with a fallback implementation of some of its
feature
ctor *could* make sense.
Thanks
Lorenzo
> At 01:28 AM 3/18/2004 +0100, Lorenzo Alberton wrote:
>> Why has this one been committed?
>>
>>
>> http://cvs.php.net/diff.php/ZendEngine2/zend_compile.c?login=2&r1=1.55
>> 1&r2=1.552 &ty=h
>>
>>
&
Why has this one been committed?
http://cvs.php.net/diff.php/ZendEngine2/zend_compile.c?login=2&r1=1.551&r2=1.552
&ty=h
It prevents constructors being redefined.
That is fine, *except* for the following case:
class MyClass
{
function MyClass() {
//constructor for php4,
//SHO
16 matches
Mail list logo