Kalle Sommer Nielsen in php.internals (Tue, 19 Feb 2013 22:27:42 +0100):
>Den 19/02/2013 kl. 19.48 skrev Kris Craig :
>
>> Somebody filed a bug report (https://bugs.php.net/bug.php?id=64154) about
>> non-bundled extensions like php_zip being included in php.ini. Is there a
>> reason why we're keep
Den 19/02/2013 kl. 19.48 skrev Kris Craig :
> Hey guys,
>
> Somebody filed a bug report (https://bugs.php.net/bug.php?id=64154) about
> non-bundled extensions like php_zip being included in php.ini. Is there a
> reason why we're keeping those in there, or is it just that nobody ever got
> around
Hey guys,
Somebody filed a bug report (https://bugs.php.net/bug.php?id=64154) about
non-bundled extensions like php_zip being included in php.ini. Is there a
reason why we're keeping those in there, or is it just that nobody ever got
around to removing them?
Thanks!
--Kris
On Fri, Mar 2, 2012 at 8:34 PM, Kris Craig wrote:
> Awesome, thanks for the info guys!
>
> Does anybody know what the timeline is on having everything ported over to
> Git?
>
> --Kris
>
>
>
php-src will be migrated in the next two weeks or so (Stas asked David to
wait a little bit, so if somethin
Awesome, thanks for the info guys!
Does anybody know what the timeline is on having everything ported over to
Git?
--Kris
On Fri, Mar 2, 2012 at 11:33 AM, Ferenc Kovacs wrote:
>
>
> On Fri, Mar 2, 2012 at 8:25 PM, Alexander Moskaliov wrote:
>
>> > it already happened.
>> Not for all projects.
On Fri, Mar 2, 2012 at 8:25 PM, Alexander Moskaliov wrote:
> > it already happened.
> Not for all projects.
>
>
the question wasn't about whether all projects are moved or not.
but that the credentials are migrated or not.
at least this is what I understood from the original question.
for that qu
> it already happened.
Not for all projects.
>how/when will that happen
You can see what projects already moved on git.php.net
With regards, Alexander Moskaliov
ir...@irker.net
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, Mar 2, 2012 at 8:11 PM, Kris Craig wrote:
> Hey guys,
>
> Please forgive me if this has already been addressed elsewhere, but what
> can we expect to happen with regard to migrating Subversion credentials
> over to Git? I.e. how/when will that happen, or has it already happened?
>
>
> Th
Hey guys,
Please forgive me if this has already been addressed elsewhere, but what
can we expect to happen with regard to migrating Subversion credentials
over to Git? I.e. how/when will that happen, or has it already happened?
Thanks!
--Kris
George Antoniadis wrote:
On Mon, Feb 2, 2009 at 10:37 PM, Brian Moon wrote:
On 2/2/09 2:55 AM, George Antoniadis wrote:
While on this subject, would it be a waste of time to suggest a file
extension or include/require parameter that would consider a whole file as
php even if there is no star
On Mon, Feb 2, 2009 at 10:37 PM, Brian Moon wrote:
> On 2/2/09 2:55 AM, George Antoniadis wrote:
>
>> While on this subject, would it be a waste of time to suggest a file
>> extension or include/require parameter that would consider a whole file as
>> php even if there is no starting> Would save
On 2/2/09 2:55 AM, George Antoniadis wrote:
While on this subject, would it be a waste of time to suggest a file
extension or include/require parameter that would consider a whole file as
php even if there is no starting
See 2001: http://marc.info/?t=9998640691&r=1&w=2
--
Brian Moon
Senior
On Mon, Feb 2, 2009 at 10:28 AM, mike wrote:
> There's some discussion going on -discuss about whether or not to
> close PHP tags.
>
> The Zend Framework says to not use them...
>
> http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html#coding-standard.php-file-formatting.ge
There's some discussion going on -discuss about whether or not to
close PHP tags.
The Zend Framework says to not use them...
http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html#coding-standard.php-file-formatting.general
Is there any opinion from the internals/PHP experts
Anthony, thank you for your response. Would it not be possible that when an
exception is thrown to temporarily store the filename/line number for when
the exception handler kicks in, so at the very least, if someone made the
mistake of throwing an exception inside of another exception, they could a
On 22.11.2007 06:12, Ken Stanley wrote:
> I have
> corrected my mistake so that it will use trigger_error() instead of throwing
> an exception. However, in my Google searches I have noticed that there are a
> lot of people having somewhat similar problems, but without an easy
> solution. My feature
Ken,
This same issue was referred to back in 2004 on the php.net site.
I just looked it up and the post can be found by [EMAIL PROTECTED]
from 9 September, 2004, on this page:
http://us.php.net/errorfunc
On Nov 23, 2007 12:32 AM, Ken Stanley <[EMAIL PROTECTED]> wrote:
> I complet
I completely agree with what you and Alexy suggest. I've since refactored my
code accordingly so that an exception would not be thrown while inside of an
exception. But, that does not answer my original question. I asked about
submitting a feature request that would simply provide more information
Well, just as there is set_exception_handler, there is
set_error_handler function which probably does what you want.
Another thing: what stops you from explicitly catching the exception
using try/catch blocks? I believe that would solve most of your
problems. set_exception_handler is really a "las
Hello,
I have done my best to look through both the internals archive and the bug
database, however I feel that I may have missed something; hence this
e-mail. I am working on a project that uses set_exception_handler() so that
I can attempt to display a uniform error page, perform logging, etc, o
At 05:00 PM 6/5/2003 -0400, Sterling Hughes wrote:
Yep.
-Sterling
On Thu, 2003-06-05 at 17:01, Lars Torben Wilson wrote:
> Just wanted to check that I'm reading this right before committing
> to the docs: does print() return 1, always? The following seems to
> indicate so:
>
> case ZEND_PRINT:
>
On Thu, 2003-06-05 at 14:00, Sterling Hughes wrote:
> Yep.
>
> -Sterling
>
> On Thu, 2003-06-05 at 17:01, Lars Torben Wilson wrote:
> > Just wanted to check that I'm reading this right before committing
> > to the docs: does print() return 1, always? The following seems to
> > indicate so:
> >
>
Yep.
-Sterling
On Thu, 2003-06-05 at 17:01, Lars Torben Wilson wrote:
> Just wanted to check that I'm reading this right before committing
> to the docs: does print() return 1, always? The following seems to
> indicate so:
>
> case ZEND_PRINT:
> zend_print_variable(get_zval_ptr(&EX(opline)
Just wanted to check that I'm reading this right before committing
to the docs: does print() return 1, always? The following seems to
indicate so:
case ZEND_PRINT:
zend_print_variable(get_zval_ptr(&EX(opline)->op1, EX(Ts),
&EG(free_op1), BP_VAR_R));
EX(
24 matches
Mail list logo