5
5
5. ext/standard crypt
6
6
6. ext/standard crypt's blowfish implementation
7
7
7. Sqlite/Sqlite3 ext/sqlite3 ext/sqlite
8
- 8. ext/json/json_parser
9
- 9. ext/standard/rand
10
- 10. ext/standard/scanf
11
- 11. ext/standard/strnatcmp.c
12
- 12. ext/standard/uuencode
13
- 13. libxmlrpc ext/xmlrpc
14
- 14. libzip ext/zip
15
- 15. main/snprintf.c
16
- 16. main/strlcat
17
- 17. main/strlcpy
18
- 18. libgd see ext/gd/libgd/COPYING
8
+ 8. ext/standard/rand
9
+ 9. ext/standard/scanf
10
+ 10. ext/standard/strnatcmp.c
11
+ 11. ext/standard/uuencode
12
+ 12. libxmlrpc ext/xmlrpc
13
+ 13. libzip ext/zip
14
+ 14. main/snprintf.c
15
+ 15. main/strlcat
16
+ 16. main/strlcpy
17
+ 17. libgd see ext/gd/libgd/COPYING
19
18
20
19
5. ext/standard crypt
21
20
@@ -104,31 +103,7 @@ a legal notice, here is a blessing:
104
103
May you share freely, never taking more than you give.
105
104
106
105
107
- 8. ext/json/json_parser
108
- Copyright (c) 2005 JSON.org
109
-
110
- Permission is hereby granted, free of charge, to any person obtaining a copy
111
- of this software and associated documentation files (the "Software"), to deal
112
- in the Software without restriction, including without limitation the rights
113
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
114
- copies of the Software, and to permit persons to whom the Software is
115
- furnished to do so, subject to the following conditions:
116
-
117
- The above copyright notice and this permission notice shall be included in all
118
- copies or substantial portions of the Software.
119
-
120
- The Software shall be used for Good, not Evil.
121
-
122
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
123
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
124
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
125
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
126
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
127
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
128
- SOFTWARE.
129
-
130
-
131
- 9. ext/standard/rand
106
+ 8. ext/standard/rand
132
107
The following php_mt_...() functions are based on a C++ class MTRand by
133
108
Richard J. Wagner. For more information see the web page at
134
109
http://www-personal.engin.umich.edu/~wagnerr/MersenneTwister.html
@@ -181,7 +156,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
181
156
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
182
157
183
158
184
- 10 . ext/standard/scanf
159
+ 9 . ext/standard/scanf
185
160
scanf.c --
186
161
187
162
This file contains the base code which implements sscanf and by extension
@@ -227,7 +202,7 @@ authors grant the U.S. Government and others acting in its behalf
227
202
permission to use and distribute the software in accordance with the
228
203
terms specified in this license.
229
204
230
- 11 . ext/standard/strnatcmp.c
205
+ 10 . ext/standard/strnatcmp.c
231
206
232
207
strnatcmp.c -- Perform 'natural order' comparisons of strings in C.
233
208
Copyright (C) 2000 by Martin Pool <mbp@humbug.org.au>
@@ -248,7 +223,7 @@ freely, subject to the following restrictions:
248
223
misrepresented as being the original software.
249
224
3. This notice may not be removed or altered from any source distribution.
250
225
251
- 12 . ext/standard/uuencode
226
+ 11 . ext/standard/uuencode
252
227
Portions of this code are based on Berkeley's uuencode/uudecode
253
228
implementation.
254
229
@@ -284,7 +259,7 @@ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
284
259
SUCH DAMAGE.
285
260
286
261
287
- 13 . libxmlrpc ext/xmlrpc
262
+ 12 . libxmlrpc ext/xmlrpc
288
263
289
264
Copyright 2000 Epinions, Inc.
290
265
@@ -308,7 +283,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE (HOWEVER ARISING, INCLUDING
308
283
NEGLIGENCE), EVEN IF EPINIONS, INC. IS AWARE OF THE POSSIBILITY OF SUCH
309
284
DAMAGES.
310
285
311
- 14 . libzip ext/zip
286
+ 13 . libzip ext/zip
312
287
zip.h -- exported declarations.
313
288
Copyright (C) 1999-2009 Dieter Baron and Thomas Klausner
314
289
@@ -340,7 +315,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
340
315
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
341
316
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
342
317
343
- 15 . main/snprintf.c
318
+ 14 . main/snprintf.c
344
319
Copyright (c) 2002, 2006 Todd C. Miller <Todd.Miller@courtesan.com>
345
320
346
321
Permission to use, copy, modify, and distribute this software for any
@@ -413,8 +388,8 @@ This code is based on, and used with the permission of, the
413
388
SIO stdio-replacement strx_* functions by Panos Tsirigotis
414
389
<panos@alumni.cs.colorado.edu> for xinetd.
415
390
416
- 16 . main/strlcat
417
- 17 . main/strlcpy
391
+ 15 . main/strlcat
392
+ 16 . main/strlcpy
418
393
Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
419
394
All rights reserved.
420
395
0 commit comments