Skip to content

Commit 5d26d3c

Browse files
committed
Fix URL to license file, closes #260
1 parent a112d79 commit 5d26d3c

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

package.xml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<release>stable</release>
2727
<api>stable</api>
2828
</stability>
29-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
29+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
3030
<notes>
3131
- fix reference counting issue (and hence use-after-free memory error)
3232
- fix another use-after-free issue with registerExtension
@@ -309,7 +309,7 @@
309309
<release>beta</release>
310310
<api>beta</api>
311311
</stability>
312-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
312+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
313313
<date>2013-09-28</date>
314314
<notes>
315315
- Added time/memory limit support
@@ -326,7 +326,7 @@
326326
<api>beta</api>
327327
</stability>
328328
<date>2015-03-13</date>
329-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
329+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
330330
<notes>
331331
- Fix package
332332
</notes>
@@ -341,7 +341,7 @@
341341
<api>beta</api>
342342
</stability>
343343
<date>2015-03-13</date>
344-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
344+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
345345
<notes>
346346
- adapt to latest v8 API (v8 versions from 3.24.6 up to latest 4.3 branch supported now)
347347
- v8 debugging support
@@ -364,7 +364,7 @@
364364
<api>beta</api>
365365
</stability>
366366
<date>2015-07-26</date>
367-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
367+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
368368
<notes>
369369
- adapt to latest v8 API (v8 versions from 3.24.6 up to latest 4.6 branch supported now)
370370
- fixed FLAG_FORCE_ARRAY behaviour regarding property assignments
@@ -382,7 +382,7 @@
382382
<api>beta</api>
383383
</stability>
384384
<date>2015-08-26</date>
385-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
385+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
386386
<notes>
387387
- Fix CommonJS module caching
388388
- Fix use-after-free issue on CommonJS module reuse
@@ -401,7 +401,7 @@
401401
<api>beta</api>
402402
</stability>
403403
<date>2015-08-27</date>
404-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
404+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
405405
<notes>
406406
- Fix FLAG_FORCE_ARRAY affecting V8Function objects
407407
- Fix memory leak with repeated calls of methods on exported PHP objects
@@ -417,7 +417,7 @@
417417
<api>beta</api>
418418
</stability>
419419
<date>2015-09-01</date>
420-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
420+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
421421
<notes>
422422
- Fix memory leak with repeated Array exports from PHP to JS
423423
</notes>
@@ -432,7 +432,7 @@
432432
<api>beta</api>
433433
</stability>
434434
<date>2015-09-23</date>
435-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
435+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
436436
<notes>
437437
- Stop JS execution on PHP exceptions (instead of continuing silently)
438438
- Allow propagation of PHP exceptions to JS context (disabled by default)
@@ -449,7 +449,7 @@
449449
<api>beta</api>
450450
</stability>
451451
<date>2015-09-26</date>
452-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
452+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
453453
<notes>
454454
- Fix reference counting issue on PHP-&gt;JS-&gt;PHP exception propagation
455455
</notes>
@@ -464,7 +464,7 @@
464464
<api>stable</api>
465465
</stability>
466466
<date>2015-10-11</date>
467-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
467+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
468468
<notes>
469469
- Fix multi-threading with pthreads extension
470470
- Remove v8 debug agent support (which is unsupported by V8 since 3.28.4)
@@ -480,7 +480,7 @@
480480
<api>stable</api>
481481
</stability>
482482
<date>2015-12-04</date>
483-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
483+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
484484
<notes>
485485
First PHP 7 release
486486
</notes>
@@ -495,7 +495,7 @@ First PHP 7 release
495495
<api>stable</api>
496496
</stability>
497497
<date>2015-12-07</date>
498-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
498+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
499499
<notes>
500500
- Improve -Wno-c++11-narrowing/-Wno-narrowing flag detection (clang/gcc5 support)
501501
- Added ability to set properties on V8Function
@@ -516,7 +516,7 @@ First PHP 7 release
516516
<api>stable</api>
517517
</stability>
518518
<date>2016-01-08</date>
519-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
519+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
520520
<notes>
521521
- Fix PHP.var_dump output on regexp objects (for consistency over all V8 versions)
522522
- Fix &quot;this&quot; on V8Object method invocations
@@ -532,7 +532,7 @@ First PHP 7 release
532532
<api>stable</api>
533533
</stability>
534534
<date>2016-01-08</date>
535-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
535+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
536536
<notes>
537537
- fix build on Windows with Visual Studio 2015
538538
- use libv8_platform on Windows
@@ -561,7 +561,7 @@ This release also merges in new features from V8Js 0.4.0, namely
561561
<api>stable</api>
562562
</stability>
563563
<date>2016-03-05</date>
564-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
564+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
565565
<notes>
566566
- Export public methods on classes derived from \V8Js to V8
567567
- Support V8 compiled with external snapshots
@@ -580,7 +580,7 @@ This release also merges in new features from V8Js 0.4.0, namely
580580
<api>stable</api>
581581
</stability>
582582
<date>2016-03-05</date>
583-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
583+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
584584
<notes>
585585
- allow to pass generators from PHP to JS and vice versa
586586

@@ -602,7 +602,7 @@ Merge improvements from V8Js for PHP 5.x (version 0.5.0) to PHP 7.0 branch:
602602
<api>stable</api>
603603
</stability>
604604
<date>2016-03-08</date>
605-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
605+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
606606
<notes>
607607
- Allow to adjust the considered &quot;amount of external memory&quot; by objects exported to V8
608608
</notes>
@@ -617,7 +617,7 @@ Merge improvements from V8Js for PHP 5.x (version 0.5.0) to PHP 7.0 branch:
617617
<api>stable</api>
618618
</stability>
619619
<date>2016-03-24</date>
620-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
620+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
621621
<notes>
622622
- Fix configuration on MacOS platform
623623
</notes>
@@ -632,7 +632,7 @@ Merge improvements from V8Js for PHP 5.x (version 0.5.0) to PHP 7.0 branch:
632632
<api>stable</api>
633633
</stability>
634634
<date>2016-03-25</date>
635-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
635+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
636636
<notes>
637637
- Pass back V8Object instances, don&apos;t re-wrap
638638
- Retain object identity on &apos;return $this&apos;
@@ -649,7 +649,7 @@ Merge improvements from V8Js for PHP 5.x (version 0.5.0) to PHP 7.0 branch:
649649
<api>stable</api>
650650
</stability>
651651
<date>2016-05-22</date>
652-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
652+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
653653
<notes>
654654
Bug Fixes
655655
- Send LowMemoryNotification signals to V8 before imposing memory limit
@@ -671,7 +671,7 @@ Code Cleanup
671671
<api>stable</api>
672672
</stability>
673673
<date>2016-05-22</date>
674-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
674+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
675675
<notes>
676676
This release merges changes from V8Js for PHP 5.x (version 0.6.3) to PHP 7.0 branch.
677677

@@ -701,7 +701,7 @@ Code Cleanup
701701
<api>stable</api>
702702
</stability>
703703
<date>2016-07-02</date>
704-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
704+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
705705
<notes>
706706
Fix build against V8 5.3.337 (and higher)
707707
</notes>
@@ -716,7 +716,7 @@ Fix build against V8 5.3.337 (and higher)
716716
<api>stable</api>
717717
</stability>
718718
<date>2016-07-02</date>
719-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
719+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
720720
<notes>
721721
Fix build against V8 5.3.337 (and higher)
722722
</notes>
@@ -731,7 +731,7 @@ Fix build against V8 5.3.337 (and higher)
731731
<api>stable</api>
732732
</stability>
733733
<date>2016-09-04</date>
734-
<license uri="http://www.php.net/license">The MIT License (MIT)</license>
734+
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
735735
<notes>
736736
- fix reference counting issue (and hence use-after-free memory error)
737737
- fix another use-after-free issue with registerExtension

0 commit comments

Comments
 (0)