Maintainer of Pear/Validate/Validate_LV package
Reference: Amir Mohammad
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Here are patches to use Brian Shire's optimizations (applied by Ilia to 5.2 the
other day) in a couple more places, and for HEAD. In Unicode mode,
concat_function() is up to 20%+ faster! (Probably because
zend_make_unicode_zval() calls TSRMLS_FETCH(); so not so much with non-ZTS I
guess.
Given where we are in the release process i think it is a perfect
time to try this patch. If it does not work out we have at least two
RCs to revert it on, nothing would change by having us delay this
until 5.2.2, expect a slightly slower 5.2.1. I've done a detailed
review of the patch yest
Matt,
The ext/* patches were applied to 5.2, I'll commit the Zend/ ones
once we have an agreement on the previous patch.
On 13-Dec-06, at 8:22 AM, Matt Wilmas wrote:
Hi,
Here are patches to use Brian Shire's optimizations (applied by
Ilia to 5.2 the other day) in a couple more places, a
This code is a fallback in instances where length is not know, which
is something that may happen. Given that this is an API function I
don't think we can make this change as it may break out-of-php code
that relies on this functionality. I really don't think you'll see
any visible gain by
Nevermind the previous e-mail, I see that strlen() is already done
inside safe_emalloc(), patch was applied, thanks.
Ilia
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Ilia,
I was kinda thinking the same thing, about having 2 RCs and such to see if
any problems were found. Though I try to be very, very careful not to screw
things up. ;-)
Just wanted to let you know, I made a minor update to the patch since you
first saw it yesterday. Realized part of the i
On 13-Dec-06, at 11:54 AM, Andrei Zmievski wrote:
Which previous patch? From Matt?
The one for is_numeric_string()
Ilia Alshanetsky
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi all
I just noticed that we have magic_quotes_gpc, register_long_arrays and
allow_call_time_pass_reference enabled by default (php.ini-dist/no
ini).
All three have been removed in HEAD (magic_quotes_gpc and
register_long_arrays even raise E_CORE_ERROR) so I was wondering if it
isn't time to di
Hello all,
I was told this might be a better list to ask this question...
I was experimenting with the imap_* library functions trying to see if I
could get a PHP script to access a folder on our IMAP server and I ran
into a problem.
I was trying to get a simple script to work which simply o
Which previous patch? From Matt?
-Andrei
On Dec 13, 2006, at 7:33 AM, Ilia Alshanetsky wrote:
Matt,
The ext/* patches were applied to 5.2, I'll commit the Zend/ ones once
we have an agreement on the previous patch.
On 13-Dec-06, at 8:22 AM, Matt Wilmas wrote:
Hi,
Here are patches to us
PEAR package... http://pear.php.net/pepr/pepr-proposal-show.php?id=461
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Is there any interest in adding support for logging of mail() calls
and/or adding options that allow identification of who sent the e-mail.
I've wrote a quick patch that enables this functionality via two ini
settings controllable via php.ini or per-virtual host.
The first option, mail.add_
Ilia Alshanetsky wrote:
Is there any interest in adding support for logging of mail() calls
and/or adding options that allow identification of who sent the e-mail.
I've wrote a quick patch that enables this functionality via two ini
settings controllable via php.ini or per-virtual host.
The
On 13-Dec-06, at 5:12 PM, Stut wrote:
Ilia Alshanetsky wrote:
Is there any interest in adding support for logging of mail()
calls and/or adding options that allow identification of who sent
the e-mail.
I've wrote a quick patch that enables this functionality via two
ini settings controlla
Ilia Alshanetsky wrote:
On 13-Dec-06, at 5:12 PM, Stut wrote:
Ilia Alshanetsky wrote:
Is there any interest in adding support for logging of mail() calls
and/or adding options that allow identification of who sent the e-mail.
I've wrote a quick patch that enables this functionality via two in
On 13-Dec-06, at 5:53 PM, Stut wrote:
I'm thinking about this from an ISP point of view... we get a lot
of abuse reports because people have poorly written form handlers.
It would be great if we could have PHP insert the full URL, domain
name included, in the mail headers for anything it
Hi,
Below are 2 patches for the latest 5.2. The first patch rewrites
pcre_get_compiled_regex_ex() in ext/pcre/php_pcre.c from line 417, saving up
to 3 comparison statements (?:). The second patch removes a pointless
statement (setting a local variable right before a return statement) from
json_det
Hi Mario,
Sorry that I didn't get back to you--I often get too busy to follow up
on PHP related mail so you need to poke.
I'm currently doing some work on PDO and so I'll look at integrating
your patch this week; if I don't spot any problems, I'll commit it,
otherwise I'll get back to you to dis
Ilia Alshanetsky writes:
> Is there any interest in adding support for logging of mail()
> calls and/or adding options that allow identification of who
> sent the e-mail.
>
> I've wrote a quick patch that enables this functionality via
> two ini settings controllable via php.ini or per-virtual
Brett Bieber wrote:
> PEAR package... http://pear.php.net/pepr/pepr-proposal-show.php?id=461
verified, this is to maintain the newly accepted
Services_W3C_HTMLValidator. Brett should be given karma for
pear/Services_W3C_HTMLValidator
Thanks,
Greg
--
PHP Internals - PHP Runtime Development Mai
21 matches
Mail list logo