php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24311 apache refuses to start (curl related?)
Submitted: 2003-06-24 04:25 UTC Modified: 2003-06-25 13:49 UTC
From: angulion at g5dd dot com Assigned:
Status: Closed Package: cURL related
PHP Version: 5CVS-2003-06-24 (dev) OS: Linux 2.4.20
Private report: No CVE-ID: None
 [2003-06-24 04:25 UTC] angulion at g5dd dot com
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)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-24 04:27 UTC] angulion at g5dd dot com
Addition, apache version is 1.3.19 (originating from suse (v7.1))
 [2003-06-25 13:49 UTC] iliaa@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 13:01:29 2024 UTC