Matt Wilmas wrote:
> mattwil Fri Jun 13 04:16:59 2008 UTC
>
> Modified files: (Branch: PHP_5_3)
> /ZendEngine2 zend_alloc.h
> Log:
> MFH: Add pestrndup()
Thanks Matt
Greg
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: h
Hi,
I need this patch committed ASAP to PHP_5_3 zend_alloc.h, as the commit
I just made for ext/phar depends on it (oops). Could someone help me out?
Thanks :),
Greg
Index: zend_alloc.h
===
RCS file: /repository/ZendEngine2/zend_all
I'll take the SQLite/hash ones, I'm already registered if someone
would just assign me the tasks I'll get to them once I'm back from the
Dutch PHP Conference.
Scott
On 12 Jun 2008, at 19:52, Lukas Kahwe Smith wrote:
Hi,
So we still have a number of unreviewed submissions in the TestFest
hi,
On Thu, Jun 12, 2008 at 11:51 PM, Johannes Schlüter <[EMAIL PROTECTED]> wrote:
> On Thu, 2008-06-12 at 16:31 +0200, Pierre Joye wrote:
>> * Extension being deleted (not removed, a "cvs rm" will be done)
>>
>>mhash, no impact as we provide a compatibility layer via ext/hash
>> (Thanks to S
Hi Lukas,
Am Donnerstag, den 12.06.2008, 20:52 +0200 schrieb Lukas Kahwe Smith:
[...]
> - Reflection (22)
Done.
cu, Lars
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
Hi,
On Thu, 2008-06-12 at 16:31 +0200, Pierre Joye wrote:
> * Extension being deleted (not removed, a "cvs rm" will be done)
>
>mhash, no impact as we provide a compatibility layer via ext/hash
> (Thanks to Scott)
We should keep this somewhere in Siberia like we did with other
extensions we
Hello,
I've been busy lately, but I have taken care of the SPL tests, and
will do for the future/remaining ones.
Regards
On Thu, Jun 12, 2008 at 9:53 PM, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote:
>
> On 12.06.2008, at 20:52, Lukas Kahwe Smith wrote:
>
>> So we still have a number of unreviewe
On 12.06.2008, at 20:52, Lukas Kahwe Smith wrote:
So we still have a number of unreviewed submissions in the TestFest
bug tracker [1]. We need people willing to review these submissions.
The process is quite easy, just head on over to the website, pick a
submission, assign the submission,
Hi,
So we still have a number of unreviewed submissions in the TestFest
bug tracker [1]. We need people willing to review these submissions.
The process is quite easy, just head on over to the website, pick a
submission, assign the submission, review the test, commit and mark as
done or p
On 12.06.2008 21:36, GRUNENBERGER Benoît wrote:
Developing the PHP runtime
You don't need a CVS account to start sending patches.
--
Wbr,
Antony Dovgal
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Developing the PHP runtime
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Brian,
On Thu, Jun 12, 2008 at 5:35 PM, Brian Moon <[EMAIL PROTECTED]> wrote:
> Pierre Joye wrote:
>>
>> - smnp
>> nice ext, any ISP out there willing to help? I can help for the windows
>> support
>
> Hmm, we use this. Is it broken for 5.3 or something? What do we need to do
> to keep this
Pierre Joye wrote:
- smnp
nice ext, any ISP out there willing to help? I can help for the windows
support
Hmm, we use this. Is it broken for 5.3 or something? What do we need
to do to keep this alive?
--
Brian Moon
Senior Developer/Engineer
--
When you car
Hi,
While reviewing the different extensions for the windows build, I
found that many are unmaintained without any commit since year(s).
Other are already removed from HEAD and some may be continued to
live in core but it would require some love.
* Extension being deleted (not removed, a "cvs r
Hi Johannes,
These can be easily emulated using PHP like
if (!function_exists("is_binary")) {
function is_binary($s) { return is_string($s); }
}
file_put_contents(FILE_BINARY)
Obviously... I was just thinking about the amount of stuff that would need
to be added to that compatibility
Hi,
On Thu, 2008-06-12 at 10:53 +0100, Steph Fox wrote:
> There is far too much of this kind of thing. Can we please consider adding
> dummies into at least 5.3.0 and possibly even the 5_2 branch for:
>
> is_binary()
> is_unicode()
These can be easily emulated using PHP like
if (!function_exi
OK, I'm now seeing a pass rate that more or less matches the same tests run
by the PHP 5 test script and PHP 5.3 binary.
FILE_BINARY is needed in two of seven calls to file_put_contents(). Get it
wrong (either way) and you get a random warning or notice. It's completely
non-portable too - it
Yes, please give him access to pecl/spread. He has been submitting some
decent patches.
Didn't notice the origional request or would have responded earlier.
Rob
Derick Rethans wrote:
On Mon, 9 Jun 2008, Alexey Zakhlestin wrote:
On 6/9/08, Antony Dovgal <[EMAIL PROTECTED]> wrote:
U
Hello Gregory,
obviously no one needed it so far or everyone was to lazy to implement
it and rather worked around it. In other words, if you have a need for
it go ahead.
marcus
Thursday, June 12, 2008, 8:00:13 AM, you wrote:
> Hi,
> Is there any reason pestrndup is missing from PHP 5.3's
On Mon, 9 Jun 2008, Alexey Zakhlestin wrote:
> On 6/9/08, Antony Dovgal <[EMAIL PROTECTED]> wrote:
> > Usually it's good idea to announce your extension in pecl-dev@ first and
> > ask for karma after that.
> > Just to be sure the extension is accepted.
> >
> > Or did you mean you're going to ta
20 matches
Mail list logo