register_tick_function crashes

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
edno
Forum Newbie
Posts: 2
Joined: Thu Aug 21, 2003 12:24 pm
Location: France

register_tick_function crashes

Post by edno »

I've tried to use the function register_tick_function in order to use low level order but it crashes any Apache 1.3x Win32 (9x or XP Pro) versions.

How could i solve this problem ?
Need i to reconfigure my server ?
Is Apache Win32 processus management incompatible with this function ?
User avatar
edno
Forum Newbie
Posts: 2
Joined: Thu Aug 21, 2003 12:24 pm
Location: France

Post by edno »

:?: Nobody know the solution :?:
User avatar
BigE
Site Admin
Posts: 139
Joined: Fri Apr 19, 2002 9:49 am
Location: Missouri, USA
Contact:

Post by BigE »

I've never tried this in Windows, so no, I don't know of any soloution. However, by a simple search of http://bugs.php.net it shows that a couple people have had a similar problem. You can see the bug reports at http://bugs.php.net/search.php?cmd=disp ... on&x=0&y=0 This post caught my eye because it seems like the most feedback on this bug. http://bugs.php.net/bug.php?id=17283 Hopefully either something in there helps you, or you can provide some feedback and they can get this problem taken care of. Hope that helps!
Post Reply