[PHP-WEBMASTER] com web/rmtools: Add current branch ini item to the env: include/BuildVC.php

2018-08-01 Thread Anatol Belski
Commit:9a3fbd77fdd413ee884c99761919809b9c818fdf
Author:Anatol Belski  Wed, 1 Aug 2018 09:11:21 +0200
Parents:   96bc7150a93a06584aec40490b426a24a7f7374f
Branches:  master

Link:   
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=9a3fbd77fdd413ee884c99761919809b9c818fdf

Log:
Add current branch ini item to the env

Changed paths:
  M  include/BuildVC.php


Diff:
diff --git a/include/BuildVC.php b/include/BuildVC.php
index 51391db..c68a781 100644
--- a/include/BuildVC.php
+++ b/include/BuildVC.php
@@ -78,6 +78,8 @@ class BuildVC {
$env['NODEBUG'] = "1";
}
 
+   $env["PHP_RMTOOLS_PHP_BUILD_BRANCH"] = 
$this->branch->config->getBranch();
+
$this->env = $env;
 
$this->pgo_init_lock_fd = NULL;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] com web/rmtools: Add exported cronjob: data/config/pecl/cron/pecl_build_cleanup2.xml

2018-08-01 Thread Anatol Belski
Commit:4912bce282982f0d38e5b04bd1fe353ba493e050
Author:Anatol Belski  Wed, 1 Aug 2018 09:48:20 +0200
Parents:   2b13fa03ed488d80a40fc69817e505384bd4d169
Branches:  master

Link:   
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=4912bce282982f0d38e5b04bd1fe353ba493e050

Log:
Add exported cronjob

Changed paths:
  A  data/config/pecl/cron/pecl_build_cleanup2.xml


Diff:
diff --git a/data/config/pecl/cron/pecl_build_cleanup2.xml 
b/data/config/pecl/cron/pecl_build_cleanup2.xml
new file mode 100644
index 000..5dcae73
Binary files /dev/null and b/data/config/pecl/cron/pecl_build_cleanup2.xml 
differ


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] com web/rmtools: Add pecl ini for 7.3 builds: data/config/pecl/cron/pecl_build_next.xml data/config/pecl/cron/pecl_rss_update.xml data/config/pecl/pecl73_x64.ini data/config/pecl/pecl7

2018-08-01 Thread Anatol Belski
Commit:2b13fa03ed488d80a40fc69817e505384bd4d169
Author:Anatol Belski  Wed, 1 Aug 2018 09:47:23 +0200
Parents:   2bae53d01c6adabe1f0307207fbf787c1d832e83
Branches:  master

Link:   
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=2b13fa03ed488d80a40fc69817e505384bd4d169

Log:
Add pecl ini for 7.3 builds

Changed paths:
  M  data/config/pecl/cron/pecl_build_next.xml
  M  data/config/pecl/cron/pecl_rss_update.xml
  A  data/config/pecl/pecl73_x64.ini
  A  data/config/pecl/pecl73_x86.ini


Diff:
diff --git a/data/config/pecl/cron/pecl_build_next.xml 
b/data/config/pecl/cron/pecl_build_next.xml
index 173558b..d51cc31 100644
Binary files a/data/config/pecl/cron/pecl_build_next.xml and 
b/data/config/pecl/cron/pecl_build_next.xml differ
diff --git a/data/config/pecl/cron/pecl_rss_update.xml 
b/data/config/pecl/cron/pecl_rss_update.xml
index f70953d..167a2b0 100644
Binary files a/data/config/pecl/cron/pecl_rss_update.xml and 
b/data/config/pecl/cron/pecl_rss_update.xml differ
diff --git a/data/config/pecl/pecl73_x64.ini b/data/config/pecl/pecl73_x64.ini
new file mode 100644
index 000..ac6fac2
--- /dev/null
+++ b/data/config/pecl/pecl73_x64.ini
@@ -0,0 +1,28 @@
+name=php-7.3
+branch=7.3
+build_dir=c:/php-snap-build/obj
+build_src_subdir=php-src
+build_location=c:\php-snap-build\php-src\php73\x64
+appver=2015
+debug=0
+pgo=0
+compiler=vc15
+arch=x64
+pecl_deps_base=c:/php-snap-build/dep-aux/vc15/x64
+pecl_non_core_ext_deps_base=c:/php-snap-build/ext-aux
+
+[build-nts-windows-vc15-x64]
+name=nts-windows-vc15-x64
+compiler=vc15
+arch=x64
+thread_safe=0
+configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --without-analyzer 
--without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs
+platform=windows
+
+[build-ts-windows-vc15-x64]
+name=ts-windows-vc15-x64
+compiler=vc15
+arch=x64
+thread_safe=1
+configure_options=--enable-snapshot-build --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --without-analyzer 
--without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs
+platform=windows
diff --git a/data/config/pecl/pecl73_x86.ini b/data/config/pecl/pecl73_x86.ini
new file mode 100644
index 000..1cd3bbb
--- /dev/null
+++ b/data/config/pecl/pecl73_x86.ini
@@ -0,0 +1,28 @@
+name=php-7.3
+branch=7.3
+build_dir=c:/php-snap-build/obj
+build_src_subdir=php-src
+build_location=c:\php-snap-build\php-src\php73\x86
+appver=2015
+debug=0
+pgo=0
+compiler=vc15
+arch=x86
+pecl_deps_base=c:/php-snap-build/dep-aux/vc15/x86
+pecl_non_core_ext_deps_base=c:/php-snap-build/ext-aux
+
+[build-nts-windows-vc15-x86]
+name=nts-windows-vc15-x86
+compiler=vc15
+arch=x86
+thread_safe=0
+configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --without-analyzer 
--without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs
+platform=windows
+
+[build-ts-windows-vc15-x86]
+name=ts-windows-vc15-x86
+compiler=vc15
+arch=x86
+thread_safe=1
+configure_options=--enable-snapshot-build --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --without-analyzer 
--without-interbase --with-pdo-odbc --disable-phpdbg --disable-phpdbgs
+platform=windows


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] com web/rmtools: Add ini for 7.3 snaps: data/config/branch/x64/php73.ini data/config/branch/x86/php73.ini

2018-08-01 Thread Anatol Belski
Commit:2bae53d01c6adabe1f0307207fbf787c1d832e83
Author:Anatol Belski  Wed, 1 Aug 2018 09:34:18 +0200
Parents:   9a3fbd77fdd413ee884c99761919809b9c818fdf
Branches:  master

Link:   
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=2bae53d01c6adabe1f0307207fbf787c1d832e83

Log:
Add ini for 7.3 snaps

Changed paths:
  A  data/config/branch/x64/php73.ini
  A  data/config/branch/x86/php73.ini


Diff:
diff --git a/data/config/branch/x64/php73.ini b/data/config/branch/x64/php73.ini
new file mode 100644
index 000..eac6bb6
--- /dev/null
+++ b/data/config/branch/x64/php73.ini
@@ -0,0 +1,33 @@
+name=php-7.3
+branch=7.3
+repo_name=phpnet
+repo_module=php-src.git
+repo_branch=refs/heads/PHP-7.3
+build_dir=C:/php-snap-build/obj-x64
+build_location=C:/php-snap-build/snap_7.3/vc15/x64
+appver=
+debug=0
+pgo=1
+compiler=vc15
+arch=x64
+
+[build-nts-windows-vc15-x64]
+name=nts-windows-vc15-x64
+compiler=vc15
+arch=x64
+configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack 
--with-pdo-oci=c:/php-snap-build/deps_aux/oracle/x64/instantclient_12_1/sdk,shared
 
--with-oci8-12c=c:/php-snap-build/deps_aux/oracle/x64/instantclient_12_1/sdk,shared
 --enable-com-dotnet=shared --without-analyzer
+platform=windows
+
+[build-ts-windows-vc15-x64]
+name=ts-windows-vc15-x64
+compiler=vc15
+arch=x64
+configure_options=--enable-snapshot-build --enable-debug-pack 
--with-pdo-oci=c:/php-snap-build/deps_aux/oracle/x64/instantclient_12_1/sdk,shared
 
--with-oci8-12c=c:/php-snap-build/deps_aux/oracle/x64/instantclient_12_1/sdk,shared
 --enable-com-dotnet=shared --without-analyzer
+platform=windows
+
+[build-nts-windows-vc15-x64-avx]
+name=nts-windows-vc15-x64
+compiler=vc15
+arch=x64
+configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack 
--with-pdo-oci=c:/php-snap-build/deps_aux/oracle/x64/instantclient_12_1/sdk,shared
 
--with-oci8-12c=c:/php-snap-build/deps_aux/oracle/x64/instantclient_12_1/sdk,shared
 --enable-com-dotnet=shared --without-analyzer --enable-native-intrinsics=avx
+platform=windows
diff --git a/data/config/branch/x86/php73.ini b/data/config/branch/x86/php73.ini
new file mode 100644
index 000..b10bf5b
--- /dev/null
+++ b/data/config/branch/x86/php73.ini
@@ -0,0 +1,26 @@
+name=php-7.3
+branch=7.3
+repo_name=phpnet
+repo_module=php-src.git
+repo_branch=refs/heads/PHP-7.3
+build_dir=C:/php-snap-build/obj
+build_location=C:/php-snap-build/snap_7.3/vc15/x86
+appver=
+debug=0
+pgo=1
+compiler=vc15
+arch=x86
+
+[build-nts-windows-vc15-x86]
+name=nts-windows-vc15-x86
+compiler=vc15
+arch=x86
+configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack 
--with-pdo-oci=c:\php-snap-build\deps_aux\oracle\x86\instantclient_12_1\sdk,shared
 
--with-oci8-12c=c:\php-snap-build\deps_aux\oracle\x86\instantclient_12_1\sdk,shared
 --enable-com-dotnet=shared --without-analyzer
+platform=windows
+
+[build-ts-windows-vc15-x86]
+name=ts-windows-vc15-x86
+compiler=vc15
+arch=x86
+configure_options=--enable-snapshot-build --enable-debug-pack 
--with-pdo-oci=c:\php-snap-build\deps_aux\oracle\x86\instantclient_12_1\sdk,shared
 
--with-oci8-12c=c:\php-snap-build\deps_aux\oracle\x86\instantclient_12_1\sdk,shared
 --enable-com-dotnet=shared --without-analyzer
+platform=windows


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] Bug #76689 [Opn]: Manual page display problems due to text wrapping changes in Firefox

2018-08-01 Thread cmb
Edit report at https://bugs.php.net/bug.php?id=76689&edit=1

 ID: 76689
 Updated by: c...@php.net
 Reported by:smokey101stair at gmail dot com
 Summary:Manual page display problems due to text wrapping
 changes in Firefox
 Status: Open
 Type:   Bug
 Package:Website problem
 PHP Version:Irrelevant
 Block user comment: N
 Private report: N

 New Comment:

In my opinion, even the old behavior is a bug (see bug #66726).
In this case, it's probably a good idea to remove the description
column from the table, and to lay out the information like the ini
directive docs (e.g.
).


Previous Comments:

[2018-08-01 02:28:27] le...@php.net

Can you test what `table-layout: fixed` looks like on this Firefox alpha? It 
has other issues; I would definitely prefer an auto layout so the description 
column gets more space, but if its auto layout determines to put 3 characters 
per line... maybe it is the best we can do.


[2018-08-01 01:26:31] smokey101stair at gmail dot com

Description:

I first reported this change at [1]. This is the result of a change from [2], 
which changes how the CSS properties overflow-wrap and word-wrap work. You can 
see the difference in the image[4]. [3] is currently a discussion about whether 
this change should be reverted or not, so its probably a good idea to follow 
along and review any usage of overflow-wrap and word-wrap on the PHP website.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1479302
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=1472386
[3] https://github.com/w3c/csswg-drafts/issues/2951
[4] 
https://user-images.githubusercontent.com/24432753/43457627-c0444704-94c7-11e8-980a-13d1b7a232f5.png







--
Edit this bug report at https://bugs.php.net/bug.php?id=76689&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [PHP-BUG] Bug #76692 [NEW]: Download page for windows not working

2018-08-01 Thread sknorr at surgicaldirect dot com
From: sknorr at surgicaldirect dot com
Operating system: ALL
PHP version:  7.2.8
Package:  Website problem
Bug Type: Bug
Bug description:Download page for windows not working

Description:

The links on this page for the Windows downloads does not work:
http://www.php.net/downloads.php

Ie, this link is down, as well as all other windows download links:
http://windows.php.net/download#php-7.2



Test script:
---
NA

Expected result:

na

Actual result:
--
na

-- 
Edit bug report at https://bugs.php.net/bug.php?id=76692&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=76692&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=76692&r=trysnapshot55
Try a snapshot (trunk): 
https://bugs.php.net/fix.php?id=76692&r=trysnapshottrunk
Fixed in SVN:   https://bugs.php.net/fix.php?id=76692&r=fixed
Fixed in release:   https://bugs.php.net/fix.php?id=76692&r=alreadyfixed
Need backtrace: https://bugs.php.net/fix.php?id=76692&r=needtrace
Need Reproduce Script:  https://bugs.php.net/fix.php?id=76692&r=needscript
Try newer version:  https://bugs.php.net/fix.php?id=76692&r=oldversion
Not developer issue:https://bugs.php.net/fix.php?id=76692&r=support
Expected behavior:  https://bugs.php.net/fix.php?id=76692&r=notwrong
Not enough info:
https://bugs.php.net/fix.php?id=76692&r=notenoughinfo
Submitted twice:
https://bugs.php.net/fix.php?id=76692&r=submittedtwice
register_globals:   https://bugs.php.net/fix.php?id=76692&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=76692&r=php4
Daylight Savings:   https://bugs.php.net/fix.php?id=76692&r=dst
IIS Stability:  https://bugs.php.net/fix.php?id=76692&r=isapi
Install GNU Sed:https://bugs.php.net/fix.php?id=76692&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=76692&r=float
No Zend Extensions: https://bugs.php.net/fix.php?id=76692&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=76692&r=mysqlcfg


-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] Bug #76689 [Opn]: Manual page display problems due to text wrapping changes in Firefox

2018-08-01 Thread smokey101stair at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=76689&edit=1

 ID: 76689
 User updated by:smokey101stair at gmail dot com
 Reported by:smokey101stair at gmail dot com
 Summary:Manual page display problems due to text wrapping
 changes in Firefox
 Status: Open
 Type:   Bug
 Package:Website problem
 PHP Version:Irrelevant
 Block user comment: N
 Private report: N

 New Comment:

Here is what the table looks like when applying table-layout: fixed in Firefox 
63 alpha https://imgur.com/a/7YIQBXl


Previous Comments:

[2018-08-01 12:01:39] c...@php.net

In my opinion, even the old behavior is a bug (see bug #66726).
In this case, it's probably a good idea to remove the description
column from the table, and to lay out the information like the ini
directive docs (e.g.
).


[2018-08-01 02:28:27] le...@php.net

Can you test what `table-layout: fixed` looks like on this Firefox alpha? It 
has other issues; I would definitely prefer an auto layout so the description 
column gets more space, but if its auto layout determines to put 3 characters 
per line... maybe it is the best we can do.


[2018-08-01 01:26:31] smokey101stair at gmail dot com

Description:

I first reported this change at [1]. This is the result of a change from [2], 
which changes how the CSS properties overflow-wrap and word-wrap work. You can 
see the difference in the image[4]. [3] is currently a discussion about whether 
this change should be reverted or not, so its probably a good idea to follow 
along and review any usage of overflow-wrap and word-wrap on the PHP website.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1479302
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=1472386
[3] https://github.com/w3c/csswg-drafts/issues/2951
[4] 
https://user-images.githubusercontent.com/24432753/43457627-c0444704-94c7-11e8-980a-13d1b7a232f5.png







--
Edit this bug report at https://bugs.php.net/bug.php?id=76689&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] com web/php: Use SSL link by default: downloads.php

2018-08-01 Thread Anatol Belski
Commit:10a74668fa35eca954a5b96b4a4cafc8ecdea01e
Author:Anatol Belski  Wed, 1 Aug 2018 15:40:07 +0200
Parents:   27298022f1cabe84d70548a7df88d60d03ddaedb
Branches:  master

Link:   
http://git.php.net/?p=web/php.git;a=commitdiff;h=10a74668fa35eca954a5b96b4a4cafc8ecdea01e

Log:
Use SSL link by default

Changed paths:
  M  downloads.php


Diff:
diff --git a/downloads.php b/downloads.php
index d0a15c0..9a78bc3 100644
--- a/downloads.php
+++ b/downloads.php
@@ -73,7 +73,7 @@ site_header("Downloads",
 
   
   
-http://windows.php.net/download#php-">
+https://windows.php.net/download#php-">
   Windows downloads
 
   


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] Bug #76692 [Opn->Fbk]: Download page for windows not working

2018-08-01 Thread peehaa
Edit report at https://bugs.php.net/bug.php?id=76692&edit=1

 ID: 76692
 Updated by: pee...@php.net
 Reported by:sknorr at surgicaldirect dot com
 Summary:Download page for windows not working
-Status: Open
+Status: Feedback
 Type:   Bug
 Package:Website problem
 Operating System:   ALL
 PHP Version:7.2.8
 Block user comment: N
 Private report: N

 New Comment:

Works fine for me.

What is the result you get for that link?

Are you behind some firewall/proxy whatever?


Previous Comments:

[2018-08-01 13:02:56] sknorr at surgicaldirect dot com

Description:

The links on this page for the Windows downloads does not work:
http://www.php.net/downloads.php

Ie, this link is down, as well as all other windows download links:
http://windows.php.net/download#php-7.2



Test script:
---
NA

Expected result:

na

Actual result:
--
na






--
Edit this bug report at https://bugs.php.net/bug.php?id=76692&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] Bug #76692 [Fbk]: Download page for windows not working

2018-08-01 Thread ab
Edit report at https://bugs.php.net/bug.php?id=76692&edit=1

 ID: 76692
 Updated by: a...@php.net
 Reported by:sknorr at surgicaldirect dot com
 Summary:Download page for windows not working
 Status: Feedback
 Type:   Bug
 Package:Website problem
 Operating System:   ALL
 PHP Version:7.2.8
 Block user comment: N
 Private report: N

 New Comment:

Thanks for the report. I don't reproduce any issues. Please check your network 
and that your client SSL support.

Thanks.


Previous Comments:

[2018-08-01 13:42:03] pee...@php.net

Works fine for me.

What is the result you get for that link?

Are you behind some firewall/proxy whatever?


[2018-08-01 13:02:56] sknorr at surgicaldirect dot com

Description:

The links on this page for the Windows downloads does not work:
http://www.php.net/downloads.php

Ie, this link is down, as well as all other windows download links:
http://windows.php.net/download#php-7.2



Test script:
---
NA

Expected result:

na

Actual result:
--
na






--
Edit this bug report at https://bugs.php.net/bug.php?id=76692&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] Bug #76689 [Opn]: Manual page display problems due to text wrapping changes in Firefox

2018-08-01 Thread smokey101stair at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=76689&edit=1

 ID: 76689
 User updated by:smokey101stair at gmail dot com
 Reported by:smokey101stair at gmail dot com
 Summary:Manual page display problems due to text wrapping
 changes in Firefox
 Status: Open
 Type:   Bug
 Package:Website problem
 PHP Version:Irrelevant
 Block user comment: N
 Private report: N

 New Comment:

Sorry, I forgot to apply table-layout: fixed to the Changelog table in the 
image in my previous comment. When appling table-layout: fixed on that table, 
it gets split 50/50 between the two columns.

Here is an updated image: https://imgur.com/64a3CwV


Previous Comments:

[2018-08-01 13:37:14] smokey101stair at gmail dot com

Here is what the table looks like when applying table-layout: fixed in Firefox 
63 alpha https://imgur.com/a/7YIQBXl


[2018-08-01 12:01:39] c...@php.net

In my opinion, even the old behavior is a bug (see bug #66726).
In this case, it's probably a good idea to remove the description
column from the table, and to lay out the information like the ini
directive docs (e.g.
).


[2018-08-01 02:28:27] le...@php.net

Can you test what `table-layout: fixed` looks like on this Firefox alpha? It 
has other issues; I would definitely prefer an auto layout so the description 
column gets more space, but if its auto layout determines to put 3 characters 
per line... maybe it is the best we can do.


[2018-08-01 01:26:31] smokey101stair at gmail dot com

Description:

I first reported this change at [1]. This is the result of a change from [2], 
which changes how the CSS properties overflow-wrap and word-wrap work. You can 
see the difference in the image[4]. [3] is currently a discussion about whether 
this change should be reverted or not, so its probably a good idea to follow 
along and review any usage of overflow-wrap and word-wrap on the PHP website.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1479302
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=1472386
[3] https://github.com/w3c/csswg-drafts/issues/2951
[4] 
https://user-images.githubusercontent.com/24432753/43457627-c0444704-94c7-11e8-980a-13d1b7a232f5.png







--
Edit this bug report at https://bugs.php.net/bug.php?id=76689&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] Bug #76685 [Opn->Fbk]: No ability to report a bug on PECL/xmldiff

2018-08-01 Thread ab
Edit report at https://bugs.php.net/bug.php?id=76685&edit=1

 ID: 76685
 Updated by: a...@php.net
 Reported by:xrobau at gmail dot com
 Summary:No ability to report a bug on PECL/xmldiff
-Status: Open
+Status: Feedback
 Type:   Bug
 Package:Website problem
 Operating System:   N/A
 PHP Version:7.2.8
 Block user comment: N
 Private report: N

 New Comment:

Thanks for the report. The package needs to be added in the database, it seems. 
But back to the xmldiff issue - could you please tell more about the issue? 
Which compiler it is, which OS, what is the exact failure. The patch doesn't 
seem correct, as libxml and co are C, so it most likely needs to be wrapped in 
extern C for usage in C++.

Thanks.


Previous Comments:

[2018-07-30 21:46:51] xrobau at gmail dot com

Description:

xmldiff is currently uncompileable, and I would like to provide the patch to 
fix it. However, there is no 'xmldiff' package in the Package dropdown.


Test script:
---
No 'xmldiff' in the dropdown to select package affected when reporting a bug.







--
Edit this bug report at https://bugs.php.net/bug.php?id=76685&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php