|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesintl.patch (last revision 2017-01-18 11:57 UTC by remi@php.net)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2017-01-18 11:57 UTC] remi@php.net
[2017-01-18 11:58 UTC] remi@php.net
[2017-01-18 11:58 UTC] remi@php.net
-Assigned To:
+Assigned To: remi
[2017-01-18 12:03 UTC] remi@php.net
[2017-01-18 12:03 UTC] remi@php.net
-Status: Assigned
+Status: Closed
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 21 13:00:01 2025 UTC |
Description: ------------ When building this extension as shared, link use $(CC) instead of $(CXX). This could raise bad issue. Test script: --------------- ./configure --enable-intl-shared Expected result: ---------------- In Makefile ext/intl/intl.la: $(shared_objects_intl) $(INTL_SHARED_DEPENDENCIES) $(LIBTOOL) --mode=link $(CXX) Actual result: -------------- ext/intl/intl.la: $(shared_objects_intl) $(INTL_SHARED_DEPENDENCIES) $(LIBTOOL) --mode=link $(CC)