1
1
1. libmagic (ext/fileinfo) see ext/fileinfo/libmagic/LICENSE
2
- 2. Oniguruma (ext/mbstring) see ext/mbstring/oniguruma/COPYING
3
- 3. libmbfl (ext/mbstring) see ext/mbstring/libmbfl/LICENSE
4
- 4. pcre2lib (ext/pcre)
5
- 5. ext/standard crypt
6
- 6. ext/standard crypt's blowfish implementation
7
- 7. ext/standard/rand
8
- 8. ext/standard/scanf
9
- 9. ext/standard/strnatcmp.c
10
- 10. ext/standard/uuencode
11
- 11. libxmlrpc ext/xmlrpc
12
- 12. main/snprintf.c
13
- 13. main/strlcat
14
- 14. main/strlcpy
15
- 15. libgd see ext/gd/libgd/COPYING
16
- 16. ext/phar portions of tar implementations
17
- 17. ext/phar/zip.c portion extracted from libzip
18
- 18. libbcmath (ext/bcmath) see ext/bcmath/libbcmath/COPYING.LIB
19
-
20
-
21
- 4. pcre2lib (ext/pcre)
2
+ 2. libmbfl (ext/mbstring) see ext/mbstring/libmbfl/LICENSE
3
+ 3. pcre2lib (ext/pcre)
4
+ 4. ext/standard crypt
5
+ 5. ext/standard crypt's blowfish implementation
6
+ 6. ext/standard/rand
7
+ 7. ext/standard/scanf
8
+ 8. ext/standard/strnatcmp.c
9
+ 9. ext/standard/uuencode
10
+ 10. libxmlrpc ext/xmlrpc
11
+ 11. main/snprintf.c
12
+ 12. main/strlcat
13
+ 13. main/strlcpy
14
+ 14. libgd see ext/gd/libgd/COPYING
15
+ 15. ext/phar portions of tar implementations
16
+ 16. ext/phar/zip.c portion extracted from libzip
17
+ 17. libbcmath (ext/bcmath) see ext/bcmath/libbcmath/COPYING.LIB
18
+
19
+
20
+ 3. pcre2lib (ext/pcre)
22
21
23
22
PCRE2 LICENCE
24
23
-------------
@@ -116,7 +115,7 @@ PCRE2 independently.
116
115
End
117
116
118
117
119
- 5 . ext/standard crypt
118
+ 4 . ext/standard crypt
120
119
121
120
FreeSec: libcrypt for NetBSD
122
121
@@ -148,7 +147,7 @@ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
148
147
SUCH DAMAGE.
149
148
150
149
151
- 6 . ext/standard crypt's blowfish implementation
150
+ 5 . ext/standard crypt's blowfish implementation
152
151
153
152
The crypt_blowfish homepage is:
154
153
@@ -194,7 +193,7 @@ Blowfish library (I can't be sure if I would think of something if I
194
193
hadn't seen his code).
195
194
196
195
197
- 7 . ext/standard/rand
196
+ 6 . ext/standard/rand
198
197
199
198
The following php_mt_...() functions are based on a C++ class MTRand by
200
199
Richard J. Wagner. For more information see the web page at
@@ -248,7 +247,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
248
247
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
249
248
250
249
251
- 8 . ext/standard/scanf
250
+ 7 . ext/standard/scanf
252
251
253
252
scanf.c --
254
253
@@ -296,7 +295,7 @@ permission to use and distribute the software in accordance with the
296
295
terms specified in this license.
297
296
298
297
299
- 9 . ext/standard/strnatcmp.c
298
+ 8 . ext/standard/strnatcmp.c
300
299
301
300
strnatcmp.c -- Perform 'natural order' comparisons of strings in C.
302
301
Copyright (C) 2000 by Martin Pool <mbp@humbug.org.au>
@@ -318,7 +317,7 @@ freely, subject to the following restrictions:
318
317
3. This notice may not be removed or altered from any source distribution.
319
318
320
319
321
- 10 . ext/standard/uuencode
320
+ 9 . ext/standard/uuencode
322
321
323
322
Portions of this code are based on Berkeley's uuencode/uudecode
324
323
implementation.
@@ -355,7 +354,7 @@ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
355
354
SUCH DAMAGE.
356
355
357
356
358
- 11 . libxmlrpc ext/xmlrpc
357
+ 10 . libxmlrpc ext/xmlrpc
359
358
360
359
Copyright 2000 Epinions, Inc.
361
360
@@ -380,7 +379,7 @@ NEGLIGENCE), EVEN IF EPINIONS, INC. IS AWARE OF THE POSSIBILITY OF SUCH
380
379
DAMAGES.
381
380
382
381
383
- 12 . main/snprintf.c
382
+ 11 . main/snprintf.c
384
383
385
384
Copyright (c) 2002, 2006 Todd C. Miller <Todd.Miller@courtesan.com>
386
385
@@ -455,8 +454,8 @@ SIO stdio-replacement strx_* functions by Panos Tsirigotis
455
454
<panos@alumni.cs.colorado.edu> for xinetd.
456
455
457
456
458
- 13 . main/strlcat
459
- 14 . main/strlcpy
457
+ 12 . main/strlcat
458
+ 13 . main/strlcpy
460
459
461
460
Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
462
461
All rights reserved.
@@ -484,7 +483,7 @@ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
484
483
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
485
484
486
485
487
- 16 . ext/phar portions of tar implementations
486
+ 15 . ext/phar portions of tar implementations
488
487
489
488
portions of tar implementations in ext/phar - phar_tar_octal() are based on an
490
489
implementation by Tim Kientzle from libarchive, licensed with this license:
@@ -513,7 +512,7 @@ implementation by Tim Kientzle from libarchive, licensed with this license:
513
512
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
514
513
515
514
516
- 17 . ext/phar/zip.c portion extracted from libzip
515
+ 16 . ext/phar/zip.c portion extracted from libzip
517
516
518
517
zip_dirent.c -- read directory entry (local or central), clean dirent
519
518
Copyright (C) 1999, 2003, 2004, 2005 Dieter Baron and Thomas Klausner
0 commit comments