I am out of ideas on this one. I started chasing a problem yesterday
where we were crashing repeatedly on y2. I removed APC and a couple of
other things to rule those out. The crash is consistently in exactly
the same place. It is always on a request to:
http://www.php.net/manual/en/ref.
Minor update. The latest core is the first I have seen not on the mysql
page. Still in highlight_string(), but this time it is on the first
user note at:
http://www.php.net/manual/pt_BR/function.register-shutdown-function.php
$4 = {value = {lval = 9162776, dval = 4.5270128421386736e-317, st
The message cannot be represented in 7-bit ASCII encoding and has been sent as
a binary attachment.
---
avast! Antivirus: Giden mesaj VIRUSLU:
\document.scr#1417115497 (Win32:Mytob-V [Wrm]) mesajdan silindi.
Virus Veritabani (VPS): 0614-1, 04.04.2006
Test zamani: 05.04.2006 20:17:23
avast! - c
Here's what I plan to commit unless I hear otherwise.
I went with ZSTR_ as the prefix for the constants as S_ isn't terribly
unique. If anyone has a better suggestion, now is the time to voice it.
-Sara
- Original Message -
From: Dmitry Stogov
To: 'Sara Golemon'
Cc: internals@lists.php
Hello,
Posted this message on php-general@lists.php.net and only received a
very helpful suggestion to post here, thanks in advance for any
additional help...
Calling a php script from legacy c code using popen(), works great.
Problem: when php script is done, pclose() in c code fails with EC
share my PHP extension
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
That doesn't sound right... it's more likely that you're doing
something funky in your process (not php) with SIGCHLD so that wait4()
misses the event when you pclose.
My suggestion: strace your stuff and look for rogue signal() and wait
style calls that might be screwing things up. Third party l
Hi Sara,
All right. I haven't objections.
Also, please update ..._ASCII_STRING() macros family to use these flags.
They have exactly the same problem.
Thanks. Dmitry.
> -Original Message-
> From: Sara Golemon [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 06, 2006 2:27 AM
> To: inte