ID: 29672 Updated by: [EMAIL PROTECTED] Reported By: ayor at evaseiya dot com -Status: Open +Status: Bogus Bug Type: Semaphore related Operating System: fedora core II PHP Version: 4.3.8 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. . Previous Comments: ------------------------------------------------------------------------ [2004-08-14 08:38:34] ayor at evaseiya dot com Description: ------------ Hi, I have rebuild apache on my dedicated server to fork some process (fork... with "--enable-pcntl"), and it's ok now. late I rebuild apache a second time to get some functions like sem_get, sem_acquire... (--enable-sysvsem), and I don't know what's happened When I execute the php script from my browser, all it's ok. And when I execute it from the command line (ssh), there is no problem too. but when I try to plan a cron like ( Code: php /home/a/b/c/the_php_script.php ) I get a error message which says : ""PHP Fatal error: Call to undefined function: sem_get() in /home/nva0404/public_html/a/b/notify.php on line 19"" if somebodys know anything about this pb, please tell me about the solutions I had to install, cause after many tries, I ve no idea anymore thanks __________________ I'm french, so can you excuse my broken english Expected result: ---------------- no message "PHP Fatal error: Call to undefined function: sem_get() in /home/nva0404/public_html/a/b/notify.php on line 19" Actual result: -------------- "PHP Fatal error: Call to undefined function: sem_get() in /home/nva0404/public_html/a/b/notify.php on line 19" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29672&edit=1
