On 3/16/07, Oliver Block <[EMAIL PROTECTED]> wrote:
Hello,
I receive a segmentation fault on a
RETVAL_STRING(some_module_global, 1);
The problem disappears if I change it to
RETVAL_STRING(some_module_global, 0);
Is anybody interested in the data?
Regards,
Oliver
I never had any segfa
Hello,
I receive a segmentation fault on a
RETVAL_STRING(some_module_global, 1);
The problem disappears if I change it to
RETVAL_STRING(some_module_global, 0);
Is anybody interested in the data?
Regards,
Oliver
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe,
Well, you could always add a user comment. Isn't that what they are for
anyway?
""Richard Quadling"" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Ha!
>
> Stupido! I had cut'n'pasted and somehow had a trailing space on the
> ini entry name!
>
> But, it works a treat.
>
> Is t
Hello Tijnema,
cool, have a look at the site then. If Ilia didn't update it just wait a
bit - we are having network problems here during the conference.
best regards
marcus
Thursday, March 15, 2007, 10:09:11 PM, you wrote:
> On 3/15/07, Marcus Boerger <[EMAIL PROTECTED]> wrote:
>> Hello Ilia,
On 3/15/07, Marcus Boerger <[EMAIL PROTECTED]> wrote:
Hello Ilia,
of course we can. The question is how do we find a student for ideas we
have?
best regards
marcus
I'm a student :)
I'm not sure what the requirements for this are, but i've programmed a
lot in PHP and C/C++.
Tijnema
Thursd
On Thu, March 15, 2007 4:15 am, Richard Quadling wrote:
> 1 - It doesn't matter what the server side handler is
> (files/user/sqlite/mm/etc), session data is not stored until you do a
> session_write_close(). So for a separate process to have access to the
> data, the session must be closed.
You c
On Thu, March 15, 2007 10:08 am, Lukas Kahwe Smith wrote:
> Derick Rethans wrote:
>> On Thu, 15 Mar 2007, Antony Dovgal wrote:
>>
>>> Hannes also has some ideas on improving our bug tracker as a GSoC
>>> project.
>>
>> And I am thinking about this:
>> http://derickrethans.nl/wanted_dbgp_xdebug_clie
Hey,
If I had more C/C++ expertise than I currently have, I'd like to apply for it.
The worst part of a good project is its conception. As long as you
have an idea and publish it waiting for other's help, it's enough.
Try putting all your ideas online and you'll see that are more people
interest
Ilia Alshanetsky wrote:
> Ca we have a project designed to improve code coverage of PHP by
> creating .phpt tests? I may not seem like a complex project
Another QA-related project idea: a rewrite of run-tests.php. Marcus and
I discussed this a while ago when I brainstormed on a rewrite of
benc
Ilia Alshanetsky wrote:
> Can we have a project designed to improve code coverage of PHP by
> creating .phpt tests? I may not seem like a complex project, but in
> terms of improving PHP as a language it would be exceptionally useful.
MySQL has exactly the same project (including more QA related
Marcus Boerger wrote:
Hello Ilia,
of course we can. The question is how do we find a student for ideas we
have?
one we have a fairly complete overview of ideas .. we can have a few of
us blog the world :)
regards,
Lukas
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscri
Hello Ilia,
of course we can. The question is how do we find a student for ideas we
have?
best regards
marcus
Thursday, March 15, 2007, 4:21:01 PM, you wrote:
> Ca we have a project designed to improve code coverage of PHP by
> creating .phpt tests? I may not seem like a complex project, b
Ca we have a project designed to improve code coverage of PHP by
creating .phpt tests? I may not seem like a complex project, but in
terms of improving PHP as a language it would be exceptionally
useful. Probably more so then any one extension that can come out of
GSoC.
On 15-Mar-07, at
Hello Derick,
We are in the collection phase right now. We can always decline projects
or prioritize project close to core PHP during the dicsussion phase anyway.
best regards
marcus
Thursday, March 15, 2007, 3:58:31 PM, you wrote:
> On Thu, 15 Mar 2007, Antony Dovgal wrote:
>> Hannes also
On 3/15/07, Antony Dovgal <[EMAIL PROTECTED]> wrote:
On 03/15/2007 05:50 PM, Marcus Boerger wrote:
> Hello guys,
>
> PHP has been chosen as a summer of code project. I suggets we put the
> following on php.net. Any comments?
>
> ---
> The PHP team is proud to once again participate
On 3/15/07, Derick Rethans <[EMAIL PROTECTED]> wrote:
On Thu, 15 Mar 2007, Antony Dovgal wrote:
> Hannes also has some ideas on improving our bug tracker as a GSoC project.
And I am thinking about this:
http://derickrethans.nl/wanted_dbgp_xdebug_client.php
Do you guys think that would qualify
Derick Rethans wrote:
On Thu, 15 Mar 2007, Antony Dovgal wrote:
Hannes also has some ideas on improving our bug tracker as a GSoC project.
And I am thinking about this:
http://derickrethans.nl/wanted_dbgp_xdebug_client.php
Do you guys think that would qualify as php project as well?
Hell y
On Thu, 15 Mar 2007, Antony Dovgal wrote:
> Hannes also has some ideas on improving our bug tracker as a GSoC project.
And I am thinking about this:
http://derickrethans.nl/wanted_dbgp_xdebug_client.php
Do you guys think that would qualify as php project as well?
regards,
Derick
--
PHP Intern
On 03/15/2007 05:50 PM, Marcus Boerger wrote:
Hello guys,
PHP has been chosen as a summer of code project. I suggets we put the
following on php.net. Any comments?
---
The PHP team is proud to once again participate in the Google Summer of Code.
We are still looking for project id
Hello guys,
PHP has been chosen as a summer of code project. I suggets we put the
following on php.net. Any comments?
---
The PHP team is proud to once again participate in the Google Summer of Code.
We are still looking for project ideas of interested students. In case you
want to
Ha!
Stupido! I had cut'n'pasted and somehow had a trailing space on the
ini entry name!
But, it works a treat.
Is this worth mentioning in the dox? I have karma there, but I don't
want to add just because I can.
On 15/03/07, Richard Quadling <[EMAIL PROTECTED]> wrote:
Hmm. Good idea! I thin
Hmm. Good idea! I think I also have to turn off session.use_only_cookies.
I just tried this, but within the framework the ini_set return false
(when the value is currently "1") and the setting was not altered and
I've yet to work out why.
In a simple test this works fine.
On 15/03/07, Stefan
Hello Richard,
your problem is a bug in the session extension.
My suggested but not tested workaround is that you simply call
ini_set("session.use_cookies", 0);
after the first time you call session_write_close(). This will stop the
session extension from sending further cookies during a single
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Richard,
Richard Quadling wrote:
> I feel there are 2 things to be considered with your suggestion.
>
> 1 - It doesn't matter what the server side handler is
> (files/user/sqlite/mm/etc), session data is not stored until you do a
> session_write_c
Hello Markus and thank you for your comments.
I feel there are 2 things to be considered with your suggestion.
1 - It doesn't matter what the server side handler is
(files/user/sqlite/mm/etc), session data is not stored until you do a
session_write_close(). So for a separate process to have acce
25 matches
Mail list logo