php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #63131 OSX support for PECL ares
Submitted: 2012-09-21 14:03 UTC Modified: 2014-11-19 13:20 UTC
From: chobieeee@php.net Assigned: mike (profile)
Status: Closed Package: ares (PECL)
PHP Version: Irrelevant OS: OSX
Private report: No CVE-ID: None
 [2012-09-21 14:03 UTC] chobieeee@php.net
Description:
------------
PECL ares can't compile on Mac OSX. this patch provides osx support.


* don't use `inline` macro as can't resolve those inline functions.
* change IS_CALLABLE macro to PHP_ARES_IS_CALLABLE as it has already defined on 
zend.h.
* add missing TSRML_CC macro
* don't define some undefined constants on OSX (T_A6, T_DNAME...)


Patches

pecl_ares_osx_support.patch (last revision 2012-09-21 14:03 UTC by chobieeee@php.net)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-09-21 14:03 UTC] chobieeee@php.net
The following patch has been added/updated:

Patch Name: pecl_ares_osx_support.patch
Revision:   1348236238
URL:        https://bugs.php.net/patch-display.php?bug=63131&patch=pecl_ares_osx_support.patch&revision=1348236238
 [2012-10-06 14:00 UTC] felipe@php.net
-Package: PECL +Package: ares
 [2012-11-19 19:26 UTC] atakacs at gmail dot com
Hi

I'm probably missing the obvious but the patch tries to modify file ares.c (line 22) which does not exists on my machine (OS X 10.7).

Thanks for for any pointer.
 [2013-03-19 16:47 UTC] mike@php.net
-Assigned To: +Assigned To: mike
 [2014-11-19 13:20 UTC] mike@php.net
-Status: Assigned +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 08:01:30 2024 UTC