I think for consistency's sake it should be a notice as the same is already
done in _convert_to_string(). In fact, couldn't zend_make_printable_zval() use
_convert_to_string()?
- David
On 03.06.2011, at 09:57, Derick Rethans wrote:
> On Thu, 2 Jun 2011, Ilia Alshanetsky wrote:
What does
var_dump(memory_get_peak_usage());
token_get_all(file_get_contents(''));
var_dump(memory_get_peak_usage());
get you?
David
On 04.06.2011, at 23:38, Mike van Riel wrote:
> Dear Internals,
>
> During development of DocBlox I encountered a (for me) unusual situatio
Smells like a memory leak if gc_collect_cycles() doesn't fix it.
David
On 05.06.2011, at 00:01, Mike van Riel wrote:
> Hey David,
>
> That gives me the following output:
>
>int(640720)
>int(244001144)
>
> Mike
>
> On Sat, 2011-06-04 at 23:51 +02
wser window without an address
bar in PHP" on forums. And now you want to throw yet another language construct
at them that looks like JSON, but doesn't necessarily behave like it even when
used with PHP's own JSON functionality, and does not offer any benefit
whatsoever other than the ability to copy and paste array and object
declarations between PHP and JS code.
David
smime.p7s
Description: S/MIME cryptographic signature
<3
David
On 05.06.2011, at 17:52, Felipe Pena wrote:
> Hi all,
> Reading our bug tracker I noticed a good feature request [1] from 2009 which
> points to an interesting feature that I think makes sense for us, since we
> are now working with $f() using objects and strings, and t
ow uptake is because a lot of
hosting companies run FreeBSD, and they can't upgrade to 5.3 unless they
either drop support for Zend Optimizer, or swap to a different platform.
Cheers,
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
of the prior non-LTS releases.
3. Makes hosting companies feel safer offering an LTS release as it
means less disruption for their users.
4. Businesses like it because it's less work for them to upgrade every
3-5 years instead of every 6-18 months.
Those are the ones I can think of.
Although I appreciate the model with my OS, I don't think it would work
well on the application/component level.
Cheers,
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
single versus double
quotes, trailing commas, and so forth.
David
smime.p7s
Description: S/MIME cryptographic signature
it stands we don't know if 5.3 will
continue to be supported for the next 5 years, or if it will be EOL next
year. All we have to go on is what's happened in the past, and although
5.2's lifetime was an anomaly, it seems it's what people have come to
expect.
Cheers,
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
y
>> - faster runtime, include only what libs you use, as you need them
> what are you speaking about and since how long you are working
> with PHP that you never heard about PEAR, ZendFramework?
>
And you should know that PEAR and ZF are user-land libraries, not
compiled libraries.
I think Martin is wishing for is the PHP Native Interface:
https://wiki.php.net/rfc/php_native_interface
Either that, or a PHP equivalent of Cython or Pyrex.
Cheers,
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On 07/06/11 18:40, Reindl Harald wrote:
>
> Am 07.06.2011 11:32, schrieb David Muir:
>> On 07/06/11 15:49, Reindl Harald wrote:
>>> Am 07.06.2011 04:42, schrieb Martin Scotta:
>>>> On Mon, Jun 6, 2011 at 8:15 PM, Reindl Harald
>>>> wrote:
>>
f the above gives the same numbers you got initially, then there's a memleak
in token_get_all().
David
On 06.06.2011, at 22:30, Mike van Riel wrote:
> David and Pauli,
>
> When I change the test script to:
>
>var_dump(memory_get_peak_usage());
>gc_collect_
7;'));
var_dump(memory_get_usage());
And then, a comparison to this would be useful:
var_dump(memory_get_usage());
token_get_all(file_get_contents(''));
gc_collect_cycles();
var_dump(memory_get_usage());
David
On 07.06.2011, at 16:34, Ferenc Kovacs wrote:
> On Tue, Jun 7, 2011
One thing to keep in mind of course is that each zval incurs an overhead. $x =
1; requires 144 bytes of memory in total IIRC.
David
On 04.06.2011, at 23:38, Mike van Riel wrote:
> Dear Internals,
>
> During development of DocBlox I encountered a (for me) unusual situation
> wit
essage why it might be
so much more than you expected (zval overhead, basically)
David
On 07.06.2011, at 19:44, Mike van Riel wrote:
> I have ran the script that you provided and got the following results:
>
>int(635192)
>int(635944)
>
> Which is far less than the pe
eats up 8 bytes, and "12345678901234567" will consume 24 bytes for the raw
text, not 17.
David
On 07.06.2011, at 20:26, Mike van Riel wrote:
> Am i then also correct to assume that the output of
> memory_get_peak_usage is used for determining the memory_limit?
>
> Also: after
deterministic and you should therefore be able to
> easily handle this gracefully.
Precisely.
I'd love to see a "callable" type hint too. And a "scalar" one while we're at
it ;)
David
smime.p7s
Description: S/MIME cryptographic signature
&$array , callback $funcname [, mixed $userdata ] )
>
> and type check that says "callable".
Oh, good point. It should be "callback" then, too, maybe? Or the documentation
should be adjusted (which might be a good idea, as "$funcname" doesn't refl
le" arguably does make more sense, but either way, it needs to be
consistent, that's what matters most.
David
smime.p7s
Description: S/MIME cryptographic signature
On 08.06.2011, at 00:38, dukeofgaming wrote:
> On Tue, Jun 7, 2011 at 4:41 PM, Matthew Weier O'Phinney <
> weierophin...@php.net> wrote:
>
>> On 2011-06-07, dukeofgaming wrote:
>>
>>> +1 for "callable", it is really more consistent.
>
He means
function foo(callback derp = array('MyClass', 'ohai')) { ... }
David
On 08.06.2011, at 15:31, Anthony Ferrara wrote:
>> No default values, other then NULL allowed.
>> Otherwise we would need to support array("classname", "methodname&quo
if you prefer so we can start organising
whatever would have to be done: dav...@php.net
References:
[1]: http://pythonmentors.com/
[2]:
http://jessenoller.com/2011/03/25/just-proposed-python-core-mentorship-program/
--
David Coallier
Orchestra.io
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
interest in participating as mentees.
Just to give you an update, right now I'm trying to compile a list of
volunteer-mentors. Once this has been done, we'll start compiling
user-groups mentees and mentees in general.
Thanks for your interest :)
--
David Coallier
--
PHP Internals - P
7;d like to
validate the idea. If anyone is interested in starting a few
"contributing" pages on the wiki and whatnot then nothing stops them
or you from doing it. It is open source, let ideas flourish.
Back to the main subject of discussion: Are you interested in being a
volunteer-mentor?
--
David Coallier
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
;s registered is
> to remove it then that's unnecessary.
>
> Regards,
>
> Arpad
>
Unless you want to check if a shutdown function has been registered, and
adjust certain behaviour accordingly.
eg, you might want to make sure you exit gracefully prior to doing
something
e existing
> implementations much (who uses the key/value of a foreach after the
> loop?) or could easily be changed.
I do, and I've seen the construct used many times. It would be a major
pain to track down and fix if this behaviour changes.
Cheers,
David
--
PHP Internals - PHP Runtime
e-off; people could even implement this in their app code
by replacing "$2a" with "$2x" for a transitional period in the hash if the
comparison fails (and then simply re-hash the password again with $2a so it's
secure). I'm volunteering to write the necessary code s
On 28.06.2011, at 14:26, Johannes Schlüter wrote:
> On Tue, 2011-06-28 at 12:19 +0200, David Zülke wrote:
>
>> On 27.06.2011, at 01:55, Stas Malyshev wrote:
>>
>>> However, it still has a chance somebody's data won't work after the
>>> update if
On 29.06.2011, at 21:39, Ralph Schindler wrote:
> interface A {}
> class B implements A {}
> class C extends B {}
> var_dump(is_subclass_of('B', 'A')); // true
Typo there; that should be 'C', not 'B'.
David
smime.p7s
Description: S/MIME cryptographic signature
o the same thing?
>
> I thought instanceof was for parent classes + interfaces.. and
> is_subclass_of() was just for parent classes.
instanceof is a language construct and only operates on object instances.
David
smime.p7s
Description: S/MIME cryptographic signature
On 29.06.2011, at 23:05, Martin Scotta wrote:
> are you kidding, right?
>
> $class = 'stdClass';
> $instance = new $class;
> var_dump( $instance instanceof $class );
That still only works on instances. Not on class names. Which this dicussion is
about.
David
smim
.) Thoughts?
>
> -Matt
> On Jun 29, 2011 5:26 PM, "Ralph Schindler" wrote:
>
As in class_implements() (shown in Ralph's example)?
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
codes if the output isn't redirected somewhere else.
David
smime.p7s
Description: S/MIME cryptographic signature
or that on a fairly regular basis. (when I first
> found class_implements() this is what I thought it did before reading the
> docs)
>
> -matt
Oops. My bad. Missed the array_key_exists() part in the example.
David
--
PHP Internals - PHP Runtime Development Mailing List
To
isk,
which is helpful not only on slow connections :)
The bug report form and anything else that transmits a password or similar
could of course still be done via https://.
If the current web interface doesn't allow this, I'd be happy to help with
adding that feature.
David
smi
7;t get the metadata anymore either; newer versions have
the "ignore_errors" context option for that).
David
smime.p7s
Description: S/MIME cryptographic signature
On 08/08/11 07:37, Richard Riley wrote:
> David Soria Parra writes:
>
>> On 2011-08-07, Stas Malyshev wrote:
>>> Hi!
>>>
>>> As somebody that have seen reasonably big project switch from SVN to git
>>> and worked quite actively with git since then
On 09/08/11 01:07, Lester Caine wrote:
> David Muir wrote:
>> John Szakmeister, who is a Subversion developer himself, has a good
>> comparison of svn, hg, bzr and git:
>> http://www.szakmeister.net/blog/2011/feb/17/choosing-new-version-control-system/
>>
>>
>
acked with a method other
> than the current)
> the pro side is that it would be possible to handle this situation (if
> you cannot upgrade a php instance for example for some reason) as you
> could handle those situations (unserialize the data field to get the
> original data, or u
neither are clear front
> runners? It would seem however that a hybrid system supporting both is
> probably still some way off :(
>
There's something weird in HG's network stack. I tried doing grabbing an
svn repository with hg, and it took over an hour to get part of the way
t
, but
Thunderbird picks up your address instead of internals.
David
On 23/08/11 09:52, Pierre Joye wrote:
> then the gain will be zero. By the way, no need to go private to reply :)
>
> On Tue, Aug 23, 2011 at 1:29 AM, David Muir wrote:
>> That still requires the extension.
On 08/26/2011 04:12 AM, Kalle Sommer Nielsen wrote:
> 2011/8/24 David Soria Parra :
>> Hi Internals,,
>>
>> after 3 weeks of discussion, I think we are ready to start voting on
>> the DVCS RFC. If you think something is missing or should be explained
>> in mo
FYI: http://blog.joda.org/2011/10/today-time-zone-database-was-closed.html
This could impact PHP as well since it bundles the database.
David
P.S. I hope Google/IBM/Oracle/whoever just buys those guys and then fires
everyone.
--
PHP Internals - PHP Runtime Development Mailing List
To
/github.com/metagoto/splclassloader
If we can identify where we want it in the structure of the PHP
project, I'll be happy to merge the implementation and modify the
config files to have --enable-spl-autoloader or such.
Does anyone have a preference for this?
/ext/spl/
/ext/spl-loader
attempting to modify the patch to be included
directly in SPL with the name SplClassLoader so that one can do:
$cl = new \SplClassLoader(..., ...);
Once the patch is adjusted to fit with SPL, we can revisit the name
however it is going to be used.
--
David Coallier
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
the patch is adjusted to fit with SPL, we can revisit the name
> however it is going to be used.
For the record: https://gist.github.com/1310352 (I know there are
Whitespaces issues, I'll get those resolved)
I'll be adding the tests tomorrow morning and then making sure the RFC
is
>
> Could you open a FR at bugs.php.net and attach the patch to it please?
> Could be easier to track (and the # to the RFC too :)
>
Yeah I'll do that once I have the tests adjusted and once I know the
patch actually works as expected.
--
David Coallier
--
PHP Intern
hp.net/rfc/splclassloader/vote
Thank you very much for all the interest showed so far,
--
David Coallier
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
fixed target for loading classes, and if we
want to support autoloading functions or whatever else later on, a new
interface can be added that would define the appropriate method eg.
loadFunction($function).
Cheers,
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
der. A second interface could be added for self-registering
autoloaders, but that begs the question, why should an autoloader know
how to register itself with a particular loading stack (sure the spl
autoloading stack is the only one we have, but still...)? There's no
discussion in the RFC showing why those methods should be part of an
autoloader interface.
The same applies to the setMode() and add() methods. What contract are
they fulfilling?
Cheers,
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
and
> line code on line 1
Bug report is up at https://bugs.php.net/bug.php?id=55371, I've attached a
patch to the ticket and this email that fixes the problem, test included.
- David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Had a few other tests failing, updated those accordingly and attached a newer
version.
David
On 12.11.2011, at 12:06, David Zülke wrote:
> I looked through the mailing list archives, and in several threads the
> consensus seemed to be that the setters should throw a warning, b
notice, it'd not be unreasonable to
expect it for ob_get_clean() as well.
David
smime.p7s
Description: S/MIME cryptographic signature
So the consensus so far is to drop notices from ob_clean(), ob_end_clean() and
ob_get_clean()? What about ob_flush() or others?
David
On 18.11.2011, at 14:08, Ilia Alshanetsky wrote:
> I agree with Stas' point there is really no need to force people do
> the while (o
xists
with a final !== null check.
array_isset($string['foo']['bar']) //false (not an array)
array_isset($array['foo']['bar']) //true, 'foo' is an array, and 'bar'
is not null
array_isset($array['foo']['bar'][0]) //f
ime is a good place for introducing new language
> constructs. Actually, I'm pretty sure it's not.
And I believe you're missing the point. I'm not suggesting it for 5.4,
but illustrating that until something like it (or better) exists, the
"bug fix" should wait unti
On 24/11/11 12:44, Ferenc Kovacs wrote:
>
>
> On Thu, Nov 24, 2011 at 1:38 AM, David Muir <mailto:davidkm...@gmail.com>> wrote:
>
> Just to clarify, the changes introduced in 5.4 will result in the
> following:
>
>
> $string = 'foo';
> Some 64bit issues, some bugs marked "Critical", etc..
>
On the 64bit issues... other than the ext/mbstring thing I am not
currently aware of any. I am still looking at the current test
failures though - I have 12 and so far 3 are explainable do to os
"features" and one is the mbstring pro
On Thu, Mar 20, 2003 at 07:54:14AM -, imran asghar wrote:
| to know with new bugs.
If you're looking for information on existing PHP bugs (or are
interested in reporting new ones), you probably want
http://bugs.php.net/, not a CVS account.
--
PHP Internals - PHP Runtime Development Mailing
-specific
settings or environment variables should take priority and then do the right
think based on the OS.
David
> On Fri, 21 Mar 2003, Nathan Fredrickson wrote:
>
>> Hi all,
>>
>> I have found some problems (and possible solutions) concerning use
>> of the get
I need to change the US/Eastern references as well - needs to be EST5
or EST-5.
Dave
- Original Message -
From: "Marcus Börger" <[EMAIL PROTECTED]>
To: "David Hill (php.net)" <[EMAIL PROTECTED]>
Cc: "Php-Qa" <[EMAIL PROTECTED]>; <[EMA
Hi all,
while trying to understand a test failure on Tru64 I noticed that
ext/standard/parsedate.y is not reentrant. I am assuming that we do care
about this given the effort with ZTS and I care because I build Apache2
multithreaded.
I am not much of a bison expert (other than to say that
I am not seeing this problem with Apache 1.3, PHP_4_3 or php5-HEAD and
tru64, nor with the cli.
What platform are you seeing it on ? Could it be any unitilized or buffer
overflow issue ?
Dave
- Original Message -
From: "Sebastian Bergmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent:
, that the easiest way to
pass information seemed to be through the use of temporary files. I was
hoping that once I submitted my patch that someone on this list might
have a better suggestion like direction on using shared memory or
something.
--David
-=+=-
David Enderson
Programmer
Hi:
The enclosed patch makes the Sybase DBLib support compile against PHP 5
and ZE 2, fixes crashes in sybase_select_db() and sybase_affected_rows()
related to incorrect zval initialization, implements the missing
sybase_fetch_assoc(), removes a bunch of redundant calls to Z_STRLEN_PP()
in php_syb
Allowee wrote:
I got the feeling that it's linux again..
it's in a sig smewhere... "Linux is user friendly, it's just picky on who's
friend it is" something like that..
Have you tried examining your log files?
Regards,
David
--
David Grant
Web De
Hi:
Attached is a patch that adds an optional 'limit' parameter to
debug_backtrace, which limits the size of the returned array. In cases
where a script wants debug information only for the current function, or
for the function levels above that, we can save a lot of unnecessary
call-stack traver
Hi:
Given the following script, which uses assert to eval() a string that
references the current class:
foo == 1'); }
function as_expr()
{ assert($this->foo == 1); }
}
$foo = new foo();
$foo->as_expr();
$foo->as_string();
?>
PHP 4.3-cvs executes it correctly, but PHP 5.0-cvs wi
Hi:
The function zend_register_constant expects c->name_len to equal
sizeof(c->name) for any struct _zend_constant named c. In
zend_register_standard_constants, sizeof() is used to compute the length
of the constant name correctly, but ZEND_STRL() is used to allocate the
string. ZEND_STRL() alloca
Hi:
I believe there's a missing refcount increment causing this bug, and I
think I may have uncovered some evidence that could get us closer to a
fix. I've added opcode dumps to zend_execute.c with a well-placed perl
command, so as to see the instructions as they're executed.
All of the following
> zend_execute.c, 1.468 (sterling)
> Sat May 31 14:31:28 2003 (5 hours, 35 minutes ago)
> revert the function call caching patch until a new solution is decided
> upon.
Hi:
Is this being reverted due to a reported crash? If not, I'm currently
seeing several with the patch applied (which go away w
On Sun, Jun 01, 2003 at 02:34:41AM +0200, Marcus B?rger wrote:
| Yes David,
|
| in ZTS mode it causes much problems, i found them some hours ago. But
| the main reason for revert is that the patch was done in the wrong
| way. Currently we are trying to figure out a new way since the
| performance
Sara,
I assume this would also mean all userland stream wrappers become
is_url=1?
Anyway, +1.
David
Am 17.01.2007 um 02:07 schrieb Sara Golemon:
allow_url_include has been bashed lately for being "not good
enough", and there is a kernel of truth to that, though where the
For Translating the documentation
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
t case for this so I
can report it properly?
Thanks,
David Mytton
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
My understanding is that this coudn't happen because a userspace
stream would be flagged is_url. So unless someone turns off, say
"ftp", and then adds "ftp" to the whitelist, there is no problem. And
if anyone does that, he/she should seriously consider looking for a
job where he/she can't
I've been told to request karma for pear/HTML_QuickForm_altselect
Proposal:
http://pear.php.net/pepr/pepr-proposal-show.php?id=475
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Publication of an experimental extension connecting PHP to Z/OS-IMS.
This prototype includes execution of transactions using close copies filled
through XML description.
Link to previous discussion in PECL news :
http://news.php.net/php.pecl.dev/4586
Link to Source Forge project :
https://source
Phalanger might be of interest to you.. Compiles PHP to MSIL, which then
compiles to machine code JIT.. Works pretty good really..
http://www.php-compiler.net
http://www.codeplex.com/Phalanger
--
// DvDmanDT
mail: dvdmandt¤telia.com
msn: dvdmandt¤hotmail.com
"Jacob Santos" <[EMAIL PROTECTED]>
Hello,
I can't login to http://pecl.php.net
My subscription has been rejected ? Or more time is required ?
David OURY
INFOTEL Conseil
[EMAIL PROTECTED]
-Message d'origine-
De : David Oury [mailto:[EMAIL PROTECTED]
Envoyé : lundi 5 mars 2007 13:19
À : internals@lists.php
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
r_dump($data); # data is sorted alphabetically
So, the question is, do we want this in PHP?
Oh yes. Please. Please. Please :)
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
27;php://stderr',"Error: $msg\n");
}
vs.
$error_func = function($msg) {
file_put_contents('php://stderr',"Error: $msg\n");
}
The second one looks better for me.
what about "lambda", like in Python?
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
at means people will maybe look it up to learn what a
lambda is before they use it, just what PHP needs ;)
Seriously though, my suggestion is nonsense because anonymous
functions in PHP wouldn't be restricted to a single expression, which
is the case with lambdas.
David
--
PHP Int
he right mentoring organization to apply to.
Although it doesn't add to the PHP project itself, except to be a test
case itself for PHP5 and possibly PHP6.
I should end the email here, but I'll provide a schedule, progress
indicators, bio, etc in the Google SoC application.
Regards,
It seems to be working now.
- David
Jakob Buchgraber wrote:
Hey!
When using the search on pecl.php.net I get a PHP fatal error. I
actually wanted to file a bug, but http://bugs.php.net is not responding.
I queried for APC using the package search:
http://pecl.php.net/package-search.php
, SQLite, PgSQL and MSSql.
Even though the application has already been submitted, I would
appreciate any comments or suggestions about this project.
Regards,
David Duong
Marcus Boerger wrote:
Hello David,
remember that the deadline for submitting projects is monday.
best regards
marcus
Please ignore all the redundant statements in my first paragraph >.<,
I'm not sure why it came out to be like that..
David Duong wrote:
Hello everyone and thanks for the reminder Marcus,
This is just a follow up of what I posted earlier in this thread.
Instead of submitting m
porating a
patch for a "max_real_time" config directive / timeout?
Thanks,
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
2
branch?
Yes, BC. magic_quotes is crappy/complicated enough to deal with
already, please don't make it behave differently between PHP5
versions. No need to. Nobody should use it anymore, so there is no
reason to change behavior again anyway.
David
--
PHP Internals - PHP Runtime De
I suggest adding a new php.ini option: ignore_xml_tags, default to on, which
would cause the parser to just ignore tags.
--
// DvDmanDT
mail: dvdmandt¤telia.com
msn: dvdmandt¤hotmail.com
"Bart de Boer" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
>
> I think ASP tags should
to adjust the heap limit and throw a non-fatal error
from within zend_mm_safe_error()?
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
as been
reached, and in that case they'd want to be able to calculate the
appropriate size of their grace period, but if they're going to go to
such contortions, then that's what they're stuck with.
David
Richard Lynch <[EMAIL PROTECTED]> wrote:
You might also come at it
-- as Stanislav
said above, it could be difficult to do a lot after the allocation has
failed.
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On 4/17/07, Richard Lynch <[EMAIL PROTECTED]> wrote:
On Tue, April 17, 2007 3:16 am, David Sklar wrote:
> Richard Lynch <[EMAIL PROTECTED]> wrote:
>> You might also come at it from the other direction and detect/notify
>> at some number smaller than the current
mments at
http://php100.wordpress.com/2007/04/16/graceful-recovery/)
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
want maximum performance here, pass full paths,
not relative paths, to include/require to avoid any include_path
overhead.
David
On 4/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hello everyone,
when testing speed of includes and requires i found that "require_once"
seems
Still, PHP should never segfault?
"Chris Malton" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Antony Dovgal wrote:
>> Please try the latest snapshot available at http://snaps.php.net.
>> If you're still able to reproduce the problem using the snap, please
>> provide a short (
Doesn't the zval contain info about the length of the string?
--
// DvDmanDT
mail: dvdmandt¤telia.com
msn: dvdmandt¤hotmail.com
"Ci" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Stefan Esser napisa³(a):
>> No. The correct way for getting the variable is
>>
>>
>> zval **data;
reported ? I am currently building a list of things that we have
to test and I am wondering which are the parts you consider the most
important and the most bogus/untested perhaps.
Thanks,
David
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net
501 - 600 of 1503 matches
Mail list logo