@abtnode/router-provider 1.16.38-beta-20250116-083413-dbd33222 → 1.16.38-beta-20250118-033334-2da05ae8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/lib/nginx/includes/security/crs4/rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf.example +200 -0
  2. package/lib/nginx/includes/security/crs4/rules/REQUEST-901-INITIALIZATION.conf +470 -0
  3. package/lib/nginx/includes/security/crs4/rules/REQUEST-905-COMMON-EXCEPTIONS.conf +57 -0
  4. package/lib/nginx/includes/security/crs4/rules/REQUEST-911-METHOD-ENFORCEMENT.conf +76 -0
  5. package/lib/nginx/includes/security/crs4/rules/REQUEST-913-SCANNER-DETECTION.conf +86 -0
  6. package/lib/nginx/includes/security/crs4/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf +1915 -0
  7. package/lib/nginx/includes/security/crs4/rules/REQUEST-921-PROTOCOL-ATTACK.conf +558 -0
  8. package/lib/nginx/includes/security/crs4/rules/REQUEST-922-MULTIPART-ATTACK.conf +120 -0
  9. package/lib/nginx/includes/security/crs4/rules/REQUEST-930-APPLICATION-ATTACK-LFI.conf +203 -0
  10. package/lib/nginx/includes/security/crs4/rules/REQUEST-931-APPLICATION-ATTACK-RFI.conf +189 -0
  11. package/lib/nginx/includes/security/crs4/rules/REQUEST-932-APPLICATION-ATTACK-RCE.conf +1875 -0
  12. package/lib/nginx/includes/security/crs4/rules/REQUEST-933-APPLICATION-ATTACK-PHP.conf +774 -0
  13. package/lib/nginx/includes/security/crs4/rules/REQUEST-934-APPLICATION-ATTACK-GENERIC.conf +366 -0
  14. package/lib/nginx/includes/security/crs4/rules/REQUEST-941-APPLICATION-ATTACK-XSS.conf +1071 -0
  15. package/lib/nginx/includes/security/crs4/rules/REQUEST-942-APPLICATION-ATTACK-SQLI.conf +1978 -0
  16. package/lib/nginx/includes/security/crs4/rules/REQUEST-943-APPLICATION-ATTACK-SESSION-FIXATION.conf +132 -0
  17. package/lib/nginx/includes/security/crs4/rules/REQUEST-944-APPLICATION-ATTACK-JAVA.conf +463 -0
  18. package/lib/nginx/includes/security/crs4/rules/REQUEST-949-BLOCKING-EVALUATION.conf +270 -0
  19. package/lib/nginx/includes/security/crs4/rules/RESPONSE-950-DATA-LEAKAGES.conf +156 -0
  20. package/lib/nginx/includes/security/crs4/rules/RESPONSE-951-DATA-LEAKAGES-SQL.conf +417 -0
  21. package/lib/nginx/includes/security/crs4/rules/RESPONSE-952-DATA-LEAKAGES-JAVA.conf +108 -0
  22. package/lib/nginx/includes/security/crs4/rules/RESPONSE-953-DATA-LEAKAGES-PHP.conf +158 -0
  23. package/lib/nginx/includes/security/crs4/rules/RESPONSE-954-DATA-LEAKAGES-IIS.conf +152 -0
  24. package/lib/nginx/includes/security/crs4/rules/RESPONSE-955-WEB-SHELLS.conf +558 -0
  25. package/lib/nginx/includes/security/crs4/rules/RESPONSE-959-BLOCKING-EVALUATION.conf +280 -0
  26. package/lib/nginx/includes/security/crs4/rules/RESPONSE-980-CORRELATION.conf +138 -0
  27. package/lib/nginx/includes/security/crs4/rules/RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf.example +76 -0
  28. package/lib/nginx/includes/security/crs4/rules/iis-errors.data +59 -0
  29. package/lib/nginx/includes/security/crs4/rules/java-classes.data +64 -0
  30. package/lib/nginx/includes/security/crs4/rules/java-code-leakages.data +17 -0
  31. package/lib/nginx/includes/security/crs4/rules/java-errors.data +10 -0
  32. package/lib/nginx/includes/security/crs4/rules/lfi-os-files.data +722 -0
  33. package/lib/nginx/includes/security/crs4/rules/php-config-directives.data +571 -0
  34. package/lib/nginx/includes/security/crs4/rules/php-errors-pl2.data +7 -0
  35. package/lib/nginx/includes/security/crs4/rules/php-errors.data +2147 -0
  36. package/lib/nginx/includes/security/crs4/rules/php-function-names-933150.data +245 -0
  37. package/lib/nginx/includes/security/crs4/rules/php-function-names-933151.data +2201 -0
  38. package/lib/nginx/includes/security/crs4/rules/php-variables.data +30 -0
  39. package/lib/nginx/includes/security/crs4/rules/restricted-files.data +284 -0
  40. package/lib/nginx/includes/security/crs4/rules/restricted-upload.data +177 -0
  41. package/lib/nginx/includes/security/crs4/rules/scanners-user-agents.data +119 -0
  42. package/lib/nginx/includes/security/crs4/rules/sql-errors.data +172 -0
  43. package/lib/nginx/includes/security/crs4/rules/ssrf.data +177 -0
  44. package/lib/nginx/includes/security/crs4/rules/unix-shell.data +670 -0
  45. package/lib/nginx/includes/security/crs4/rules/web-shells-php.data +167 -0
  46. package/lib/nginx/includes/security/crs4/rules/windows-powershell-commands.data +425 -0
  47. package/lib/nginx/includes/security/unicode.mapping +96 -0
  48. package/lib/nginx/index.js +50 -3
  49. package/lib/nginx/templates/security/crs4/crs-setup.conf.js +857 -0
  50. package/lib/nginx/templates/security/modsecurity.conf.js +244 -0
  51. package/package.json +7 -6
@@ -0,0 +1,571 @@
1
+ # This list comes mainly from:
2
+ # - https://www.php.net/manual/en/ini.core.php
3
+ # - https://www.php.net/manual/en/ini.list.php
4
+ #
5
+ # There are additional directives defined in some of the modules, that can be parsed from each modules's configuration page:
6
+ # - https://www.php.net/manual/en/$book.configuration.php (book comes from funcref.php)
7
+ #
8
+ # As the source code is in docbook format with many dependencies, the easiest
9
+ # way to get it is using an xpath parser on the ini list and getting all
10
+ # using '//table/tbody/tr/td[1]'. A simple helper tool you can use is https://www.videlibri.de/xidel.html
11
+ #
12
+ # Small post-processing is needed to remove numbers coming from a column,
13
+ # and `*` chars (e.g. `pdo.dsn.*`).
14
+ # Also removed single words like `from` to prevent FP.
15
+ #
16
+ # Example usage:
17
+ # `xidel https://www.php.net/manual/en/ini.core.php https://www.php.net/manual/en/ini.list.php --xpath '//table/tbody/tr/td[1]' | sort | uniq`
18
+ #
19
+ # And for configuration in submodules:
20
+ #
21
+ # for book in $(xidel https://www.php.net/manual/en/funcref.php -e '//a/extract(@href, "book\.(.+)\.php", 1)[. != ""]') ─╯
22
+ # do
23
+ # xidel https://www.php.net/manual/en/$book.configuration.php --xpath '//table/tbody/tr/td[1]' >> php-config-directives.txt
24
+ # done
25
+ #
26
+ # ** Remember to always `sort` the output so its easy to spot the changes, and remove duplicates if any.
27
+
28
+ allow_url_fopen
29
+ allow_url_include
30
+ apc.coredump_unmap
31
+ apc.enable_cli
32
+ apc.enabled
33
+ apc.entries_hint
34
+ apc.gc_ttl
35
+ apc.mmap_file_mask
36
+ apc.preload_path
37
+ apc.serializer
38
+ apc.shm_segments
39
+ apc.shm_size
40
+ apc.slam_defense
41
+ apc.ttl
42
+ apc.use_request_time
43
+ arg_separator.input
44
+ arg_separator.output
45
+ assert.active
46
+ assert.bail
47
+ assert.callback
48
+ assert.exception
49
+ assert.quiet_eval
50
+ assert.warning
51
+ auto_append_file
52
+ auto_detect_line_endings
53
+ auto_globals_jit
54
+ auto_prepend_file
55
+ bcmath.scale
56
+ browscap
57
+ cgi.check_shebang_line
58
+ cgi.discard_path
59
+ cgi.fix_pathinfo
60
+ cgi.force_redirect
61
+ cgi.nph
62
+ cgi.redirect_status_env
63
+ cgi.rfc2616_headers
64
+ child_terminate
65
+ cli_server.color
66
+ cli.pager
67
+ cli.prompt
68
+ com.allow_dcom
69
+ com.autoregister_casesensitive
70
+ com.autoregister_typelib
71
+ com.autoregister_verbose
72
+ com.code_page
73
+ com.dotnet_version
74
+ com.typelib_file
75
+ curl.cainfo
76
+ date.default_latitude
77
+ date.default_longitude
78
+ date.sunrise_zenith
79
+ date.sunset_zenith
80
+ date.timezone
81
+ dba.default_handler
82
+ default_charset
83
+ default_mimetype
84
+ default_socket_timeout
85
+ disable_classes
86
+ disable_functions
87
+ display_errors
88
+ display_startup_errors
89
+ doc_root
90
+ docref_ext
91
+ docref_root
92
+ enable_dl
93
+ enable_post_data_reading
94
+ engine
95
+ error_append_string
96
+ error_log
97
+ error_prepend_string
98
+ error_reporting
99
+ exif.decode_jis_intel
100
+ exif.decode_jis_motorola
101
+ exif.decode_unicode_intel
102
+ exif.decode_unicode_motorola
103
+ exif.encode_jis
104
+ exif.encode_unicode
105
+ exit_on_timeout
106
+ extension
107
+ expect.logfile
108
+ expect.loguser
109
+ expect.match_max
110
+ expect.timeout
111
+ expose_php
112
+ extension_dir
113
+ fastcgi.impersonate
114
+ fastcgi.logging
115
+ ffi.enable
116
+ ffi.preload
117
+ file_uploads
118
+ filter.default
119
+ filter.default_flags
120
+ gd.jpeg_ignore_warning
121
+ geoip.custom_directory
122
+ hard_timeout
123
+ highlight.comment
124
+ highlight.default
125
+ highlight.html
126
+ highlight.keyword
127
+ highlight.string
128
+ html_errors
129
+ ibase.allow_persistent
130
+ ibase.dateformat
131
+ ibase.default_charset
132
+ ibase.default_db
133
+ ibase.default_password
134
+ ibase.default_user
135
+ ibase.max_links
136
+ ibase.max_persistent
137
+ ibase.timeformat
138
+ ibase.timestampformat
139
+ ibm_db2.binmode
140
+ ibm_db2.i5_all_pconnect
141
+ ibm_db2.i5_allow_commit
142
+ ibm_db2.i5_dbcs_alloc
143
+ ibm_db2.i5_ignore_userid
144
+ ibm_db2.instance_name
145
+ iconv.input_encoding
146
+ iconv.internal_encoding
147
+ iconv.output_encoding
148
+ igbinary.compact_strings
149
+ ignore_repeated_errors
150
+ ignore_repeated_source
151
+ ignore_user_abort
152
+ imagick.locale_fix
153
+ imagick.progress_monitor
154
+ imagick.skip_version_check
155
+ imap.enable_insecure_rsh
156
+ implicit_flush
157
+ include_path
158
+ input_encoding
159
+ internal_encoding
160
+ intl.default_locale
161
+ intl.error_level
162
+ intl.use_exceptions
163
+ ldap.max_links
164
+ log_errors
165
+ log_errors_max_len
166
+ magic_quotes_gpc
167
+ magic_quotes_runtime
168
+ mail.add_x_header
169
+ mail.force_extra_parameters
170
+ mail.log
171
+ mailparse.def_charset
172
+ max_execution_time
173
+ max_file_uploads
174
+ max_input_nesting_level
175
+ max_input_time
176
+ max_input_vars
177
+ mbstring.detect_order
178
+ mbstring.encoding_translation
179
+ mbstring.func_overload
180
+ mbstring.http_input
181
+ mbstring.http_output
182
+ mbstring.http_output_conv_mimetypes
183
+ mbstring.internal_encoding
184
+ mbstring.language
185
+ mbstring.regex_retry_limit
186
+ mbstring.regex_stack_limit
187
+ mbstring.strict_detection
188
+ mbstring.substitute_character
189
+ mcrypt.algorithms_dir
190
+ mcrypt.modes_dir
191
+ memcache.allow_failover
192
+ memcache.chunk_size
193
+ memcache.compress_threshold
194
+ memcache.default_port
195
+ memcache.hash_function
196
+ memcache.hash_strategy
197
+ memcache.lock_timeout
198
+ memcache.max_failover_attempts
199
+ memcache.protocol
200
+ memcache.redundancy
201
+ memcache.session_redundancy
202
+ memcached.compression_factor
203
+ memcached.compression_threshold
204
+ memcached.compression_type
205
+ memcached.default_binary_protocol
206
+ memcached.default_connect_timeout
207
+ memcached.default_consistent_hash
208
+ memcached.serializer
209
+ memcached.sess_binary
210
+ memcached.sess_binary_protocol
211
+ memcached.sess_connect_timeout
212
+ memcached.sess_consistent_hash
213
+ memcached.sess_consistent_hash_type
214
+ memcached.sess_lock_expire
215
+ memcached.sess_lock_retries
216
+ memcached.sess_lock_wait
217
+ memcached.sess_lock_wait_max
218
+ memcached.sess_lock_wait_min
219
+ memcached.sess_locking
220
+ memcached.sess_number_of_replicas
221
+ memcached.sess_persistent
222
+ memcached.sess_prefix
223
+ memcached.sess_randomize_replica_read
224
+ memcached.sess_remove_failed
225
+ memcached.sess_remove_failed_servers
226
+ memcached.sess_sasl_password
227
+ memcached.sess_sasl_username
228
+ memcached.sess_server_failure_limit
229
+ memcached.store_retry_count
230
+ memcached.use_sasl
231
+ memory_limit
232
+ mysql.allow_local_infile
233
+ mysql.allow_persistent
234
+ mysql.connect_timeout
235
+ mysql.default_host
236
+ mysql.default_password
237
+ mysql.default_port
238
+ mysql.default_socket
239
+ mysql.default_user
240
+ mysql.max_links
241
+ mysql.max_persistent
242
+ mysql.trace_mode
243
+ mysqli.allow_local_infile
244
+ mysqli.allow_persistent
245
+ mysqli.default_host
246
+ mysqli.default_port
247
+ mysqli.default_pw
248
+ mysqli.default_socket
249
+ mysqli.default_user
250
+ mysqli.local_infile_directory
251
+ mysqli.max_links
252
+ mysqli.max_persistent
253
+ mysqli.reconnect
254
+ mysqli.rollback_on_cached_plink
255
+ mysqlnd.collect_memory_statistics
256
+ mysqlnd.collect_statistics
257
+ mysqlnd.debug
258
+ mysqlnd.fetch_data_copy
259
+ mysqlnd.log_mask
260
+ mysqlnd.mempool_default_size
261
+ mysqlnd.net_cmd_buffer_size
262
+ mysqlnd.net_read_buffer_size
263
+ mysqlnd.net_read_timeout
264
+ mysqlnd.sha256_server_public_key
265
+ mysqlnd.trace_alloc
266
+ oci8.connection_class
267
+ oci8.default_prefetch
268
+ oci8.events
269
+ oci8.max_persistent
270
+ oci8.old_oci_close_semantics
271
+ oci8.persistent_timeout
272
+ oci8.ping_interval
273
+ oci8.prefetch_lob_size
274
+ oci8.privileged_connect
275
+ oci8.statement_cache_size
276
+ odbc.allow_persistent
277
+ odbc.check_persistent
278
+ odbc.default_cursortype
279
+ odbc.default_db
280
+ odbc.default_pw
281
+ odbc.default_user
282
+ odbc.defaultbinmode
283
+ odbc.defaultlrl
284
+ odbc.max_links
285
+ odbc.max_persistent
286
+ opcache.blacklist_filename
287
+ opcache.cache_id
288
+ opcache.consistency_checks
289
+ opcache.dups_fix
290
+ opcache.enable
291
+ opcache.enable_cli
292
+ opcache.enable_file_override
293
+ opcache.error_log
294
+ opcache.fast_shutdown
295
+ opcache.file_cache
296
+ opcache.file_cache_consistency_checks
297
+ opcache.file_cache_fallback
298
+ opcache.file_cache_only
299
+ opcache.file_update_protection
300
+ opcache.force_restart_timeout
301
+ opcache.huge_code_pages
302
+ opcache.inherited_hack
303
+ opcache.interned_strings_buffer
304
+ opcache.jit
305
+ opcache.jit_bisect_limit
306
+ opcache.jit_blacklist_root_trace
307
+ opcache.jit_blacklist_side_trace
308
+ opcache.jit_buffer_size
309
+ opcache.jit_debug
310
+ opcache.jit_hot_func
311
+ opcache.jit_hot_loop
312
+ opcache.jit_hot_return
313
+ opcache.jit_hot_side_exit
314
+ opcache.jit_max_exit_counters
315
+ opcache.jit_max_loop_unrolls
316
+ opcache.jit_max_polymorphic_calls
317
+ opcache.jit_max_recursive_calls
318
+ opcache.jit_max_recursive_returns
319
+ opcache.jit_max_root_traces
320
+ opcache.jit_max_side_traces
321
+ opcache.jit_prof_threshold
322
+ opcache.lockfile_path
323
+ opcache.log_verbosity_level
324
+ opcache.max_accelerated_files
325
+ opcache.max_file_size
326
+ opcache.max_wasted_percentage
327
+ opcache.memory_consumption
328
+ opcache.mmap_base
329
+ opcache.opt_debug_level
330
+ opcache.optimization_level
331
+ opcache.preferred_memory_model
332
+ opcache.preload
333
+ opcache.preload_user
334
+ opcache.protect_memory
335
+ opcache.record_warnings
336
+ opcache.restrict_api
337
+ opcache.revalidate_freq
338
+ opcache.revalidate_path
339
+ opcache.save_comments
340
+ opcache.use_cwd
341
+ opcache.validate_permission
342
+ opcache.validate_root
343
+ opcache.validate_timestamps
344
+ open_basedir
345
+ openssl.cafile
346
+ openssl.capath
347
+ output_buffering
348
+ output_encoding
349
+ output_handler
350
+ pcre.backtrack_limit
351
+ pcre.jit
352
+ pcre.recursion_limit
353
+ pdo_odbc.connection_pooling
354
+ pdo_odbc.db2_instance_name
355
+ pdo.dsn
356
+ pgsql.allow_persistent
357
+ pgsql.auto_reset_persistent
358
+ pgsql.ignore_notice
359
+ pgsql.log_notice
360
+ pgsql.max_links
361
+ pgsql.max_persistent
362
+ phar.cache_list
363
+ phar.readonly
364
+ phar.require_hash
365
+ phpdbg.eol
366
+ phpdbg.path
367
+ precision
368
+ post_max_size
369
+ realpath_cache_size
370
+ realpath_cache_ttl
371
+ register_argc_argv
372
+ report_memleaks
373
+ report_zend_debug
374
+ request_order
375
+ runkit.internal_override
376
+ runkit.superglobal
377
+ seaslog.appender
378
+ seaslog.appender_retry
379
+ seaslog.buffer_disabled_in_cli
380
+ seaslog.buffer_size
381
+ seaslog.default_basepath
382
+ seaslog.default_datetime_format
383
+ seaslog.default_logger
384
+ seaslog.default_template
385
+ seaslog.disting_by_hour
386
+ seaslog.disting_folder
387
+ seaslog.disting_type
388
+ seaslog.ignore_warning
389
+ seaslog.level
390
+ seaslog.recall_depth
391
+ seaslog.remote_host
392
+ seaslog.remote_port
393
+ seaslog.remote_timeout
394
+ seaslog.throw_exception
395
+ seaslog.trace_error
396
+ seaslog.trace_exception
397
+ seaslog.trace_notice
398
+ seaslog.trace_warning
399
+ seaslog.trim_wrap
400
+ seaslog.use_buffer
401
+ sendmail_from
402
+ sendmail_path
403
+ serialize_precision
404
+ session.auto_start
405
+ session.cache_expire
406
+ session.cache_limiter
407
+ session.cookie_domain
408
+ session.cookie_httponly
409
+ session.cookie_lifetime
410
+ session.cookie_path
411
+ session.cookie_samesite
412
+ session.cookie_secure
413
+ session.entropy_file
414
+ session.entropy_length
415
+ session.gc_divisor
416
+ session.gc_maxlifetime
417
+ session.gc_probability
418
+ session.hash_bits_per_character
419
+ session.hash_function
420
+ session.lazy_write
421
+ session.name
422
+ session.referer_check
423
+ session.save_handler
424
+ session.save_path
425
+ session.serialize_handler
426
+ session.sid_bits_per_character
427
+ session.sid_length
428
+ session.trans_sid_hosts
429
+ session.trans_sid_tags
430
+ session.upload_progress.cleanup
431
+ session.upload_progress.enabled
432
+ session.upload_progress.freq
433
+ session.upload_progress.min_freq
434
+ session.upload_progress.name
435
+ session.upload_progress.prefix
436
+ session.use_cookies
437
+ session.use_only_cookies
438
+ session.use_strict_mode
439
+ session.use_trans_sid
440
+ short_open_tag
441
+ smtp
442
+ smtp_port
443
+ soap.wsdl_cache
444
+ soap.wsdl_cache_dir
445
+ soap.wsdl_cache_enabled
446
+ soap.wsdl_cache_limit
447
+ soap.wsdl_cache_ttl
448
+ sql.safe_mode
449
+ sqlite3.defensive
450
+ sqlite3.extension_dir
451
+ stomp.default_broker
452
+ stomp.default_connection_timeout_sec
453
+ stomp.default_connection_timeout_usec
454
+ stomp.default_read_timeout_sec
455
+ stomp.default_read_timeout_usec
456
+ swoole.aio_thread_num
457
+ swoole.display_errors
458
+ swoole.enable_coroutine
459
+ swoole.enable_library
460
+ swoole.enable_preemptive_scheduler
461
+ swoole.fast_serialize
462
+ swoole.unixsock_buffer_size
463
+ swoole.use_namespace
464
+ swoole.use_shortname
465
+ sys_temp_dir
466
+ syslog.facility
467
+ syslog.filter
468
+ syslog.ident
469
+ sysvshm.init_mem
470
+ taint.enable
471
+ taint.error_level
472
+ tidy.clean_output
473
+ tidy.default_config
474
+ track_errors
475
+ trader.real_precision
476
+ trader.real_round_mode
477
+ unserialize_callback_func
478
+ unserialize_max_depth
479
+ uopz.disable
480
+ uopz.exit
481
+ uopz.overloads
482
+ upload_max_filesize
483
+ upload_tmp_dir
484
+ uploadprogress.file.filename_template
485
+ url_rewriter.hosts
486
+ url_rewriter.tags
487
+ user_agent
488
+ user_dir
489
+ user_ini.cache_ttl
490
+ user_ini.filename
491
+ v8js.flags
492
+ v8js.max_disposed_contexts
493
+ variables_order
494
+ vld.active
495
+ vld.execute
496
+ vld.skip_append
497
+ vld.skip_prepend
498
+ wincache.chkinterval
499
+ wincache.enablecli
500
+ wincache.fcachesize
501
+ wincache.fcenabled
502
+ wincache.fcenabledfilter
503
+ wincache.fcndetect
504
+ wincache.filecount
505
+ wincache.filemapdir
506
+ wincache.ignorelist
507
+ wincache.maxfilesize
508
+ wincache.namesalt
509
+ wincache.ocachesize
510
+ wincache.ocenabled
511
+ wincache.ocenabledfilter
512
+ wincache.reroute_enabled
513
+ wincache.rerouteini
514
+ wincache.scachesize
515
+ wincache.srwlocks
516
+ wincache.ttlmax
517
+ wincache.ucachesize
518
+ wincache.ucenabled
519
+ windows.show_crt_warning
520
+ wkhtmltox.graphics
521
+ xbithack
522
+ xhprof.output_dir
523
+ xmlrpc_error_number
524
+ xmlrpc_errors
525
+ yac.compress_threshold
526
+ yac.debug
527
+ yac.enable
528
+ yac.enable_cli
529
+ yac.keys_memory_size
530
+ yac.serializer
531
+ yac.values_memory_size
532
+ yaconf.check_delay
533
+ yaconf.directory
534
+ yaf.action_prefer
535
+ yaf.cache_config
536
+ yaf.environ
537
+ yaf.forward_limit
538
+ yaf.library
539
+ yaf.lowcase_path
540
+ yaf.name_separator
541
+ yaf.name_suffix
542
+ yaf.use_namespace
543
+ yaf.use_spl_autoload
544
+ yaml.decode_binary
545
+ yaml.decode_php
546
+ yaml.decode_timestamp
547
+ yaml.output_canonical
548
+ yaml.output_indent
549
+ yaml.output_width
550
+ yar.connect_timeout
551
+ yar.debug
552
+ yar.expose_info
553
+ yar.packager
554
+ yar.timeout
555
+ yaz.keepalive
556
+ yaz.log_mask
557
+ zend_extension
558
+ zend.assertions
559
+ zend.detect_unicode
560
+ zend.enable_gc
561
+ zend.exception_ignore_args
562
+ zend.exception_string_param_max_len
563
+ zend.multibyte
564
+ zend.script_encoding
565
+ zend.signal_check
566
+ zlib.output_compression
567
+ zlib.output_compression_level
568
+ zlib.output_handler
569
+ zookeeper.recv_timeout
570
+ zookeeper.sess_lock_wait
571
+ zookeeper.session_lock
@@ -0,0 +1,7 @@
1
+ # For more information, see comments at the beginning of the php-errors.data file.
2
+
3
+ cannot be empty
4
+ File size is
5
+ Invalid date
6
+ Static function
7
+ The function