[PHP-DEV] Recurring core dump on y2

2006-04-05 Thread Rasmus Lerdorf
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.

Re: [PHP-DEV] Recurring core dump on y2

2006-04-05 Thread Rasmus Lerdorf
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

[PHP-DEV] [avast! - INFECTED] HELLO

2006-04-05 Thread eric
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

Re: [PHP-DEV] RETURN_RT_STRING() and family leakage

2006-04-05 Thread Sara Golemon
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

[PHP-DEV] calling php script from C - pclose problem

2006-04-05 Thread Ysidro
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

[PHP-DEV] CVS Account Request: djwposion

2006-04-05 Thread djw posion
share my PHP extension -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] calling php script from C - pclose problem

2006-04-05 Thread Wez Furlong
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

RE: [PHP-DEV] RETURN_RT_STRING() and family leakage

2006-04-05 Thread Dmitry Stogov
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