From:             angulion at g5dd dot com
Operating system: Linux 2.4.20
PHP version:      5CVS-2003-06-24 (dev)
PHP Bug Type:     *Web Server problem
Bug description:  apache refuses to start (curl related?)

Description:
------------
php5-200306240730 at least produces this when starting up Apache:
------------- snip ---------------
Syntax error on line 323 of /etc/httpd/httpd.conf:
Cannot load /usr/lib/apache/libphp5.so into server: undefined symbol:
TSRMLS_SET_CTX
------------- snip ---------------

only place in php-source where I found this is in:
ext/curl/interface.c (line: 696): TSRMLS_SET_CTX(ch->thread_ctx);

Curl version I have is 7.10.5. 
A recursive grep for TSRMLS_SET_CTX on curl source don't find anything,
and in php-source there is just this one occurance.

Compiles fine though..
configure params:
http://www.g5service.net/php-bug/do_configure-php

Mail me for more info if needed. (angulion at g5dd com)


-- 
Edit bug report at http://bugs.php.net/?id=24311&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24311&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24311&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24311&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24311&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24311&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24311&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24311&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24311&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24311&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24311&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24311&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24311&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24311&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24311&r=gnused

Reply via email to