· 9 years ago · Nov 24, 2016, 03:42 PM
1Copying salt minion config to vm.
2Checking if salt-minion is installed
3salt-minion was not found.
4Checking if salt-call is installed
5salt-call was not found.
6Bootstrapping Salt... (this may take a while)
7Salt successfully configured and installed!
8run_overstate set to false. Not running state.overstate.
9Calling state.highstate... (this may take a while)
10The following SSH command responded with a non-zero exit status.
11Vagrant assumes that this means the command failed!
12
13salt-call state.highstate --retcode-passthrough --local --log-level=warning --force-color
14
15Stdout from the command:
16
17local:
18----------
19 ID: install-common-packages
20 Function: pkg.installed
21 Name: postgresql-contrib
22 Result: True
23 Comment: The following packages were installed/updated: postgresql-contrib
24 Started: 15:26:00.915140
25 Duration: 17557.554 ms
26 Changes:
27 ----------
28 libpq5:
29 ----------
30 new:
31 9.4.9-0+deb8u1
32 old:
33 libxslt1.1:
34 ----------
35 new:
36 1.1.28-2+deb8u2
37 old:
38 postgresql-9.4:
39 ----------
40 new:
41 9.4.9-0+deb8u1
42 old:
43 postgresql-client:
44 ----------
45 new:
46 1
47 old:
48 postgresql-client-9.4:
49 ----------
50 new:
51 9.4.9-0+deb8u1
52 old:
53 postgresql-client-common:
54 ----------
55 new:
56 165+deb8u1
57 old:
58 postgresql-common:
59 ----------
60 new:
61 165+deb8u1
62 old:
63 postgresql-contrib:
64 ----------
65 new:
66 9.4+165+deb8u1
67 old:
68 postgresql-contrib-9.4:
69 ----------
70 new:
71 9.4.9-0+deb8u1
72 old:
73 ssl-cert:
74 ----------
75 new:
76 1.0.35
77 old:
78----------
79 ID: install-common-packages
80 Function: pkg.installed
81 Name: apt-transport-https
82 Result: True
83 Comment: Package apt-transport-https is already installed
84 Started: 15:26:18.478125
85 Duration: 199.604 ms
86 Changes:
87----------
88 ID: install-common-packages
89 Function: pkg.installed
90 Name: ncdu
91 Result: True
92 Comment: The following packages were installed/updated: ncdu
93 Started: 15:26:18.677826
94 Duration: 1810.612 ms
95 Changes:
96 ----------
97 ncdu:
98 ----------
99 new:
100 1.10-1
101 old:
102----------
103 ID: install-common-packages
104 Function: pkg.installed
105 Name: tmux
106 Result: True
107 Comment: The following packages were installed/updated: tmux
108 Started: 15:26:20.495134
109 Duration: 2033.114 ms
110 Changes:
111 ----------
112 tmux:
113 ----------
114 new:
115 1.9-6
116 old:
117----------
118 ID: install-common-packages
119 Function: pkg.installed
120 Name: vim
121 Result: True
122 Comment: The following packages were installed/updated: vim
123 Started: 15:26:22.536153
124 Duration: 7154.885 ms
125 Changes:
126 ----------
127 vim:
128 ----------
129 new:
130 2:7.4.488-7+deb8u1
131 old:
132 vim-common:
133 ----------
134 new:
135 2:7.4.488-7+deb8u1
136 old:
137 2:7.4.488-7
138 vim-runtime:
139 ----------
140 new:
141 2:7.4.488-7+deb8u1
142 old:
143 vim-tiny:
144 ----------
145 new:
146 2:7.4.488-7+deb8u1
147 old:
148 2:7.4.488-7
149----------
150 ID: users_bash-package
151 Function: pkg.installed
152 Name: bash
153 Result: True
154 Comment: Package bash is already installed
155 Started: 15:26:29.700279
156 Duration: 387.972 ms
157 Changes:
158----------
159 ID: users_/etc/sudoers.d
160 Function: file.directory
161 Name: /etc/sudoers.d
162 Result: True
163 Comment: Directory /etc/sudoers.d is in the correct state
164 Started: 15:26:30.089923
165 Duration: 0.523 ms
166 Changes:
167----------
168 ID: users_sudo-package
169 Function: pkg.installed
170 Name: sudo
171 Result: True
172 Comment: Package sudo is already installed
173 Started: 15:26:30.090813
174 Duration: 2.657 ms
175 Changes:
176----------
177 ID: users_sudoer-defaults
178 Function: file.append
179 Name: /etc/sudoers
180 Result: True
181 Comment: File /etc/sudoers is in correct state
182 Started: 15:26:30.093973
183 Duration: 3.112 ms
184 Changes:
185----------
186 ID: users_vagrant_user
187 Function: group.present
188 Name: www-data
189 Result: True
190 Comment: Group www-data is present and up to date
191 Started: 15:26:30.099624
192 Duration: 0.315 ms
193 Changes:
194----------
195 ID: users_vagrant_user
196 Function: user.present
197 Name: vagrant
198 Result: True
199 Comment: Updated user vagrant
200 Started: 15:26:30.100223
201 Duration: 38.468 ms
202 Changes:
203 ----------
204 fullname:
205 vagrant
206 groups:
207 - audio
208 - cdrom
209 - dip
210 - floppy
211 - netdev
212 - plugdev
213 - sudo
214 - vagrant
215 - video
216 - www-data
217----------
218 ID: users_vagrant_user
219 Function: file.directory
220 Name: /home/vagrant
221 Result: True
222 Comment: Directory /home/vagrant updated
223 Started: 15:26:30.139389
224 Duration: 0.894 ms
225 Changes:
226 ----------
227 group:
228 www-data
229 mode:
230 0750
231----------
232 ID: user_keydir_vagrant
233 Function: file.directory
234 Name: /home/vagrant/.ssh
235 Result: True
236 Comment: Directory /home/vagrant/.ssh updated
237 Started: 15:26:30.140950
238 Duration: 0.595 ms
239 Changes:
240 ----------
241 group:
242 www-data
243----------
244 ID: users_user_vagrant_private_key
245 Function: file.managed
246 Name: /home/vagrant/.ssh/id_rsa
247 Result: True
248 Comment: File /home/vagrant/.ssh/id_rsa updated
249 Started: 15:26:30.141875
250 Duration: 4.089 ms
251 Changes:
252 ----------
253 diff:
254 New file
255 group:
256 www-data
257 user:
258 vagrant
259----------
260 ID: users_user_vagrant_public_key
261 Function: file.managed
262 Name: /home/vagrant/.ssh/id_rsa.pub
263 Result: True
264 Comment: File /home/vagrant/.ssh/id_rsa.pub updated
265 Started: 15:26:30.146383
266 Duration: 1.575 ms
267 Changes:
268 ----------
269 diff:
270 New file
271 group:
272 www-data
273 mode:
274 0644
275 user:
276 vagrant
277----------
278 ID: users_authorized_keys_vagrant
279 Function: file.managed
280 Name: /home/vagrant/.ssh/authorized_keys
281 Result: True
282 Comment: File /home/vagrant/.ssh/authorized_keys updated
283 Started: 15:26:30.148059
284 Duration: 1.148 ms
285 Changes:
286 ----------
287 group:
288 www-data
289----------
290 ID: users_sudoer-vagrant
291 Function: file.managed
292 Name: /etc/sudoers.d/vagrant
293 Result: True
294 Comment:
295 Started: 15:26:30.149301
296 Duration: 1.082 ms
297 Changes:
298 ----------
299 mode:
300 0440
301----------
302 ID: users_/etc/sudoers.d/vagrant
303 Function: file.managed
304 Name: /etc/sudoers.d/vagrant
305 Result: True
306 Comment: File /etc/sudoers.d/vagrant is in the correct state
307 Started: 15:26:30.151261
308 Duration: 0.762 ms
309 Changes:
310----------
311 ID: users_/etc/sudoers.d/vagrant
312 Function: cmd.wait
313 Name: visudo -cf /etc/sudoers.d/vagrant || ( rm -rvf /etc/sudoers.d/vagrant; exit 1 )
314 Result: True
315 Comment: Command "visudo -cf /etc/sudoers.d/vagrant || ( rm -rvf /etc/sudoers.d/vagrant; exit 1 )" run
316 Started: 15:26:30.153545
317 Duration: 11.466 ms
318 Changes:
319 ----------
320 pid:
321 9735
322 retcode:
323 0
324 stderr:
325 stdout:
326 /etc/sudoers.d/vagrant: parsed OK
327----------
328 ID: git
329 Function: pkg.installed
330 Result: True
331 Comment: Package git is already installed
332 Started: 15:26:30.165236
333 Duration: 3.115 ms
334 Changes:
335----------
336 ID: ssl-wildcard-localhost-crt-installed
337 Function: file.managed
338 Name: /etc/ssl/private/wildcard.localhost.crt
339 Result: True
340 Comment: File /etc/ssl/private/wildcard.localhost.crt updated
341 Started: 15:26:30.168434
342 Duration: 18.676 ms
343 Changes:
344 ----------
345 diff:
346 New file
347 mode:
348 0644
349----------
350 ID: ssl-wildcard-localhost-csr-installed
351 Function: file.managed
352 Name: /etc/ssl/private/wildcard.localhost.csr
353 Result: True
354 Comment: File /etc/ssl/private/wildcard.localhost.csr updated
355 Started: 15:26:30.187203
356 Duration: 9.158 ms
357 Changes:
358 ----------
359 diff:
360 New file
361 mode:
362 0644
363----------
364 ID: ssl-wildcard-localhost-key-installed
365 Function: file.managed
366 Name: /etc/ssl/private/wildcard.localhost.key
367 Result: True
368 Comment: File /etc/ssl/private/wildcard.localhost.key updated
369 Started: 15:26:30.196492
370 Duration: 12.508 ms
371 Changes:
372 ----------
373 diff:
374 New file
375 mode:
376 0644
377----------
378 ID: /var/www-vhosts
379 Function: file.directory
380 Result: True
381 Comment: Directory /var/www-vhosts updated
382 Started: 15:26:30.209090
383 Duration: 0.759 ms
384 Changes:
385 ----------
386 group:
387 www-data
388 mode:
389 02755
390 user:
391 www-data
392----------
393 ID: nginx_ppa_repo
394 Function: pkgrepo.absent
395 Result: True
396 Comment: Package repo nginx_ppa_repo is absent
397 Started: 15:26:30.212455
398 Duration: 35.864 ms
399 Changes:
400----------
401 ID: nginx_install
402 Function: pkg.installed
403 Name: nginx
404 Result: True
405 Comment: The following packages were installed/updated: nginx
406 Started: 15:26:30.248917
407 Duration: 3211.717 ms
408 Changes:
409 ----------
410 httpd:
411 ----------
412 new:
413 1
414 old:
415 httpd-cgi:
416 ----------
417 new:
418 1
419 old:
420 libgd3:
421 ----------
422 new:
423 2.1.0-5+deb8u7
424 old:
425 libvpx1:
426 ----------
427 new:
428 1.3.0-3
429 old:
430 libxpm4:
431 ----------
432 new:
433 1:3.5.11-1+b1
434 old:
435 nginx:
436 ----------
437 new:
438 1.6.2-5+deb8u4
439 old:
440 nginx-common:
441 ----------
442 new:
443 1.6.2-5+deb8u4
444 old:
445 nginx-full:
446 ----------
447 new:
448 1.6.2-5+deb8u4
449 old:
450----------
451 ID: nginx_config
452 Function: file.managed
453 Name: /etc/nginx/nginx.conf
454 Result: True
455 Comment: File /etc/nginx/nginx.conf updated
456 Started: 15:26:33.464130
457 Duration: 35.601 ms
458 Changes:
459 ----------
460 diff:
461 ---
462 +++
463 @@ -1,85 +1,29 @@
464 -user www-data;
465 -worker_processes 4;
466 -pid /run/nginx.pid;
467 +# Default nginx server configuration
468 +#
469 +# **** DO NOT EDIT THIS FILE ****
470 +#
471 +# This file is managed by Salt.
472 +
473
474 events {
475 - worker_connections 768;
476 - # multi_accept on;
477 + worker_connections 768;
478 }
479 +http {
480 + access_log /var/log/nginx/access.log;
481 + default_type application/octet-stream;
482 + error_log /var/log/nginx/error.log;
483 + gzip off;
484 + gzip_disable "msie6";
485 + keepalive_timeout 65;
486 + sendfile on;
487 + tcp_nodelay on;
488 + tcp_nopush on;
489 + types_hash_max_size 2048;
490
491 -http {
492 -
493 - ##
494 - # Basic Settings
495 - ##
496 -
497 - sendfile on;
498 [0;32m- tcp_nopush on;
499 - tcp_nodelay on;
500 - keepalive_timeout 65;
501 - types_hash_max_size 2048;
502 - # server_tokens off;
503 -
504 - # server_names_hash_bucket_size 64;
505 - # server_name_in_redirect off;
506 -
507 - include /etc/nginx/mime.types;
508 - default_type application/octet-stream;
509 -
510 - ##
511 - # SSL Settings
512 - ##
513 -
514 - ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
515 - ssl_prefer_server_ciphers on;
516 -
517 - ##
518 - # Logging Settings
519 - ##
520 -
521 - access_log /var/log/nginx/access.log;
522 - error_log /var/log/nginx/error.log;
523 -
524 - ##
525 - # Gzip Settings
526 - ##
527 -
528 - gzip on;
529 - gzip_disable "msie6";
530 -
531 - # gzip_vary on;
532 - # gzip_proxied any;
533 - # gzip_comp_level 6;
534 - # gzip_buffers 16 8k;
535 - # gzip_http_version 1.1;
536 - # gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
537 -
538 - ##
539 - # Virtual Host Configs
540 - ##
541 -
542 - include /etc/nginx/conf.d/*.conf;
543 - include /etc/nginx/sites-enabled/*;
544 + include /etc/nginx/mime.types;
545 + include /etc/nginx/conf.d/*.conf;
546 + include /etc/nginx/sites-enabled/*;
547 }
548 -
549 -
550 -#mail {
551 -# # See sample authentication script at:
552 -# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
553 -#
554 -# # auth_http localhost/auth.php;
555 -# # pop3_capabilities "TOP" "USER";
556 -# # imap_capabilities "IMAP4rev1" "UIDPLUS";
557 -#
558 -# server {
559 -# listen localhost:110;
560 -# protocol pop3;
561 -# proxy on;
562 -# }
563 -#
564 -# server {
565 -# listen localhost:143;
566 -# protocol imap;
567 -# proxy on;
568 -# }
569 -#}
570 +pid /run/nginx.pid;
571 +user vagrant vagrant;
572 +worker_processes 4;
573----------
574 ID: nginx_service
575 Function: service.running
576 Name: nginx
577 Result: True
578 Comment: Service restarted
579 Started: 15:26:33.641205
580 Duration: 76.734 ms
581 Changes:
582 ----------
583 nginx:
584 True
585----------
586 ID: nginx_vhost_enabled_dir
587 Function: file.directory
588 Name: /etc/nginx/sites-enabled
589 Result: True
590 Comment: Directory /etc/nginx/sites-enabled is in the correct state
591 Started: 15:26:33.718115
592 Duration: 0.619 ms
593 Changes:
594----------
595 ID: nginx_vhost_available_dir
596 Function: file.directory
597 Name: /etc/nginx/sites-available
598 Result: True
599 Comment: Directory /etc/nginx/sites-available is in the correct state
600 Started: 15:26:33.718809
601 Duration: 0.41 ms
602 Changes:
603----------
604 ID: vhost_conf_0
605 Function: file.managed
606 Name: /etc/nginx/sites-available/feedmanager.localhost
607 Result: True
608 Comment: File /etc/nginx/sites-available/feedmanager.localhost updated
609 Started: 15:26:33.719356
610 Duration: 35.375 ms
611 Changes:
612 ----------
613 diff:
614 New file
615 mode:
616 0644
617----------
618 ID: vhost_state_0
619 Function: file.symlink
620 Name: /etc/nginx/sites-enabled/feedmanager.localhost
621 Result: True
622 Comment: Created new symlink /etc/nginx/sites-enabled/feedmanager.localhost -> /etc/nginx/sites-available/feedmanager.localhost
623 Started: 15:26:33.755263
624 Duration: 4.786 ms
625 Changes:
626 ----------
627 new:
628 /etc/nginx/sites-enabled/feedmanager.localhost
629----------
630 ID: nginx_service_reload
631 Function: service.running
632 Name: nginx
633 Result: False
634 Comment: Failed to reload the service
635 Started: 15:26:33.778580
636 Duration: 33.471 ms
637 Changes:
638 ----------
639 nginx:
640 False
641----------
642 ID: /etc/nginx/sites-enabled/default
643 Function: file.absent
644 Result: True
645 Comment: Removed file /etc/nginx/sites-enabled/default
646 Started: 15:26:33.812205
647 Duration: 0.414 ms
648 Changes:
649 ----------
650 removed:
651 /etc/nginx/sites-enabled/default
652----------
653 ID: /etc/nginx/conf.d/default.conf
654 Function: file.absent
655 Result: True
656 Comment: File /etc/nginx/conf.d/default.conf is not present
657 Started: 15:26:33.812688
658 Duration: 0.217 ms
659 Changes:
660----------
661 ID: php_install_php
662 Function: pkg.installed
663 Name: php
664 Result: True
665 Comment: The following packages were installed/updated: php5
666 Started: 15:26:33.829133
667 Duration: 10863.337 ms
668 Changes:
669 ----------
670 apache2:
671 [0;36m----------
672 new:
673 2.4.10-10+deb8u7
674 old:
675 apache2-api-20120211:
676 ----------
677 new:
678 1
679 old:
680 apache2-bin:
681 ----------
682 new:
683 2.4.10-10+deb8u7
684 old:
685 apache2-data:
686 ----------
687 new:
688 2.4.10-10+deb8u7
689 old:
690 apache2-utils:
691 ----------
692 new:
693 2.4.10-10+deb8u7
694 old:
695 libapache2-mod-php5:
696 ----------
697 new:
698 5.6.27+dfsg-0+deb8u1
699 old:
700 libapr1:
701 ----------
702 new:
703 1.5.1-3
704 old:
705 libaprutil1:
706 ----------
707 new:
708 1.5.4-1
709 old:
710 libaprutil1-dbd-sqlite3:
711 ----------
712 new:
713 1.5.4-1
714 old:
715 libaprutil1-ldap:
716 ----------
717 new:
718 1.5.4-1
719 old:
720 liblua5.1-0:
721 ----------
722 new:
723 5.1.5-7.1
724 old:
725 libonig2:
726 ----------
727 new:
728 5.9.5-3.2
729 old:
730 libqdbm14:
731 ----------
732 new:
733 1.8.78-5+b1
734 old:
735 php5:
736 ----------
737 new:
738 5.6.27+dfsg-0+deb8u1
739 old:
740 php5-cli:
741 ----------
742 new:
743 5.6.27+dfsg-0+deb8u1
744 old:
745 php5-common:
746 ----------
747 new:
748 5.6.27+dfsg-0+deb8u1
749 old:
750 php5-json:
751 ----------
752 new:
753 1.3.6-1
754 old:
755 php5-mhash:
756 ----------
757 new:
758 1
759 old:
760 php5-readline:
761 ----------
762 new:
763 5.6.27+dfsg-0+deb8u1
764 old:
765 phpapi-20131226:
766 ----------
767 new:
768 1
769 old:
770----------
771 ID: php_install_fpm
772 Function: pkg.installed
773 Name: fpm
774 Result: True
775 Comment: The following packages were installed/updated: php5-fpm
776 Started: 15:26:44.706089
777 Duration: 3588.229 ms
778 Changes:
779 ----------
780 libapparmor1:
781 ----------
782 new:
783 2.9.0-3
784 old:
785 php5-fpm:
786 ----------
787 new:
788 5.6.27+dfsg-0+deb8u1
789 old:
790----------
791 ID: php_fpm_ini_config
792 Function: file.managed
793 Name: /etc/php5/fpm/php.ini
794 Result: True
795 Comment: File /etc/php5/fpm/php.ini updated
796 Started: 15:26:48.297904
797 Duration: 34.918 ms
798 Changes:
799 ----------
800 diff:
801 ---
802 +++
803 @@ -1,1960 +1,152 @@
804 +; PHP configuration file.
805 +;
806 +; **** DO NOT EDIT THIS FILE ****
807 +;
808 +; This file is managed by Salt via salt://php/ng/files/php.ini
809 +
810 +
811 +[CLI Server]
812 + cli_server.color = On
813 + cli_server_color = On
814 +[mysqlnd]
815 + mysqlnd.collect_memory_statistics = Off
816 + mysqlnd.collect_statistics = On
817 +[PostgreSQL]
818 + pgsql.allow_persistent = On
819 + pgsql.auto_reset_persistent = Off
820 + pgsql.ignore_notice = 0
821 + pgsql.log_notice = 0
822 + pgsql.max_links = -1
823 + pgsql.max_persistent = -1
824 +[Pdo_mysql]
825 + pdo_mysql.cache_size = 2000
826 +[Sybase-CT]
827 + sybct.allow_persistent = On
828 + sybct.max_links = -1
829 + sybct.max_persistent = -1
830 + sybct.min_client_severity = 10
831 + sybct.min_server_severity = 10
832 +[MySQL]
833 + mysql.allow_local_infile = On
834 + mysql.allow_persistent = On
835 + mysql.cache_size = 2000
836 + mysql.connect_timeout = 60
837 + mysql.max_links = -1
838 + mysql.max_persistent = -1
839 + mysql.trace_mode = Off
840 +[ODBC]
841 + odbc.allow_persistent = On
842 + odbc.check_persistent = On
843 + odbc.defaultbinmode = 1
844 + odbc.defaultlrl = 4096
845 + odbc.max_links = -1
846 + odbc.max_persistent = -1
847 +[bcmath]
848 + bcmath.scale = 0
849 +[ldap]
850 + ldap.max_links = -1
851 +[soap]
852 + soap.wsdl_cache_dir = "/tmp"
853 + soap.wsdl_cache_enabled = 1
854 + soap.wsdl_cache_limit = 5
855 + soap.wsdl_cache_ttl = 86400
856 +[Session]
857 + session.auto_start = 0
858 + session.bug_compat_42 = Off
859 + session.bug_compat_warn = Off
860 + session.cache_expire = 180
861 + session.cache_limiter = nocache
862 + session.cookie_lifetime = 0
863 + session.cookie_path = /
864 + session.gc_divisor = 1000
865 + session.gc_maxlifetime = 1440
866 + session.gc_probability = 0
867 + session.hash_bits_per_character = 5
868 + session.hash_function = 0
869 + session.name = PHPSESSID
870 + session.save_handler = files
871 + session.serialize_handler = php
872 + session.use_cookies = 1
873 + session.use_only_cookies = 1
874 + session.use_strict_mode = 0
875 + session.use_trans_sid = 0
876 + url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
877 +[Interbase]
878 + ibase.allow_persistent = 1
879 + ibase.dateformat = "%Y-%m-%d"
880 + ibase.max_links = -1
881 + ibase.max_persistent = -1
882 + ibase.timeformat = "%H:%M:%S"
883 + ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
884 +[Tidy]
885 + tidy.clean_output = Off
886 +[SQL]
887 + sql.safe_mode = Off
888 +[Date]
889 + date.timezone = Europe/Amsterdam
890 +[MySQLi]
891 + mysqli.allow_persistent = On
892 + mysqli.cache_size = 2000
893 + mysqli.default_port = 3306
894 + mysqli.max_links = -1
895 + mysqli.max_persistent = -1
896 + mysqli.reconnect = Off
897 [PHP]
898 -
899 -;;;;;;;;;;;;;;;;;;;
900 -; About php.ini ;
901 -;;;;;;;;;;;;;;;;;;;
902 -; PHP's initialization file, generally called php.ini, is responsible for
903 -; configuring many of the aspects of PHP's behavior.
904 -
905 -; PHP attempts to find and load this configuration from a number of locations.
906 -; The following is a summary of its search order:
907 -; 1. SAPI module specific location.
908 -; 2. The PHPRC environment variable. (As of PHP 5.2.0)
909 -; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
910 -; 4. Current working directory (except CLI)
911 -; 5. The web server's directory (for SAPI modules), or directory of PHP
912 -; (otherwise in Windows)
913 -; 6. The directory from the --with-config-file-path compile time option, or the
914 -; Windows directory (C:\windows or C:\winnt)
915 -; See the PHP docs for more specific information.
916 -; http://php.net/configuration.file
917 -
918 -; The syntax of the file is extremely simple. Whitespace and lines
919 -; beginning with a semicolon are silently ignored (as you probably guessed).
920 -; Section headers (e.g. [Foo]) are also silently ignored, even though
921 -; they might mean something in the future.
922 -
923 -; Directives following the section heading [PATH=/www/mysite] only
924 -; apply to PHP files in the /www/mysite directory. Directives
925 -; following the section heading [HOST=www.example.com] only apply to
926 -; PHP files served from www.example.com. Directives set in these
927 -; special sections cannot be overridden by user-defined INI files or
928 -; at runtime. Currently, [PATH=] and [HOST=] sections only work under
929 -; CGI/FastCGI.
930 -; http://php.net/ini.sections
931 -
932 -; Directives are specified using the following syntax:
933 -; directive = value
934 -; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
935 -; Directives are variables used to configure PHP or PHP extensions.
936 -; There is no name validation. If PHP can't find an expected
937 -; directive because it is not set or is mistyped, a default value will be used.
938 -
939 -; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
940 -; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
941 -; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
942 -; previously set variable or directive (e.g. ${foo})
943 -
944 -; Expressions in the INI file are limited to bitwise operators and parentheses:
945 -; | bitwise OR
946 -; ^ bitwise XOR
947 -; & bitwise AND
948 -; ~ bitwise NOT
949 -; ! boolean NOT
950 -
951 -; Boolean flags can be turned on using the values 1, On, True or Yes.
952 -; They can be turned off using the values 0, Off, False or No.
953 -
954 -; An empty string can be denoted by simply not writing anything after the equal
955 -; sign, or by using the None keyword:
956 -
957 -; foo = ; sets foo to an empty string
958 -; foo = None ; sets foo to an empty string
959 -; foo = "None" ; sets foo to the string 'None'
960 -
961 -; If you use constants in your value, and these constants belong to a
962 -; dynamically loaded extension (either a PHP extension or a Zend extension),
963 -; you may only use these constants *after* the line that loads the extension.
964 -
965 -;;;;;;;;;;;;;;;;;;;
966 -; About this file ;
967 -;;;;;;;;;;;;;;;;;;;
968 -; PHP comes packaged with two INI files. One that is recommended to be used
969 -; in production environments and one that is recommended to be used in
970 -; development environments.
971 -
972 -; php.ini-production contains settings which hold security, performance and
973 -; best practices at its core. But please be aware, these settings may break
974 -; compatibility with older or less security conscience applications. We
975 -; recommending using the production ini in production and testing environments.
976 -
977 -; php.ini-development is very similar to its production variant, except it is
978 -; much more verbose when it comes to errors. We recommend using the
979 -; development version only in development environments, as errors shown to
980 -; application users can inadvertently leak otherwise secure information.
981 -
982 -; This is php.ini-production INI file.
983 -
984 -;;;;;;;;;;;;;;;;;;;
985 -; Quick Reference ;
986 -;;;;;;;;;;;;;;;;;;;
987 -; The following are all the settings which are different in either the production
988 -; or development versions of the INIs with respect to PHP's default behavior.
989 -; Please see the actual settings later in the document for more details as to why
990 -; we recommend these changes in PHP's behavior.
991 -
992 -; display_errors
993 -; Default Value: On
994 -; Development Value: On
995 -; Production Value: Off
996 -
997 -; display_startup_errors
998 -; Default Value: Off
999 -; Development Value: On
1000 -; Production Value: Off
1001 -
1002 -; error_reporting
1003 -; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
1004 -; Development Value: E_ALL
1005 -; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
1006 -
1007 -; html_errors
1008 -; Default Value: On
1009 -; Development Value: On
1010 -; Production value: On
1011 -
1012 -; log_errors
1013 -; Default Value: Off
1014 -; Development Value: On
1015 -; Production Value: On
1016 -
1017 -; max_input_time
1018 -; Default Value: -1 (Unlimited)
1019 -; Development Value: 60 (60 seconds)
1020 -; Production Value: 60 (60 seconds)
1021 -
1022 -; output_buffering
1023 -; Default Value: Off
1024 -; Development Value: 4096
1025 -; Production Value: 4096
1026 -
1027 -; register_argc_argv
1028 -; Default Value: On
1029 -; Development Value: Off
1030 -; Production Value: Off
1031 -
1032 -; request_order
1033 -; Default Value: None
1034 -; Development Value: "GP"
1035 -; Production Value: "GP"
1036 -
1037 -; session.gc_divisor
1038 -; Default Value: 100
1039 -; Development Value: 1000
1040 -; Production Value: 1000
1041 -
1042 -; session.hash_bits_per_character
1043 -; Default Value: 4
1044 -; Development Value: 5
1045 -; Production Value: 5
1046 -
1047 -; short_open_tag
1048 -; Default Value: On
1049 -; Development Value: Off
1050 -; Production Value: Off
1051 -
1052 -; track_errors
1053 -; Default Value: Off
1054 -; Development Value: On
1055 -; Production Value: Off
1056 -
1057 -; url_rewriter.tags
1058 -; Default Value: "a=href,area=href,frame=src,form=,fieldset="
1059 -; Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
1060 -; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
1061 -
1062 -; variables_order
1063 -; Default Value: "EGPCS"
1064 -; Development Value: "GPCS"
1065 -; Production Value: "GPCS"
1066 -
1067 -;;;;;;;;;;;;;;;;;;;;
1068 -; php.ini Options ;
1069 -;;;;;;;;;;;;;;;;;;;;
1070 -; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
1071 -;user_ini.filename = ".user.ini"
1072 -
1073 -; To disable this feature set this option to empty value
1074 -;user_ini.filename =
1075 -
1076 -; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
1077 -;user_ini.cache_ttl = 300
1078 -
1079 -;;;;;;;;;;;;;;;;;;;;
1080 -; Language Options ;
1081 -;;;;;;;;;;;;;;;;;;;;
1082 -
1083 -; Enable the PHP scripting language engine under Apache.
1084 -; http://php.net/engine
1085 -engine = On
1086 -
1087 -; This directive determines whether or not PHP will recognize code between
1088 -; <? and ?> tags as PHP source which should be processed as such. It is
1089 -; generally recommended that <?php and ?> should be used and that this feature
1090 -; should be disabled, as enabling it may result in issues when generating XML
1091 -; documents, however this remains supported for backward compatibility reasons.
1092 -; Note that this directive does not control the <?= shorthand tag, which can be
1093 -; used regardless of this directive.
1094 -; Default Value: On
1095 -; Development Value: Off
1096 -; Production Value: Off
1097 -; http://php.net/short-open-tag
1098 -short_open_tag = Off
1099 -
1100 -; Allow ASP-style <% %> tags.
1101 -; http://php.net/asp-tags
1102 -asp_tags = Off
1103 -
1104 -; The number of significant digits displayed in floating point numbers.
1105 -; http://php.net/precision
1106 -precision = 14
1107 -
1108 -; Output buffering is a mechanism for controlling how much output data
1109 -; (excluding headers and cookies) PHP should keep internally before pushing that
1110 -; data to the client. If your application's output exceeds this setting, PHP
1111 -; will send that data in chunks of roughly the size you specify.
1112 -; Turning on this setting and managing its maximum buffer size can yield some
1113 -; interesting side-effects depending on your application and web server.
1114 -; You may be able to send headers and cookies after you've already sent output
1115 -; through print or echo. You also may see performance benefits if your server is
1116 -; emitting less packets due to buffered output versus PHP streaming the output
1117 -; as it gets it. On production servers, 4096 bytes is a good setting for performance
1118 -; reasons.
1119 -; Note: Output buffering can also be controlled via Output Buffering Control
1120 -; functions.
1121 -; Possible Values:
1122 -; On = Enabled and buffer is unlimited. (Use with caution)
1123 -; Off = Disabled
1124 -; Integer = Enables the buffer and sets its maximum size in bytes.
1125 -; Note: This directive is hardcoded to Off for the CLI SAPI
1126 -; Default Value: Off
1127 -; Development Value: 4096
1128 -; Production Value: 4096
1129 -; http://php.net/output-buffering
1130 -output_buffering = 4096
1131 -
1132 -; You can redirect all of the output of your scripts to a function. For
1133 -; example, if you set output_handler to "mb_output_handler", character
1134 -; encoding will be transparently converted to the specified encoding.
1135 -; Setting any output handler automatically turns on output buffering.
1136 -; Note: People who wrote portable scripts should not depend on this ini
1137 -; directive. Instead, explicitly set the output handler using ob_start().
1138 -; Using this ini directive may cause problems unless you know what script
1139 -; is doing.
1140 -; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
1141 -; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
1142 -; Note: output_handler must be empty if this is set 'On' !!!!
1143 -; Instead you must use zlib.output_handler.
1144 -; http://php.net/output-handler
1145 -;output_handler =
1146 -
1147 -; Transparent output compression using the zlib library
1148 -; Valid values for this option are 'off', 'on', or a specific buffer size
1149 -; to be used for compression (default is 4KB)
1150 -; Note: Resulting chunk size may vary due to nature of compression. PHP
1151 -; outputs chunks that are few hundreds bytes each as a result of
1152 -; compression. If you prefer a larger chunk size for better
1153 -; performance, enable output_buffering in addition.
1154 -; Note: You need to use zlib.output_handler instead of the standard
1155 -; output_handler, or otherwise the output will be corrupted.
1156 -; http://php.net/zlib.output-compression
1157 -zlib.output_compression = Off
1158 -
1159 -; http://php.net/zlib.output-compression-level
1160 -;zlib.output_compression_level = -1
1161 -
1162 -; You cannot specify additional output handlers if zlib.output_compression
1163 -; is activated here. This setting does the same as output_handler but in
1164 -; a different order.
1165 -; http://php.net/zlib.output-handler
1166 -;zlib.output_handler =
1167 -
1168 -; Implicit flush tells PHP to tell the output layer to flush itself
1169 -; automatically after every output block. This is equivalent to calling the
1170 -; PHP function flush() after each and every call to print() or echo() and each
1171 -; and every HTML block. Turning this option on has serious performance
1172 -; implications and is generally recommended for debugging purposes only.
1173 -; http://php.net/implicit-flush
1174 -; Note: This directive is hardcoded to On for the CLI SAPI
1175 -implicit_flush = Off
1176 -
1177 -; The unserialize callback function will be called (with the undefined class'
1178 -; name as parameter), if the unserializer finds an undefined class
1179 -; which should be instantiated. A warning appears if the specified function is
1180 -; not defined, or if the function doesn't include/implement the missing class.
1181 -; So only set this entry, if you really want to implement such a
1182 -; callback-function.
1183 -unserialize_callback_func =
1184 -
1185 -; When floats & doubles are serialized store serialize_precision significant
1186 -; digits after the floating point. The default value ensures that when floats
1187 -; are decoded with unserialize, the data will remain the same.
1188 -serialize_precision = 17
1189 -
1190 -; open_basedir, if set, limits all file operations to the defined directory
1191 -; and below. This directive makes most sense if used in a per-directory
1192 -; or per-virtualhost web server configuration file.
1193 -; http://php.net/open-basedir
1194 -;open_basedir =
1195 -
1196 -; This directive allows you to disable certain functions for security reasons.
1197 -; It receives a comma-delimited list of function names.
1198 -; http://php.net/disable-functions
1199 -disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
1200 -
1201 -; This directive allows you to disable certain classes for security reasons.
1202 -; It receives a comma-delimited list of class names.
1203 -; http://php.net/disable-classes
1204 -disable_classes =
1205 -
1206 -; Colors for Syntax Highlighting mode. Anything that's acceptable in
1207 -; <span style="color: ???????"> would work.
1208 -; http://php.net/syntax-highlighting
1209 -;highlight.string = #DD0000
1210 -;highlight.comment = #FF9900
1211 -;highlight.keyword = #007700
1212 -;highlight.default = #0000BB
1213 -;highlight.html = #000000
1214 -
1215 -; If enabled, the request will be allowed to complete even if the user aborts
1216 -; the request. Consider enabling it if executing long requests, which may end up
1217 -; being interrupted by the user or a browser timing out. PHP's default behavior
1218 -; is to disable this feature.
1219 -; http://php.net/ignore-user-abort
1220 -;ignore_user_abort = On
1221 -
1222 -; Determines the size of the realpath cache to be used by PHP. This value should
1223 -; be increased on systems where PHP opens many files to reflect the quantity of
1224 -; the file operations performed.
1225 -; http://php.net/realpath-cache-size
1226 -;realpath_cache_size = 16k
1227 -
1228 -; Duration of time, in seconds for which to cache realpath information for a given
1229 -; file or directory. For systems with rarely changing files, consider increasing this
1230 -; value.
1231 -; http://php.net/realpath-cache-ttl
1232 -;realpath_cache_ttl = 120
1233 -
1234 -; Enables or disables the circular reference collector.
1235 -; http://php.net/zend.enable-gc
1236 -zend.enable_gc = On
1237 -
1238 -; If enabled, scripts may be written in encodings that are incompatible with
1239 -; the scanner. CP936, Big5, CP949 and Shift_JIS are the examples of such
1240 -; encodings. To use this feature, mbstring extension must be enabled.
1241 -; Default: Off
1242 -;zend.multibyte = Off
1243 -
1244 -; Allows to set the default encoding for the scripts. This value will be used
1245 -; unless "declare(encoding=...)" directive appears at the top of the script.
1246 -; Only affects if zend.multibyte is set.
1247 -; Default: ""
1248 -;zend.script_encoding =
1249 -
1250 -;;;;;;;;;;;;;;;;;
1251 -; Miscellaneous ;
1252 -;;;;;;;;;;;;;;;;;
1253 -
1254 -; Decides whether PHP may expose the fact that it is installed on the server
1255 -; (e.g. by adding its signature to the Web server header). It is no security
1256 -; threat in any way, but it makes it possible to determine whether you use PHP
1257 -; on your server or not.
1258 -; http://php.net/expose-php
1259 -expose_php = Off
1260 -
1261 -;;;;;;;;;;;;;;;;;;;
1262 -; Resource Limits ;
1263 -;;;;;;;;;;;;;;;;;;;
1264 -
1265 -; Maximum execution time of each script, in seconds
1266 -; http://php.net/max-execution-time
1267 -; Note: This directive is hardcoded to 0 for the CLI SAPI
1268 -max_execution_time = 30
1269 -
1270 -; Maximum amount of time each script may spend parsing request data. It's a good
1271 -; idea to limit this time on productions servers in order to eliminate unexpectedly
1272 -; long running scripts.
1273 -; Note: This directive is hardcoded to -1 for the CLI SAPI
1274 -; Default Value: -1 (Unlimited)
1275 -; Development Value: 60 (60 seconds)
1276 -; Production Value: 60 (60 seconds)
1277 -; http://php.net/max-input-time
1278 -max_input_time = 60
1279 -
1280 -; Maximum input variable nesting level
1281 -; http://php.net/max-input-nesting-level
1282 -;max_input_nesting_level = 64
1283 -
1284 -; How many GET/POST/COOKIE input variables may be accepted
1285 -; max_input_vars = 1000
1286 -
1287 -; Maximum amount of memory a script may consume (128MB)
1288 -; http://php.net/memory-limit
1289 -memory_limit = 128M
1290 -
1291 -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1292 -; Error handling and logging ;
1293 -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1294 -
1295 -; This directive informs PHP of which errors, warnings and notices you would like
1296 -; it to take action for. The recommended way of setting values for this
1297 -; directive is through the use of the error level constants and bitwise
1298 -; operators. The error level constants are below here for convenience as well as
1299 -; some common settings and their meanings.
1300 -; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
1301 -; those related to E_NOTICE and E_STRICT, which together cover best practices and
1302 -; recommended coding standards in PHP. For performance reasons, this is the
1303 -; recommend error reporting setting. Your production server shouldn't be wasting
1304 -; resources complaining about best practices and coding standards. That's what
1305 -; development servers and development settings are for.
1306 -; Note: The php.ini-development file has this setting as E_ALL. This
1307 -; means it pretty much reports everything which is exactly what you want during
1308 -; development and early testing.
1309 -;
1310 -; Error Level Constants:
1311 -; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
1312 -; E_ERROR - fatal run-time errors
1313 -; E_RECOVERABLE_ERROR - almost fatal run-time errors
1314 -; E_WARNING - run-time warnings (non-fatal errors)
1315 -; E_PARSE - compile-time parse errors
1316 -; E_NOTICE - run-time notices (these are warnings which often result
1317 -; from a bug in your code, but it's possible that it was
1318 -; intentional (e.g., using an uninitialized variable and
1319 -; relying on the fact it is automatically initialized to an
1320 -; empty string)
1321 -; E_STRICT - run-time notices, enable to have PHP suggest changes
1322 -; to your code which will ensure the best interoperability
1323 -; and forward compatibility of your code
1324 -; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
1325 -; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
1326 -; initial startup
1327 -; E_COMPILE_ERROR - fatal compile-time errors
1328 -; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
1329 -; E_USER_ERROR - user-generated error message
1330 -; E_USER_WARNING - user-generated warning message
1331 -; E_USER_NOTICE - user-generated notice message
1332 -; E_DEPRECATED - warn about code that will not work in future versions
1333 -; of PHP
1334 -; E_USER_DEPRECATED - user-generated deprecation warnings
1335 -;
1336 -; Common Values:
1337 -; E_ALL (Show all errors, warnings and notices including coding standards.)
1338 -; E_ALL & ~E_NOTICE (Show all errors, except for notices)
1339 -; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnings.)
1340 -; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
1341 -; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
1342 -; Development Value: E_ALL
1343 -; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
1344 -; http://php.net/error-reporting
1345 -error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
1346 -
1347 -; This directive controls whether or not and where PHP will output errors,
1348 -; notices and warnings too. Error output is very useful during development, but
1349 -; it could be very dangerous in production environments. Depending on the code
1350 -; which is triggering the error, sensitive information could potentially leak
1351 -; out of your application such as database usernames and passwords or worse.
1352 -; For production environments, we recommend logging errors rather than
1353 -; sending them to STDOUT.
1354 -; Possible Values:
1355 -; Off = Do not display any errors
1356 -; stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
1357 -; On or stdout = Display errors to STDOUT
1358 -; Default Value: On
1359 -; Development Value: On
1360 -; Production Value: Off
1361 -; http://php.net/display-errors
1362 -display_errors = Off
1363 -
1364 -; The display of errors which occur during PHP's startup sequence are handled
1365 -; separately from display_errors. PHP's default behavior is to suppress those
1366 -; errors from clients. Turning the display of startup errors on can be useful in
1367 -; debugging configuration problems. We strongly recommend you
1368 -; set this to 'off' for production servers.
1369 -; Default Value: Off
1370 -; Development Value: On
1371 -; Production Value: Off
1372 -; http://php.net/display-startup-errors
1373 -display_startup_errors = Off
1374 -
1375 -; Besides displaying errors, PHP can also log errors to locations such as a
1376 -; server-specific log, STDERR, or a location specified by the error_log
1377 -; directive found below. While errors should not be displayed on productions
1378 -; servers they should still be monitored and logging is a great way to do that.
1379 -; Default Value: Off
1380 -; Development Value: On
1381 -; Production Value: On
1382 -; http://php.net/log-errors
1383 -log_errors = On
1384 -
1385 -; Set maximum length of log_errors. In error_log information about the source is
1386 -; added. The default is 1024 and 0 allows to not apply any maximum length at all.
1387 -; http://php.net/log-errors-max-len
1388 -log_errors_max_len = 1024
1389 -
1390 -; Do not log repeated messages. Repeated errors must occur in same file on same
1391 -; line unless ignore_repeated_source is set true.
1392 -; http://php.net/ignore-repeated-errors
1393 -ignore_repeated_errors = Off
1394 -
1395 -; Ignore source of message when ignoring repeated messages. When this setting
1396 -; is On you will not log errors with repeated messages from different files or
1397 -; source lines.
1398 -; http://php.net/ignore-repeated-source
1399 -ignore_repeated_source = Off
1400 -
1401 -; If this parameter is set to Off, then memory leaks will not be shown (on
1402 -; stdout or in the log). This has only effect in a debug compile, and if
1403 -; error reporting includes E_WARNING in the allowed list
1404 -; http://php.net/report-memleaks
1405 -report_memleaks = On
1406 -
1407 -; This setting is on by default.
1408 -;report_zend_debug = 0
1409 --[0;0m
1410 -; Store the last error/warning message in $php_errormsg (boolean). Setting this value
1411 -; to On can assist in debugging and is appropriate for development servers. It should
1412 -; however be disabled on production servers.
1413 -; Default Value: Off
1414 -; Development Value: On
1415 -; Production Value: Off
1416 -; http://php.net/track-errors
1417 -track_errors = Off
1418 -
1419 -; Turn off normal error reporting and emit XML-RPC error XML
1420 -; http://php.net/xmlrpc-errors
1421 -;xmlrpc_errors = 0
1422 -
1423 -; An XML-RPC faultCode
1424 -;xmlrpc_error_number = 0
1425 -
1426 -; When PHP displays or logs an error, it has the capability of formatting the
1427 -; error message as HTML for easier reading. This directive controls whether
1428 -; the error message is formatted as HTML or not.
1429 -; Note: This directive is hardcoded to Off for the CLI SAPI
1430 -; Default Value: On
1431 -; Development Value: On
1432 -; Production value: On
1433 -; http://php.net/html-errors
1434 -html_errors = On
1435 -
1436 -; If html_errors is set to On *and* docref_root is not empty, then PHP
1437 -; produces clickable error messages that direct to a page describing the error
1438 -; or function causing the error in detail.
1439 -; You can download a copy of the PHP manual from http://php.net/docs
1440 -; and change docref_root to the base URL of your local copy including the
1441 -; leading '/'. You must also specify the file extension being used including
1442 -; the dot. PHP's default behavior is to leave these settings empty, in which
1443 -; case no links to documentation are generated.
1444 -; Note: Never use this feature for production boxes.
1445 -; http://php.net/docref-root
1446 -; Examples
1447 -;docref_root = "/phpmanual/"
1448 -
1449 -; http://php.net/docref-ext
1450 -;docref_ext = .html
1451 -
1452 -; String to output before an error message. PHP's default behavior is to leave
1453 -; this setting blank.
1454 -; http://php.net/error-prepend-string
1455 -; Example:
1456 -;error_prepend_string = "<span style='color: #ff0000'>"
1457 -
1458 -; String to output after an error message. PHP's default behavior is to leave
1459 -; this setting blank.
1460 -; http://php.net/error-append-string
1461 -; Example:
1462 -;error_append_string = "</span>"
1463 -
1464 -; Log errors to specified file. PHP's default behavior is to leave this value
1465 -; empty.
1466 -; http://php.net/error-log
1467 -; Example:
1468 -;error_log = php_errors.log
1469 -; Log errors to syslog (Event Log on Windows).
1470 -;error_log = syslog
1471 -
1472 -;windows.show_crt_warning
1473 -; Default value: 0
1474 -; Development value: 0
1475 -; Production value: 0
1476 -
1477 -;;;;;;;;;;;;;;;;;
1478 -; Data Handling ;
1479 -;;;;;;;;;;;;;;;;;
1480 -
1481 -; The separator used in PHP generated URLs to separate arguments.
1482 -; PHP's default setting is "&".
1483 -; http://php.net/arg-separator.output
1484 -; Example:
1485 -;arg_separator.output = "&"
1486 -
1487 -; List of separator(s) used by PHP to parse input URLs into variables.
1488 -; PHP's default setting is "&".
1489 -; NOTE: Every character in this directive is considered as separator!
1490 -; http://php.net/arg-separator.input
1491 -; Example:
1492 -;arg_separator.input = ";&"
1493 -
1494 -; This directive determines which super global arrays are registered when PHP
1495 -; starts up. G,P,C,E & S are abbreviations for the following respective super
1496 -; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
1497 -; paid for the registration of these arrays and because ENV is not as commonly
1498 -; used as the others, ENV is not recommended on productions servers. You
1499 -; can still get access to the environment variables through getenv() should you
1500 -; need to.
1501 -; Default Value: "EGPCS"
1502 -; Development Value: "GPCS"
1503 -; Production Value: "GPCS";
1504 -; http://php.net/variables-order
1505 -variables_order = "GPCS"
1506 -
1507 -; This directive determines which super global data (G,P & C) should be
1508 -; registered into the super global array REQUEST. If so, it also determines
1509 -; the order in which that data is registered. The values for this directive
1510 -; are specified in the same manner as the variables_order directive,
1511 -; EXCEPT one. Leaving this value empty will cause PHP to use the value set
1512 -; in the variables_order directive. It does not mean it will leave the super
1513 -; globals array REQUEST empty.
1514 -; Default Value: None
1515 -; Development Value: "GP"
1516 -; Production Value: "GP"
1517 -; http://php.net/request-order
1518 -request_order = "GP"
1519 -
1520 -; This directive determines whether PHP registers $argv & $argc each time it
1521 -; runs. $argv contains an array of all the arguments passed to PHP when a script
1522 -; is invoked. $argc contains an integer representing the number of arguments
1523 -; that were passed when the script was invoked. These arrays are extremely
1524 -; useful when running scripts from the command line. When this directive is
1525 -; enabled, registering these variables consumes CPU cycles and memory each time
1526 -; a script is executed. For performance reasons, this feature should be disabled
1527 -; on production servers.
1528 -; Note: This directive is hardcoded to On for the CLI SAPI
1529 -; Default Value: On
1530 -; Development Value: Off
1531 -; Production Value: Off
1532 -; http://php.net/register-argc-argv
1533 -register_argc_argv = Off
1534 -
1535 -; When enabled, the ENV, REQUEST and SERVER variables are created when they're
1536 -; first used (Just In Time) instead of when the script starts. If these
1537 -; variables are not used within a script, having this directive on will result
1538 -; in a performance gain. The PHP directive register_argc_argv must be disabled
1539 -; for this directive to have any affect.
1540 -; http://php.net/auto-globals-jit
1541 -auto_globals_jit = On
1542 -
1543 -; Whether PHP will read the POST data.
1544 -; This option is enabled by default.
1545 -; Most likely, you won't want to disable this option globally. It causes $_POST
1546 -; and $_FILES to always be empty; the only way you will be able to read the
1547 -; POST data will be through the php://input stream wrapper. This can be useful
1548 -; to proxy requests or to process the POST data in a memory efficient fashion.
1549 -; http://php.net/enable-post-data-reading
1550 -;enable_post_data_reading = Off
1551 -
1552 -; Maximum size of POST data that PHP will accept.
1553 -; Its value may be 0 to disable the limit. It is ignored if POST data reading
1554 -; is disabled through enable_post_data_reading.
1555 -; http://php.net/post-max-size
1556 -post_max_size = 8M
1557 -
1558 -; Automatically add files before PHP document.
1559 -; http://php.net/auto-prepend-file
1560 -auto_prepend_file =
1561 -
1562 -; Automatically add files after PHP document.
1563 -; http://php.net/auto-append-file
1564 -auto_append_file =
1565 -
1566 -; By default, PHP will output a media type using the Content-Type header. To
1567 -; disable this, simply set it to be empty.
1568 -;
1569 -; PHP's built-in default media type is set to text/html.
1570 -; http://php.net/default-mimetype
1571 -default_mimetype = "text/html"
1572 -
1573 -; PHP's default character set is set to UTF-8.
1574 -; http://php.net/default-charset
1575 -default_charset = "UTF-8"
1576 -
1577 -; PHP internal character encoding is set to empty.
1578 -; If empty, default_charset is used.
1579 -; http://php.net/internal-encoding
1580 -;internal_encoding =
1581 -
1582 -; PHP input character encoding is set to empty.
1583 -; If empty, default_charset is used.
1584 -; http://php.net/input-encoding
1585 -;input_encoding =
1586 -
1587 -; PHP output character encoding is set to empty.
1588 -; If empty, default_charset is used.
1589 -; See also output_buffer.
1590 -; http://php.net/output-encoding
1591 -;output_encoding =
1592 -
1593 -; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is
1594 -; to disable this feature and it will be removed in a future version.
1595 -; If post reading is disabled through enable_post_data_reading,
1596 -; $HTTP_RAW_POST_DATA is *NOT* populated.
1597 -; http://php.net/always-populate-raw-post-data
1598 -;always_populate_raw_post_data = -1
1599 -
1600 -;;;;;;;;;;;;;;;;;;;;;;;;;
1601 -; Paths and Directories ;
1602 -;;;;;;;;;;;;;;;;;;;;;;;;;
1603 -
1604 -; UNIX: "/path1:/path2"
1605 -;include_path = ".:/usr/share/php"
1606 -;
1607 -; Windows: "\path1;\path2"
1608 -;include_path = ".;c:\php\includes"
1609 -;
1610 -; PHP's default setting for include_path is ".;/path/to/php/pear"
1611 -; http://php.net/include-path
1612 -
1613 -; The root of the PHP pages, used only if nonempty.
1614 -; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
1615 -; if you are running php as a CGI under any web server (other than IIS)
1616 -; see documentation for security issues. The alternate is to use the
1617 -; cgi.force_redirect configuration below
1618 -; http://php.net/doc-root
1619 -doc_root =
1620 -
1621 -; The directory under which PHP opens the script using /~username used only
1622 -; if nonempty.
1623 -; http://php.net/user-dir
1624 -user_dir =
1625 -
1626 -; Directory in which the loadable extensions (modules) reside.
1627 -; http://php.net/extension-dir
1628 -; extension_dir = "./"
1629 -; On windows:
1630 -; extension_dir = "ext"
1631 -
1632 -; Directory where the temporary files should be placed.
1633 -; Defaults to the system default (see sys_get_temp_dir)
1634 -; sys_temp_dir = "/tmp"
1635 -
1636 -; Whether or not to enable the dl() function. The dl() function does NOT work
1637 -; properly in multithreaded servers, such as IIS or Zeus, and is automatically
1638 -; disabled on them.
1639 -; http://php.net/enable-dl
1640 -enable_dl = Off
1641 -
1642 -; cgi.force_redirect is necessary to provide security running PHP as a CGI under
1643 -; most web servers. Left undefined, PHP turns this on by default. You can
1644 [0;32m-; turn it off here AT YOUR OWN RISK
1645 -; **You CAN safely turn this off for IIS, in fact, you MUST.**
1646 -; http://php.net/cgi.force-redirect
1647 -;cgi.force_redirect = 1
1648 -
1649 -; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
1650 -; every request. PHP's default behavior is to disable this feature.
1651 -;cgi.nph = 1
1652 -
1653 -; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
1654 -; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
1655 -; will look for to know it is OK to continue execution. Setting this variable MAY
1656 -; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
1657 -; http://php.net/cgi.redirect-status-env
1658 -;cgi.redirect_status_env =
1659 -
1660 -; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
1661 -; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
1662 -; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
1663 -; this to 1 will cause PHP CGI to fix its paths to conform to the spec. A setting
1664 -; of zero causes PHP to behave as before. Default is 1. You should fix your scripts
1665 -; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
1666 -; http://php.net/cgi.fix-pathinfo
1667 -;cgi.fix_pathinfo=1
1668 -
1669 -; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
1670 -; of the web tree and people will not be able to circumvent .htaccess security.
1671 -; http://php.net/cgi.dicard-path
1672 -;cgi.discard_path=1
1673 -
1674 -; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
1675 -; security tokens of the calling client. This allows IIS to define the
1676 -; security context that the request runs under. mod_fastcgi under Apache
1677 -; does not currently support this feature (03/17/2002)
1678 -; Set to 1 if running under IIS. Default is zero.
1679 -; http://php.net/fastcgi.impersonate
1680 -;fastcgi.impersonate = 1
1681 -
1682 -; Disable logging through FastCGI connection. PHP's default behavior is to enable
1683 -; this feature.
1684 -;fastcgi.logging = 0
1685 -
1686 -; cgi.rfc2616_headers configuration option tells PHP what type of headers to
1687 -; use when sending HTTP response code. If set to 0, PHP sends Status: header that
1688 -; is supported by Apache. When this option is set to 1, PHP will send
1689 -; RFC2616 compliant header.
1690 -; Default is zero.
1691 -; http://php.net/cgi.rfc2616-headers
1692 -;cgi.rfc2616_headers = 0
1693 -
1694 -; cgi.check_shebang_line controls whether CGI PHP checks for line starting with #!
1695 -; (shebang) at the top of the running script. This line might be needed if the
1696 -; script support running both as stand-alone script and via PHP CGI<. PHP in CGI
1697 -; mode skips this line and ignores its content if this directive is turned on.
1698 -; http://php.net/cgi.check-shebang-line
1699 -;cgi.check_shebang_line=1
1700 -
1701 -;;;;;;;;;;;;;;;;
1702 -; File Uploads ;
1703 -;;;;;;;;;;;;;;;;
1704 -
1705 -; Whether to allow HTTP file uploads.
1706 -; http://php.net/file-uploads
1707 -file_uploads = On
1708 -
1709 -; Temporary directory for HTTP uploaded files (will use system default if not
1710 -; specified).
1711 -; http://php.net/upload-tmp-dir
1712 -;upload_tmp_dir =
1713 -
1714 -; Maximum allowed size for uploaded files.
1715 -; http://php.net/upload-max-filesize
1716 -upload_max_filesize = 2M
1717 -
1718 -; Maximum number of files that can be uploaded via a single request
1719 -max_file_uploads = 20
1720 -
1721 -;;;;;;;;;;;;;;;;;;
1722 -; Fopen wrappers ;
1723 -;;;;;;;;;;;;;;;;;;
1724 -
1725 -; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
1726 -; http://php.net/allow-url-fopen
1727 -allow_url_fopen = On
1728 -
1729 -; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
1730 -; http://php.net/allow-url-include
1731 -allow_url_include = Off
1732 -
1733 -; Define the anonymous ftp password (your email address). PHP's default setting
1734 -; for this is empty.
1735 -; http://php.net/from
1736 -;from="john@doe.com"
1737 -
1738 -; Define the User-Agent string. PHP's default setting for this is empty.
1739 -; http://php.net/user-agent
1740 -;user_agent="PHP"
1741 -
1742 -; Default timeout for socket based streams (seconds)
1743 -; http://php.net/default-socket-timeout
1744 -default_socket_timeout = 60
1745 -
1746 -; If your scripts have to deal with files from Macintosh systems,
1747 -; or you are running on a Mac and need to deal with files from
1748 -; unix or win32 systems, setting this flag will cause PHP to
1749 -; automatically detect the EOL character in those files so that
1750 -; fgets() and file() will work regardless of the source of the file.
1751 -; http://php.net/auto-detect-line-endings
1752 -;auto_detect_line_endings = Off
1753 -
1754 -;;;;;;;;;;;;;;;;;;;;;;
1755 -; Dynamic Extensions ;
1756 -;;;;;;;;;;;;;;;;;;;;;;
1757 -
1758 -; If you wish to have an extension loaded automatically, use the following-; If you wish to have an extension loaded automatically, use the following[0;0m
1759 -; syntax:
1760 -;
1761 -; extension=modulename.extension
1762 -;
1763 -; For example, on Windows:
1764 -;
1765 -; extension=msql.dll
1766 -;
1767 -; ... or under UNIX:
1768 -;
1769 -; extension=msql.so
1770 -;
1771 -; ... or with a path:
1772 -;
1773 -; extension=/path/to/extension/msql.so
1774 -;
1775 -; If you only provide the name of the extension, PHP will look for it in its
1776 -; default extension directory.
1777 -;
1778 -
1779 -;;;;;;;;;;;;;;;;;;;
1780 -; Module Settings ;
1781 -;;;;;;;;;;;;;;;;;;;
1782 -
1783 -[CLI Server]
1784 -; Whether the CLI web server uses ANSI color coding in its terminal output.
1785 -cli_server.color = On
1786 -
1787 -[Date]
1788 -; Defines the default timezone used by the date functions
1789 -; http://php.net/date.timezone
1790 -;date.timezone =
1791 -
1792 -; http://php.net/date.default-latitude
1793 -;date.default_latitude = 31.7667
1794 -
1795 -; http://php.net/date.default-longitude
1796 -;date.default_longitude = 35.2333
1797 -
1798 -; http://php.net/date.sunrise-zenith
1799 -;date.sunrise_zenith = 90.583333
1800 -
1801 -; http://php.net/date.sunset-zenith
1802 -;date.sunset_zenith = 90.583333
1803 -
1804 -[filter]
1805 -; http://php.net/filter.default
1806 -;filter.default = unsafe_raw
1807 -
1808 -; http://php.net/filter.default-flags
1809 -;filter.default_flags =
1810 -
1811 -[iconv]
1812 -; Use of this INI entry is deprecated, use global input_encoding instead.
1813 -; If empty, default_charset or input_encoding or iconv.input_encoding is used.
1814 -; The precedence is: default_charset < intput_encoding < iconv.input_encoding
1815 -;iconv.input_encoding =
1816 -
1817 -; Use of this INI entry is deprecated, use global internal_encoding instead.
1818 -; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.
1819 -; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
1820 -;iconv.internal_encoding =
1821 -
1822 -; Use of this INI entry is deprecated, use global output_encoding instead.
1823 -; If empty, default_charset or output_encoding or iconv.output_encoding is used.
1824 -; The precedence is: default_charset < output_encoding < iconv.output_encoding
1825 -; To use an output encoding conversion, iconv's output handler must be set
1826 -; otherwise output encoding conversion cannot be performed.
1827 -;iconv.output_encoding =
1828 -
1829 -[intl]
1830 -;intl.default_locale =
1831 -; This directive allows you to produce PHP errors when some error
1832 -; happens within intl functions. The value is the level of the error produced.
1833 -; Default is 0, which does not produce any errors.
1834 -;intl.error_level = E_WARNING
1835 -;intl.use_exceptions = 0
1836 -
1837 -[sqlite3]
1838 -;sqlite3.extension_dir =
1839 -
1840 -[Pcre]
1841 -;PCRE library backtracking limit.
1842 -; http://php.net/pcre.backtrack-limit
1843 -;pcre.backtrack_limit=100000
1844 -
1845 -;PCRE library recursion limit.
1846 -;Please note that if you set this value to a high number you may consume all
1847 -;the available process stack and eventually crash PHP (due to reaching the
1848 -;stack size limit imposed by the Operating System).
1849 -; http://php.net/pcre.recursion-limit
1850 -;pcre.recursion_limit=100000
1851 -
1852 -[Pdo]
1853 -; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
1854 -; http://php.net/pdo-odbc.connection-pooling
1855 -;pdo_odbc.connection_pooling=strict
1856 -
1857 -;pdo_odbc.db2_instance_name
1858 -
1859 -[Pdo_mysql]
1860 -; If mysqlnd is used: Number of cache slots for the internal result set cache
1861 -; http://php.net/pdo_mysql.cache_size
1862 -pdo_mysql.cache_size = 2000
1863 -
1864 -; Default socket name for local MySQL connects. If empty, uses the built-in
1865 -; MySQL defaults.
1866 -; http://php.net/pdo_mysql.default-socket
1867 -pdo_mysql.default_socket=
1868 -
1869 -[Phar]
1870 -; http://php.net/phar.readonly
1871 -;phar.readonly = On
1872 -
1873 -; http://php.net/phar.require-hash
1874 -;phar.require_hash = On
1875 -
1876 -;phar.cache_list =
1877 -
1878 + allow_url_fopen = On
1879 + allow_url_include = Off
1880 + asp_tags = Off
1881 + auto_globals_jit = On
1882 + default_mimetype = "text/html"
1883 + default_socket_timeout = 60
1884 + disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority
1885 + display_errors = On
1886 + display_startup_errors = On
1887 + enable_dl = Off
1888 + engine = True
1889 + error_reporting = E_ALL
1890 + expose_php = On
1891 + file_uploads = On
1892 + html_errors = On
1893 + ignore_repeated_errors = Off
1894 + ignore_repeated_source = Off
1895 + implicit_flush = Off
1896 + log_errors = On
1897 + log_errors_max_len = 1024
1898 + max_execution_time = 1800
1899 + max_file_uploads = 20
1900 + max_input_nesting_level = 64
1901 + max_input_time = 1800
1902 + max_input_vars = 1000
1903 + memory_limit = 1536M
1904 + output_buffering = 4096
1905 + post_max_size = 128M
1906 + precision = 14
1907 + register_argc_argv = Off
1908 + report_memleaks = On
1909 + request_order = GP
1910 + serialize_precision = 17
1911 + short_open_tag = On
1912 + track_errors = Off
1913 + upload_max_filesize = 128M
1914 + variables_order = GPCS
1915 + xdebug.cli_color = True
1916 + xdebug.max_nesting_level = 300
1917 + xdebug.remote_autostart = True
1918 + xdebug.remote_connect_back = True
1919 + xdebug.remote_enable = True
1920 + xdebug.remote_handler = dbgp
1921 + xdebug.remote_host = 10.10.250.1
1922 + xdebug.remote_port = 9000
1923 + zend.enable_gc = On
1924 + zlib.output_compression = Off
1925 +[MSSQL]
1926 + mssql.allow_persistent = On
1927 + mssql.compatibility_mode = Off
1928 + mssql.max_links = -1
1929 + mssql.max_persistent = -1
1930 + mssql.min_error_severity = 10
1931 + mssql.min_message_severity = 10
1932 + mssql.secure_connection = Off
1933 [mail function]
1934 -; For Win32 only.
1935 -; http://php.net/smtp
1936 -SMTP = localhost
1937 -; http://php.net/smtp-port
1938 -smtp_port = 25
1939 -
1940 -; For Win32 only.
1941 -; http://php.net/sendmail-from
1942 -;sendmail_from = me@example.com
1943 -
1944 -; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
1945 -; http://php.net/sendmail-path
1946 -;sendmail_path =
1947 -
1948 -; Force the addition of the specified parameters to be passed as extra parameters
1949 -; to the sendmail binary. These parameters will always replace the value of
1950 -; the 5th parameter to mail().
1951 -;mail.force_extra_parameters =
1952 -
1953 -; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
1954 -mail.add_x_header = On
1955 -
1956 -; The path to a log file that will log all mail() calls. Log entries include
1957 -; the full path of the script, line number, To address and headers.
1958 -;mail.log =
1959 -; Log mail to syslog (Event Log on Windows).
1960 -;mail.log = syslog
1961 -
1962 -[SQL]
1963 -; http://php.net/sql.safe-mode
1964 -sql.safe_mode = Off
1965 -
1966 -[ODBC]
1967 -; http://php.net/odbc.default-db
1968 -;odbc.default_db = Not yet implemented
1969 -
1970 -; http://php.net/odbc.default-user
1971 -;odbc.default_user = Not yet implemented
1972 -
1973 -; http://php.net/odbc.default-pw
1974 -;odbc.default_pw = Not yet implemented
1975 -
1976 -; Controls the ODBC cursor model.
1977 -; Default: SQL_CURSOR_STATIC (default).
1978 -;odbc.default_cursortype
1979 -
1980 -; Allow or prevent persistent links.
1981 -; http://php.net/odbc.allow-persistent
1982 -odbc.allow_persistent = On
1983 -
1984 -; Check that a connection is still valid before reuse.
1985 -; http://php.net/odbc.check-persistent
1986 -odbc.check_persistent = On
1987 -
1988 -; Maximum number of persistent links. -1 means no limit.
1989 -; http://php.net/odbc.max-persistent
1990 -odbc.max_persistent = -1
1991 -
1992 -; Maximum number of links (persistent + non-persistent). -1 means no limit.
1993 -; http://php.net/odbc.max-links
1994 -odbc.max_links = -1
1995 -
1996 -; Handling of LONG fields. Returns number of bytes to variables. 0 means
1997 -; passthru.
1998 -; http://php.net/odbc.defaultlrl
1999 -odbc.defaultlrl = 4096
2000 -
2001 -; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
2002 -; See the documentation on odbc_binmode and odbc_longreadlen for an explanation
2003 -; of odbc.defaultlrl and odbc.defaultbinmode
2004 -; http://php.net/odbc.defaultbinmode
2005 -odbc.defaultbinmode = 1
2006 -
2007 -;birdstep.max_links = -1
2008 -
2009 -[Interbase]
2010 -; Allow or prevent persistent links.
2011 -ibase.allow_persistent = 1
2012 -
2013 -; Maximum number of persistent links. -1 means no limit.
2014 -ibase.max_persistent = -1
2015 -
2016 -; Maximum number of links (persistent + non-persistent). -1 means no limit.
2017 -ibase.max_links = -1
2018 -
2019 -; Default database name for ibase_connect().
2020 -;ibase.default_db =
2021 -
2022 -; Default username for ibase_connect().
2023 -;ibase.default_user =
2024 -
2025 -; Default password for ibase_connect().
2026 -;ibase.default_password =
2027 -
2028 -; Default charset for ibase_connect().
2029 -;ibase.default_charset =
2030 -
2031 -; Default timestamp format.
2032 -ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
2033 -
2034 -; Default date format.
2035 -ibase.dateformat = "%Y-%m-%d"
2036 -
2037 -; Default time format.
2038 -ibase.timeformat = "%H:%M:%S"
2039 -
2040 -[MySQL]
2041 -; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
2042 -; http://php.net/mysql.allow_local_infile
2043 -mysql.allow_local_infile = On
2044 -
2045 -; Allow or prevent persistent links.
2046 -; http://php.net/mysql.allow-persistent
2047 -mysql.allow_persistent = On
2048 -
2049 -; If mysqlnd is used: Number of cache slots for the internal result set cache
2050 -; http://php.net/mysql.cache_size
2051 -mysql.cache_size = 2000
2052 -
2053 -; Maximum number of persistent links. -1 means no limit.
2054 -; http://php.net/mysql.max-persistent
2055 -mysql.max_persistent = -1
2056 -
2057 -; Maximum number of links (persistent + non-persistent). -1 means no limit.
2058 -; http://php.net/mysql.max-links
2059 -mysql.max_links = -1
2060 -
2061 -; Default port number for mysql_connect(). If unset, mysql_connect() will use
2062 -; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
2063 -; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
2064 -; at MYSQL_PORT.
2065 -; http://php.net/mysql.default-port
2066 -mysql.default_port =
2067 -
2068 -; Default socket name for local MySQL connects. If empty, uses the built-in
2069 -; MySQL defaults.
2070 -; http://php.net/mysql.default-socket
2071 -mysql.default_socket =
2072 -
2073 -; Default host for mysql_connect() (doesn't apply in safe mode).
2074 -; http://php.net/mysql.default-host
2075 -mysql.default_host =
2076 -
2077 -; Default user for mysql_connect() (doesn't apply in safe mode).
2078 -; http://php.net/mysql.default-user
2079 -mysql.default_user =
2080 -
2081 -; Default password for mysql_connect() (doesn't apply in safe mode).
2082 -; Note that this is generally a *bad* idea to store passwords in this file.
2083 -; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
2084 -; and reveal this password! And of course, any users with read access to this
2085 -; file will be able to reveal the password as well.
2086 -; http://php.net/mysql.default-password
2087 -mysql.default_password =
2088 -
2089 -; Maximum time (in seconds) for connect timeout. -1 means no limit
2090 -; http://php.net/mysql.connect-timeout
2091 -mysql.connect_timeout = 60
2092 -
2093 -; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
2094 -; SQL-Errors will be displayed.
2095 -; http://php.net/mysql.trace-mode
2096 -mysql.trace_mode = Off
2097 -
2098 -[MySQLi]
2099 -
2100 -; Maximum number of persistent links. -1 means no limit.
2101 -; http://php.net/mysqli.max-persistent
2102 -mysqli.max_persistent = -1
2103 -
2104 -; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
2105 -; http://php.net/mysqli.allow_local_infile
2106 -;mysqli.allow_local_infile = On
2107 -
2108 -; Allow or prevent persistent links.
2109 -; http://php.net/mysqli.allow-persistent
2110 -mysqli.allow_persistent = On
2111 -
2112 -; Maximum number of links. -1 means no limit.
2113 -; http://php.net/mysqli.max-links
2114 -mysqli.max_links = -1
2115 -
2116 -; If mysqlnd is used: Number of cache slots for the internal result set cache
2117 -; http://php.net/mysqli.cache_size
2118 -mysqli.cache_size = 2000
2119 -
2120 -; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
2121 -; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
2122 -; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
2123 -; at MYSQL_PORT.
2124 -; http://php.net/mysqli.default-port
2125 -mysqli.default_port = 3306
2126 -
2127 -; Default socket name for local MySQL connects. If empty, uses the built-in
2128 -; MySQL defaults.
2129 -; http://php.net/mysqli.default-socket
2130 -mysqli.default_socket =
2131 -
2132 -; Default host for mysql_connect() (doesn't apply in safe mode).
2133 -; http://php.net/mysqli.default-host
2134 -mysqli.default_host =
2135 -
2136 -; Default user for mysql_connect() (doesn't apply in safe mode).
2137 -; http://php.net/mysqli.default-user
2138 -mysqli.default_user =
2139 -
2140 -; Default password for mysqli_connect() (doesn't apply in safe mode).
2141 -; Note that this is generally a *bad* idea to store passwords in this file.
2142 -; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
2143 -; and reveal this password! And of course, any users with read access to this
2144 -; file will be able to reveal the password as well.
2145 -; http://php.net/mysqli.default-pw
2146 -mysqli.default_pw =
2147 -
2148 -; Allow or prevent reconnect
2149 -mysqli.reconnect = Off
2150 -
2151 -[mysqlnd]
2152 -; Enable / Disable collection of general statistics by mysqlnd which can be
2153 -; used to tune and monitor MySQL operations.
2154 -; http://php.net/mysqlnd.collect_statistics
2155 -mysqlnd.collect_statistics = On
2156 -
2157 -; Enable / Disable collection of memory usage statistics by mysqlnd which can be
2158 -; used to tune and monitor MySQL operations.
2159 -; http://php.net/mysqlnd.collect_memory_statistics
2160 -mysqlnd.collect_memory_statistics = Off
2161 -
2162 -; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
2163 -; http://php.net/mysqlnd.net_cmd_buffer_size
2164 -;mysqlnd.net_cmd_buffer_size = 2048
2165 -
2166 -; Size of a pre-allocated buffer used for reading data sent by the server in
2167 -; bytes.
2168 -; http://php.net/mysqlnd.net_read_buffer_size
2169 -;mysqlnd.net_read_buffer_size = 32768
2170 -
2171 -[OCI8]
2172 -
2173 -; Connection: Enables privileged connections using external
2174 -; credentials (OCI_SYSOPER, OCI_SYSDBA)
2175 -; http://php.net/oci8.privileged-connect
2176 -;oci8.privileged_connect = Off
2177 -
2178 -; Connection: The maximum number of persistent OCI8 connections per
2179 -; process. Using -1 means no limit.
2180 -; http://php.net/oci8.max-persistent
2181 -;oci8.max_persistent = -1
2182 -
2183 -; Connection: The maximum number of seconds a process is allowed to
2184 -; maintain an idle persistent connection. Using -1 means idle
2185 -; persistent connections will be maintained forever.
2186 -; http://php.net/oci8.persistent-timeout
2187 -;oci8.persistent_timeout = -1
2188 -
2189 -; Connection: The number of seconds that must pass before issuing a
2190 -; ping during oci_pconnect() to check the connection validity. When
2191 -; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
2192 -; pings completely.
2193 -; http://php.net/oci8.ping-interval
2194 -;oci8.ping_interval = 60
2195 -
2196 -; Connection: Set this to a user chosen connection class to be used
2197 -; for all pooled server requests with Oracle 11g Database Resident
2198 -; Connection Pooling (DRCP). To use DRCP, this value should be set to
2199 -; the same string for all web servers running the same application,
2200 -; the database pool must be configured, and the connection string must
2201 -; specify to use a pooled server.
2202 -;oci8.connection_class =
2203 -
2204 -; High Availability: Using On lets PHP receive Fast Application
2205 -; Notification (FAN) events generated when a database node fails. The
2206 -; database must also be configured to post FAN events.
2207 -;oci8.events = Off
2208 -
2209 -; Tuning: This option enables statement caching, and specifies how
2210 -; many statements to cache. Using 0 disables statement caching.
2211 -; http://php.net/oci8.statement-cache-size
2212 -;oci8.statement_cache_size = 20
2213 -
2214 -; Tuning: Enables statement prefetching and sets the default number of
2215 -; rows that will be fetched automatically after statement execution.
2216 -; http://php.net/oci8.default-prefetch
2217 -;oci8.default_prefetch = 100
2218 -
2219 -; Compatibility. Using On means oci_close() will not close
2220 -; oci_connect() and oci_new_connect() connections.
2221 -; http://php.net/oci8.old-oci-close-semantics
2222 -;oci8.old_oci_close_semantics = Off
2223 -
2224 -[PostgreSQL]
2225 -; Allow or prevent persistent links.
2226 -; http://php.net/pgsql.allow-persistent
2227 -pgsql.allow_persistent = On
2228 -
2229 -; Detect broken persistent links always with pg_pconnect().
2230 -; Auto reset feature requires a little overheads.
2231 -; http://php.net/pgsql.auto-reset-persistent
2232 -pgsql.auto_reset_persistent = Off
2233 -
2234 -; Maximum number of persistent links. -1 means no limit.
2235 -; http://php.net/pgsql.max-persistent
2236 -pgsql.max_persistent = -1
2237 -
2238 -; Maximum number of links (persistent+non persistent). -1 means no limit.
2239 -; http://php.net/pgsql.max-links
2240 -pgsql.max_links = -1
2241 -
2242 -; Ignore PostgreSQL backends Notice message or not.
2243 -; Notice message logging require a little overheads.
2244 -; http://php.net/pgsql.ignore-notice
2245 -pgsql.ignore_notice = 0
2246 -
2247 -; Log PostgreSQL backends Notice message or not.
2248 -; Unless pgsql.ignore_notice=0, module cannot log notice message.
2249 -; http://php.net/pgsql.log-notice
2250 -pgsql.log_notice = 0
2251 -
2252 -[Sybase-CT]
2253 -; Allow or prevent persistent links.
2254 -; http://php.net/sybct.allow-persistent
2255 -sybct.allow_persistent = On
2256 -
2257 -; Maximum number of persistent links. -1 means no limit.
2258 -; http://php.net/sybct.max-persistent
2259 -sybct.max_persistent = -1
2260 -
2261 -; Maximum number of links (persistent + non-persistent). -1 means no limit.
2262 -; http://php.net/sybct.max-links
2263 -sybct.max_links = -1
2264 -
2265 -; Minimum server message severity to display.
2266 -; http://php.net/sybct.min-server-severity
2267 -sybct.min_server_severity = 10
2268 -
2269 -; Minimum client message severity to display.
2270 -; http://php.net/sybct.min-client-severity
2271 -sybct.min_client_severity = 10
2272 -
2273 -; Set per-context timeout
2274 -; http://php.net/sybct.timeout
2275 -;sybct.timeout=
2276 -
2277 -;sybct.packet_size
2278 -
2279 -; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.
2280 -; Default: one minute
2281 -;sybct.login_timeout=
2282 -
2283 -; The name of the host you claim to be connecting from, for display by sp_who.
2284 -; Default: none
2285 -;sybct.hostname=
2286 -
2287 -; Allows you to define how often deadlocks are to be retried. -1 means "forever".
2288 -; Default: 0
2289 -;sybct.deadlock_retry_count=
2290 -
2291 -[bcmath]
2292 -; Number of decimal digits for all bcmath functions.
2293 -; http://php.net/bcmath.scale
2294 -bcmath.scale = 0
2295 -
2296 -[browscap]
2297 -; http://php.net/browscap
2298 -;browscap = extra/browscap.ini
2299 -
2300 -[Session]
2301 -; Handler used to store/retrieve data.
2302 -; http://php.net/session.save-handler
2303 -session.save_handler = files
2304 -
2305 -; Argument passed to save_handler. In the case of files, this is the path
2306 -; where data files are stored. Note: Windows users have to change this
2307 -; variable in order to use PHP's session functions.
2308 -;
2309 -; The path can be defined as:
2310 -;
2311 -; session.save_path = "N;/path"
2312 -;
2313 -; where N is an integer. Instead of storing all the session files in
2314 -; /path, what this will do is use subdirectories N-levels deep, and
2315 -; store the session data in those directories. This is useful if
2316 -; your OS has problems with many files in one directory, and is
2317 -; a more efficient layout for servers that handle many sessions.
2318 -;
2319 -; NOTE 1: PHP will not create this directory structure automatically.
2320 -; You can use the script in the ext/session dir for that purpose.
2321 -; NOTE 2: See the section on garbage collection below if you choose to
2322 -; use subdirectories for session storage
2323 -;
2324 -; The file storage module creates files using mode 600 by default.
2325 -; You can change that by using
2326 -;
2327 -; session.save_path = "N;MODE;/path"
2328 -;
2329 -; where MODE is the octal representation of the mode. Note that this
2330 -; does not overwrite the process's umask.
2331 -; http://php.net/session.save-path
2332 -;session.save_path = "/var/lib/php5/sessions"
2333 -
2334 -; Whether to use strict session mode.
2335 -; Strict session mode does not accept uninitialized session ID and regenerate
2336 -; session ID if browser sends uninitialized session ID. Strict mode protects
2337 -; applications from session fixation via session adoption vulnerability. It is
2338 -; disabled by default for maximum compatibility, but enabling it is encouraged.
2339 -; https://wiki.php.net/rfc/strict_sessions
2340 -session.use_strict_mode = 0
2341 -
2342 -; Whether to use cookies.
2343 -; http://php.net/session.use-cookies
2344 -session.use_cookies = 1
2345 -
2346 -; http://php.net/session.cookie-secure
2347 -;session.cookie_secure =
2348 -
2349 -; This option forces PHP to fetch and use a cookie for storing and maintaining
2350 -; the session id. We encourage this operation as it's very helpful in combating
2351 -; session hijacking when not specifying and managing your own session id. It is
2352 -; not the be-all and end-all of session hijacking defense, but it's a good start.
2353 -; http://php.net/session.use-only-cookies
2354 -session.use_only_cookies = 1
2355 -
2356 -; Name of the session (used as cookie name).
2357 -; http://php.net/session.name
2358 -session.name = PHPSESSID
2359 -
2360 -; Initialize session on request startup.
2361 -; http://php.net/session.auto-start
2362 -session.auto_start = 0
2363 -
2364 -; Lifetime in seconds of cookie or, if 0, until browser is restarted.
2365 -; http://php.net/session.cookie-lifetime
2366 -session.cookie_lifetime = 0
2367 -
2368 -; The path for which the cookie is valid.
2369 -; http://php.net/session.cookie-path
2370 -session.cookie_path = /
2371 -
2372 -; The domain for which the cookie is valid.
2373 -; http://php.net/session.cookie-domain
2374 -session.cookie_domain =
2375 -
2376 -; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.
2377 -; http://php.net/session.cookie-httponly
2378 -session.cookie_httponly =
2379 -
2380 -; Handler used to serialize data. php is the standard serializer of PHP.
2381 -; http://php.net/session.serialize-handler
2382 -session.serialize_handler = php
2383 -
2384 -; Defines the probability that the 'garbage collection' process is started
2385 -; on every session initialization. The probability is calculated by using
2386 -; gc_probability/gc_divisor. Where session.gc_probability is the numerator
2387 -; and gc_divisor is the denominator in the equation. Setting this value to 1
2388 -; when the session.gc_divisor value is 100 will give you approximately a 1% chance
2389 -; the gc will run on any give request.
2390 -; Default Value: 1
2391 -; Development Value: 1
2392 -; Production Value: 1
2393 -; http://php.net/session.gc-probability
2394 -session.gc_probability = 0
2395 -
2396 -; Defines the probability that the 'garbage collection' process is started on every
2397 -; session initialization. The probability is calculated by using the following equation:
2398 -; gc_probability/gc_divisor. Where session.gc_probability is the numerator and
2399 -; session.gc_divisor is the denominator in the equation. Setting this value to 1
2400 -; when the session.gc_divisor value is 100 will give you approximately a 1% chance
2401 -; the gc will run on any give request. Increasing this value to 1000 will give you
2402 -; a 0.1% chance the gc will run on any give request. For high volume production servers,
2403 -; this is a more efficient approach.
2404 -; Default Value: 100
2405 -; Development Value: 1000
2406 -; Production Value: 1000
2407 -; http://php.net/session.gc-divisor
2408 -session.gc_divisor = 1000
2409 -
2410 -; After this number of seconds, stored data will be seen as 'garbage' and
2411 -; cleaned up by the garbage collection process.
2412 -; http://php.net/session.gc-maxlifetime
2413 -session.gc_maxlifetime = 1440
2414 -
2415 -; NOTE: If you are using the subdirectory option for storing session files
2416 -; (see session.save_path above), then garbage collection does *not*
2417 -; happen automatically. You will need to do your own garbage
2418 -; collection through a shell script, cron entry, or some other method.
2419 -; For example, the following script would is the equivalent of
2420 -; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
2421 -; find /path/to/sessions -cmin +24 -type f | xargs rm
2422 -
2423 -; Check HTTP Referer to invalidate externally stored URLs containing ids.
2424 -; HTTP_REFERER has to contain this substring for the session to be
2425 -; considered as valid.
2426 -; http://php.net/session.referer-check
2427 -session.referer_check =
2428 -
2429 -; How many bytes to read from the file.
2430 -; http://php.net/session.entropy-length
2431 -;session.entropy_length = 32
2432 -
2433 -; Specified here to create the session id.
2434 -; http://php.net/session.entropy-file
2435 -; Defaults to /dev/urandom
2436 -; On systems that don't have /dev/urandom but do have /dev/arandom, this will default to /dev/arandom
2437 -; If neither are found at compile time, the default is no entropy file.
2438 -; On windows, setting the entropy_length setting will activate the
2439 -; Windows random source (using the CryptoAPI)
2440 -;session.entropy_file = /dev/urandom
2441 -
2442 -; Set to {nocache,private,public,} to determine HTTP caching aspects
2443 -; or leave this empty to avoid sending anti-caching headers.
2444 -; http://php.net/session.cache-limiter
2445 -session.cache_limiter = nocache
2446 -
2447 -; Document expires after n minutes.
2448 -; http://php.net/session.cache-expire
2449 -session.cache_expire = 180
2450 -
2451 -; trans sid support is disabled by default.
2452 -; Use of trans sid may risk your users' security.
2453 -; Use this option with caution.
2454 -; - User may send URL contains active session ID
2455 -; to other person via. email/irc/etc.
2456 -; - URL that contains active session ID may be stored
2457 -; in publicly accessible computer.
2458 -; - User may access your site with the same session ID
2459 -; always using URL stored in browser's history or bookmarks.
2460 -; http://php.net/session.use-trans-sid
2461 -session.use_trans_sid = 0
2462 -
2463 -; Select a hash function for use in generating session ids.
2464 -; Possible Values
2465 -; 0 (MD5 128 bits)
2466 -; 1 (SHA-1 160 bits)
2467 -; This option may also be set to the name of any hash function supported by
2468 -; the hash extension. A list of available hashes is returned by the hash_algos()
2469 -; function.
2470 -; http://php.net/session.hash-function
2471 -session.hash_function = 0
2472 -
2473 -; Define how many bits are stored in each character when converting
2474 -; the binary hash data to something readable.
2475 -; Possible values:
2476 -; 4 (4 bits: 0-9, a-f)
2477 -; 5 (5 bits: 0-9, a-v)
2478 -; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
2479 -; Default Value: 4
2480 -; Development Value: 5
2481 -; Production Value: 5
2482 -; http://php.net/session.hash-bits-per-character
2483 -session.hash_bits_per_character = 5
2484 -
2485 -; The URL rewriter will look for URLs in a defined set of HTML tags.
2486 -; form/fieldset are special; if you include them here, the rewriter will
2487 -; add a hidden <input> field with the info which is otherwise appended
2488 -; to URLs. If you want XHTML conformity, remove the form entry.
2489 -; Note that all valid entries require a "=", even if no value follows.
2490 -; Default Value: "a=href,area=href,frame=src,form=,fieldset="
2491 -; Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
2492 -; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
2493 -; http://php.net/url-rewriter.tags
2494 -url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
2495 -
2496 -; Enable upload progress tracking in $_SESSION
2497 -; Default Value: On
2498 -; Development Value: On
2499 -; Production Value: On
2500 -; http://php.net/session.upload-progress.enabled
2501 -;session.upload_progress.enabled = On
2502 -
2503 -; Cleanup the progress information as soon as all POST data has been read
2504 -; (i.e. upload completed).
2505 -; Default Value: On
2506 -; Development Value: On
2507 -; Production Value: On
2508 -; http://php.net/session.upload-progress.cleanup
2509 -;session.upload_progress.cleanup = On
2510 -
2511 -; A prefix used for the upload progress key in $_SESSION
2512 -; Default Value: "upload_progress_"
2513 -; Development Value: "upload_progress_"
2514 -; Production Value: "upload_progress_"
2515 -; http://php.net/session.upload-progress.prefix
2516 -;session.upload_progress.prefix = "upload_progress_"
2517 -
2518 -; The index name (concatenated with the prefix) in $_SESSION
2519 -; containing the upload progress information
2520 -; Default Value: "PHP_SESSION_UPLOAD_PROGRESS"
2521 -; Development Value: "PHP_SESSION_UPLOAD_PROGRESS"
2522 -; Production Value: "PHP_SESSION_UPLOAD_PROGRESS"
2523 -; http://php.net/session.upload-progress.name
2524 -;session.upload_progress.name = "PHP_SESSION_UPLOAD_PROGRESS"
2525 -
2526 -; How frequently the upload progress should be updated.
2527 -; Given either in percentages (per-file), or in bytes
2528 -; Default Value: "1%"
2529 -; Development Value: "1%"
2530 -; Production Value: "1%"
2531 -; http://php.net/session.upload-progress.freq
2532 -;session.upload_progress.freq = "1%"
2533 -
2534 -; The minimum delay between updates, in seconds
2535 -; Default Value: 1
2536 -; Development Value: 1
2537 -; Production Value: 1
2538 -; http://php.net/session.upload-progress.min-freq
2539 -;session.upload_progress.min_freq = "1"
2540 -
2541 -[MSSQL]
2542 -; Allow or prevent persistent links.
2543 -mssql.allow_persistent = On
2544 -
2545 -; Maximum number of persistent links. -1 means no limit.
2546 -mssql.max_persistent = -1
2547 -
2548 -; Maximum number of links (persistent+non persistent). -1 means no limit.
2549 -mssql.max_links = -1
2550 -
2551 -; Minimum error severity to display.
2552 -mssql.min_error_severity = 10
2553 -
2554 -; Minimum message severity to display.
2555 -mssql.min_message_severity = 10
2556 -
2557 -; Compatibility mode with old versions of PHP 3.0.
2558 -mssql.compatibility_mode = Off
2559 -
2560 -; Connect timeout
2561 -;mssql.connect_timeout = 5
2562 -
2563 -; Query timeout
2564 -;mssql.timeout = 60
2565 -
2566 -; Valid range 0 - 2147483647. Default = 4096.
2567 -;mssql.textlimit = 4096
2568 -
2569 -; Valid range 0 - 2147483647. Default = 4096.
2570 -;mssql.textsize = 4096
2571 -
2572 -; Limits the number of records in each batch. 0 = all records in one batch.
2573 -;mssql.batchsize = 0
2574 -
2575 -; Specify how datetime and datetim4 columns are returned
2576 -; On => Returns data converted to SQL server settings
2577 -; Off => Returns values as YYYY-MM-DD hh:mm:ss
2578 -;mssql.datetimeconvert = On
2579 -
2580 -; Use NT authentication when connecting to the server
2581 -mssql.secure_connection = Off
2582 -
2583 -; Specify max number of processes. -1 = library default
2584 -; msdlib defaults to 25
2585 -; FreeTDS defaults to 4096
2586 -;mssql.max_procs = -1
2587 -
2588 -; Specify client character set.
2589 -; If empty or not set the client charset from freetds.conf is used
2590 -; This is only used when compiled with FreeTDS
2591 -;mssql.charset = "ISO-8859-1"
2592 -
2593 -[Assertion]
2594 -; Assert(expr); active by default.
2595 -; http://php.net/assert.active
2596 -;assert.active = On
2597 -
2598 -; Issue a PHP warning for each failed assertion.
2599 -; http://php.net/assert.warning
2600 -;assert.warning = On
2601 -
2602 -; Don't bail out by default.
2603 -; http://php.net/assert.bail
2604 -;assert.bail = Off
2605 -
2606 -; User-function to be called if an assertion fails.
2607 -; http://php.net/assert.callback
2608 -;assert.callback = 0
2609 -
2610 -; Eval the expression with current error_reporting(). Set to true if you want
2611 -; error_reporting(0) around the eval().
2612 -; http://php.net/assert.quiet-eval
2613 -;assert.quiet_eval = 0
2614 -
2615 -[COM]
2616 -; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
2617 -; http://php.net/com.typelib-file
2618 -;com.typelib_file =
2619 -
2620 -; allow Distributed-COM calls
2621 -; http://php.net/com.allow-dcom
2622 -;com.allow_dcom = true
2623 -
2624 -; autoregister constants of a components typlib on com_load()
2625 -; http://php.net/com.autoregister-typelib
2626 -;com.autoregister_typelib = true
2627 -
2628 -; register constants casesensitive
2629 -; http://php.net/com.autoregister-casesensitive
2630 -;com.autoregister_casesensitive = false
2631 -
2632 -; show warnings on duplicate constant registrations
2633 -; http://php.net/com.autoregister-verbose
2634 -;com.autoregister_verbose = true
2635 -
2636 -; The default character set code-page to use when passing strings to and from COM objects.
2637 -; Default: system ANSI code page
2638 -;com.code_page=
2639 -
2640 -[mbstring]
2641 -; language for internal character representation.
2642 -; This affects mb_send_mail() and mbstrig.detect_order.
2643 -; http://php.net/mbstring.language
2644 -;mbstring.language = Japanese
2645 -
2646 -; Use of this INI entry is deprecated, use global internal_encoding instead.
2647 -; internal/script encoding.
2648 -; Some encoding cannot work as internal encoding. (e.g. SJIS, BIG5, ISO-2022-*)
2649 -; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.
2650 -; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
2651 -;mbstring.internal_encoding =
2652 -
2653 -; Use of this INI entry is deprecated, use global input_encoding instead.
2654 -; http input encoding.
2655 -; mbstring.encoding_traslation = On is needed to use this setting.
2656 -; If empty, default_charset or input_encoding or mbstring.input is used.
2657 -; The precedence is: default_charset < intput_encoding < mbsting.http_input
2658 -; http://php.net/mbstring.http-input
2659 -;mbstring.http_input =
2660 -
2661 -; Use of this INI entry is deprecated, use global output_encoding instead.
2662 -; http output encoding.
2663 -; mb_output_handler must be registered as output buffer to function.
2664 -; If empty, default_charset or output_encoding or mbstring.http_output is used.
2665 -; The precedence is: default_charset < output_encoding < mbstring.http_output
2666 -; To use an output encoding conversion, mbstring's output handler must be set
2667 -; otherwise output encoding conversion cannot be performed.
2668 -; http://php.net/mbstring.http-output
2669 -;mbstring.http_output =
2670 -
2671 -; enable automatic encoding translation according to
2672 -; mbstring.internal_encoding setting. Input chars are
2673 -; converted to internal encoding by setting this to On.
2674 -; Note: Do _not_ use automatic encoding translation for
2675 -; portable libs/applications.
2676 -; http://php.net/mbstring.encoding-translation
2677 -;mbstring.encoding_translation = Off
2678 -
2679 -; automatic encoding detection order.
2680 -; "auto" detect order is changed according to mbstring.language
2681 -; http://php.net/mbstring.detect-order
2682 -;mbstring.detect_order = auto
2683 -
2684 -; substitute_character used when character cannot be converted
2685 -; one from another
2686 -; http://php.net/mbstring.substitute-character
2687 -;mbstring.substitute_character = none
2688 -
2689 -; overload(replace) single byte functions by mbstring functions.
2690 -; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
2691 -; etc. Possible values are 0,1,2,4 or combination of them.
2692 -; For example, 7 for overload everything.
2693 -; 0: No overload
2694 -; 1: Overload mail() function
2695 -; 2: Overload str*() functions
2696 -; 4: Overload ereg*() functions
2697 -; http://php.net/mbstring.func-overload
2698 -;mbstring.func_overload = 0
2699 -
2700 -; enable strict encoding detection.
2701 -; Default: Off
2702 -;mbstring.strict_detection = On
2703 -
2704 -; This directive specifies the regex pattern of content types for which mb_output_handler()
2705 -; is activated.
2706 -; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
2707 -;mbstring.http_output_conv_mimetype=
2708 -
2709 -[gd]
2710 -; Tell the jpeg decode to ignore warnings and try to create
2711 -; a gd image. The warning will then be displayed as notices
2712 -; disabled by default
2713 -; http://php.net/gd.jpeg-ignore-warning
2714 -;gd.jpeg_ignore_warning = 0
2715 -
2716 -[exif]
2717 -; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.
2718 -; With mbstring support this will automatically be converted into the encoding
2719 -; given by corresponding encode setting. When empty mbstring.internal_encoding
2720 -; is used. For the decode settings you can distinguish between motorola and
2721 -; intel byte order. A decode setting cannot be empty.
2722 -; http://php.net/exif.encode-unicode
2723 -;exif.encode_unicode = ISO-8859-15
2724 -
2725 -; http://php.net/exif.decode-unicode-motorola
2726 -;exif.decode_unicode_motorola = UCS-2BE
2727 -
2728 -; http://php.net/exif.decode-unicode-intel
2729 -;exif.decode_unicode_intel = UCS-2LE
2730 -
2731 -; http://php.net/exif.encode-jis
2732 -;exif.encode_jis =
2733 -
2734 -; http://php.net/exif.decode-jis-motorola
2735 -;exif.decode_jis_motorola = JIS
2736 -
2737 -; http://php.net/exif.decode-jis-intel
2738 -;exif.decode_jis_intel = JIS
2739 -
2740 -[Tidy]
2741 -; The path to a default tidy configuration file to use when using tidy
2742 -; http://php.net/tidy.default-config
2743 -;tidy.default_config = /usr/local/lib/php/default.tcfg
2744 -
2745 -; Should tidy clean and repair output automatically?
2746 -; WARNING: Do not use this option if you are generating non-html content
2747 -; such as dynamic images
2748 -; http://php.net/tidy.clean-output
2749 -tidy.clean_output = Off
2750 -
2751 -[soap]
2752 -; Enables or disables WSDL caching feature.
2753 -; http://php.net/soap.wsdl-cache-enabled
2754 -soap.wsdl_cache_enabled=1
2755 -
2756 -; Sets the directory name where SOAP extension will put cache files.
2757 -; http://php.net/soap.wsdl-cache-dir
2758 -soap.wsdl_cache_dir="/tmp"
2759 -
2760 -; (time to live) Sets the number of second while cached file will be used
2761 -; instead of original one.
2762 -; http://php.net/soap.wsdl-cache-ttl
2763 -soap.wsdl_cache_ttl=86400
2764 -
2765 -; Sets the size of the cache limit. (Max. number of WSDL files to cache)
2766 -soap.wsdl_cache_limit = 5
2767 -
2768 -[sysvshm]
2769 -; A default size of the shared memory segment
2770 -;sysvshm.init_mem = 10000
2771 -
2772 -[ldap]
2773 -; Sets the maximum number of open links or -1 for unlimited.
2774 -ldap.max_links = -1
2775 -
2776 -[mcrypt]
2777 -; For more information about mcrypt settings see http://php.net/mcrypt-module-open
2778 -
2779 -; Directory where to load mcrypt algorithms
2780 -; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
2781 -;mcrypt.algorithms_dir=
2782 -
2783 -; Directory where to load mcrypt modes
2784 -; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
2785 -;mcrypt.modes_dir=
2786 -
2787 -[dba]
2788 -;dba.default_handler=
2789 -
2790 -[opcache]
2791 -; Determines if Zend OPCache is enabled
2792 -;opcache.enable=0
2793 -
2794 -; Determines if Zend OPCache is enabled for the CLI version of PHP
2795 -;opcache.enable_cli=0
2796 -
2797 -; The OPcache shared memory storage size.
2798 -;opcache.memory_consumption=64
2799 -
2800 -; The amount of memory for interned strings in Mbytes.
2801 -;opcache.interned_strings_buffer=4
2802 -
2803 -; The maximum number of keys (scripts) in the OPcache hash table.
2804 -; Only numbers between 200 and 100000 are allowed.
2805 -;opcache.max_accelerated_files=2000
2806 -
2807 -; The maximum percentage of "wasted" memory until a restart is scheduled.
2808 -;opcache.max_wasted_percentage=5
2809 -
2810 -; When this directive is enabled, the OPcache appends the current working
2811 -; directory to the script key, thus eliminating possible collisions between
2812 -; files with the same name (basename). Disabling the directive improves
2813 -; performance, but may break existing applications.
2814 -;opcache.use_cwd=1
2815 -
2816 -; When disabled, you must reset the OPcache manually or restart the
2817 -; webserver for changes to the filesystem to take effect.
2818 -;opcache.validate_timestamps=1
2819 -
2820 -; How often (in seconds) to check file timestamps for changes to the shared
2821 -; memory storage allocation. ("1" means validate once per second, but only
2822 -; once per request. "0" means always validate)
2823 -;opcache.revalidate_freq=2
2824 -
2825 -; Enables or disables file search in include_path optimization
2826 -;opcache.revalidate_path=0
2827 -
2828 -; If disabled, all PHPDoc comments are dropped from the code to reduce the
2829 -; size of the optimized code.
2830 -;opcache.save_comments=1
2831 -
2832 -; If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments"
2833 -; may be always stored (save_comments=1), but not loaded by applications
2834 -; that don't need them anyway.
2835 -;opcache.load_comments=1
2836 -
2837 -; If enabled, a fast shutdown sequence is used for the accelerated code
2838 -;opcache.fast_shutdown=0
2839 -
2840 -; Allow file existence override (file_exists, etc.) performance feature.
2841 -;opcache.enable_file_override=0
2842 -
2843 -; A bitmask, where each bit enables or disables the appropriate OPcache
2844 -; passes
2845 -;opcache.optimization_level=0xffffffff
2846 -
2847 -;opcache.inherited_hack=1
2848 -;opcache.dups_fix=0
2849 -
2850 -; The location of the OPcache blacklist file (wildcards allowed).
2851 -; Each OPcache blacklist file is a text file that holds the names of files
2852 -; that should not be accelerated. The file format is to add each filename
2853 -; to a new line. The filename may be a full path or just a file prefix
2854 -; (i.e., /var/www/x blacklists all the files and directories in /var/www
2855 -; that start with 'x'). Line starting with a ; are ignored (comments).
2856 -;opcache.blacklist_filename=
2857 -
2858 -; Allows exclusion of large files from being cached. By default all files
2859 -; are cached.
2860 -;opcache.max_file_size=0
2861 -
2862 -; Check the cache checksum each N requests.
2863 -; The default value of "0" means that the checks are disabled.
2864 -;opcache.consistency_checks=0
2865 -
2866 -; How long to wait (in seconds) for a scheduled restart to begin if the cache
2867 -; is not being accessed.
2868 -;opcache.force_restart_timeout=180
2869 -
2870 -; OPcache error_log file name. Empty string assumes "stderr".
2871 -;opcache.error_log=
2872 -
2873 -; All OPcache errors go to the Web server log.
2874 -; By default, only fatal errors (level 0) or errors (level 1) are logged.
2875 -; You can also enable warnings (level 2), info messages (level 3) or
2876 -; debug messages (level 4).
2877 -;opcache.log_verbosity_level=1
2878 -
2879 -; Preferred Shared Memory back-end. Leave empty and let the system decide.
2880 -;opcache.preferred_memory_model=
2881 -
2882 -; Protect the shared memory from unexpected writing during script execution.
2883 -; Useful for internal debugging only.
2884 -;opcache.protect_memory=0
2885 -
2886 -[curl]
2887 -; A default value for the CURLOPT_CAINFO option. This is required to be an
2888 -; absolute path.
2889 -;curl.cainfo =
2890 -
2891 -[openssl]
2892 -; The location of a Certificate Authority (CA) file on the local filesystem
2893 -; to use when verifying the identity of SSL/TLS peers. Most users should
2894 -; not specify a value for this directive as PHP will attempt to use the
2895 -; OS-managed cert stores in its absence. If specified, this value may still
2896 -; be overridden on a per-stream basis via the "cafile" SSL stream context
2897 -; option.
2898 -;openssl.cafile=
2899 -
2900 -; If openssl.cafile is not specified or if the CA file is not found, the
2901 -; directory pointed to by openssl.capath is searched for a suitable
2902 -; certificate. This value must be a correctly hashed certificate directory.
2903 -; Most users should not specify a value for this directive as PHP will
2904 -; attempt to use the OS-managed cert stores in its absence. If specified,
2905 -; this value may still be overridden on a per-stream basis via the "capath"
2906 -; SSL stream context option.
2907 -;openssl.capath=
2908 -
2909 -; Local Variables:
2910 -; tab-width: 4
2911 -; End:
2912 + SMTP = localhost
2913 + mail.add_x_header = On
2914----------
2915 ID: php_fpm_conf_config
2916 Function: file.managed
2917 Name: /etc/php5/fpm/php-fpm.conf
2918 Result: True
2919 Comment: File /etc/php5/fpm/php-fpm.conf updated
2920 Started: 15:26:48.333207
2921 Duration: 19.75 ms
2922 Changes:
2923 ----------
2924 diff:
2925 ---
2926 +++
2927 @@ -1,130 +1,11 @@
2928 -;;;;;;;;;;;;;;;;;;;;;
2929 -; FPM Configuration ;
2930 -;;;;;;;;;;;;;;;;;;;;;
2931 +; PHP configuration file.
2932 +;
2933 +; **** DO NOT EDIT THIS FILE ****
2934 +;
2935 +; This file is managed by Salt via salt://php/ng/files/php.ini
2936
2937 -; All relative paths in this configuration file are relative to PHP's install
2938 -; prefix (/usr). This prefix can be dynamically changed by using the
2939 -; '-p' argument from the command line.
2940 -
2941 -; Include one or more files. If glob(3) exists, it is used to include a bunch of
2942 -; files from a glob(3) pattern. This directive can be used everywhere in the
2943 -; file.
2944 -; Relative path can also be used. They will be prefixed by:
2945 -; - the global prefix if it's been set (-p argument)
2946 -; - /usr otherwise
2947 -;include=/etc/php5/fpm/*.conf
2948 -
2949 -;;;;;;;;;;;;;;;;;;
2950 -; Global Options ;
2951 -;;;;;;;;;;;;;;;;;;
2952 -
2953 +
2954 [global]
2955 -; Pid file
2956 -; Note: the default prefix is /var
2957 -; Default Value: none
2958 -pid = /run/php5-fpm.pid
2959 -
2960 -; Error log file
2961 -; If it's set to "syslog", log is sent to syslogd instead of being written
2962 -; in a local file.
2963 -; Note: the default prefix is /var
2964 -; Default Value: log/php-fpm.log
2965 -error_log = /var/log/php5-fpm.log
2966 -
2967 -; syslog_facility is used to specify what type of program is logging the
2968 -; message. This lets syslogd specify that messages from different facilities
2969 -; will be handled differently.
2970 -; See syslog(3) for possible values (ex daemon equiv LOG_DAEMON)
2971 -; Default Value: daemon
2972 -;syslog.facility = daemon
2973 -
2974 -; syslog_ident is prepended to every message. If you have multiple FPM
2975 -; instances running on the same server, you can change the default value
2976 -; which must suit common needs.
2977 -; Default Value: php-fpm
2978 -;syslog.ident = php-fpm
2979 -
2980 -; Log level
2981 -; Possible Values: alert, error, warning, notice, debug
2982 -; Default Value: notice
2983 -;log_level = notice
2984 -
2985 -; If this number of child processes exit with SIGSEGV or SIGBUS within the time
2986 [0;32m-; interval set by emergency_restart_interval then FPM will restart. A value
2987 -; of '0' means 'Off'.
2988 -; Default Value: 0
2989 -;emergency_restart_threshold = 0
2990 -
2991 -; Interval of time used by emergency_restart_interval to determine when
2992 -; a graceful restart will be initiated. This can be useful to work around
2993 -; accidental corruptions in an accelerator's shared memory.
2994 -; Available Units: s(econds), m(inutes), h(ours), or d(ays)
2995 -; Default Unit: seconds
2996 -; Default Value: 0
2997 -;emergency_restart_interval = 0
2998 -
2999 -; Time limit for child processes to wait for a reaction on signals from master.
3000 -; Available units: s(econds), m(inutes), h(ours), or d(ays)
3001 -; Default Unit: seconds
3002 -; Default Value: 0
3003 -;process_control_timeout = 0
3004 -
3005 -; The maximum number of processes FPM will fork. This has been design to control
3006 -; the global number of processes when using dynamic PM within a lot of pools.
3007 -; Use it with caution.
3008 -; Note: A value of 0 indicates no limit
3009 -; Default Value: 0
3010 -; process.max = 128
3011 -
3012 -; Specify the nice(2) priority to apply to the master process (only if set)
3013 -; The value can vary from -19 (highest priority) to 20 (lower priority)
3014 -; Note: - It will only work if the FPM master process is launched as root
3015 -; - The pool process will inherit the master process priority
3016 -; unless it specified otherwise
3017 -; Default Value: no set
3018 -; process.priority = -19
3019 -
3020 -; Send FPM to background. Set to 'no' to keep FPM in foreground for debugging.
3021 -; Default Value: yes
3022 -;daemonize = yes
3023 -
3024 -; Set open file descriptor rlimit for the master process.
3025 -; Default Value: system defined value
3026 -;rlimit_files = 1024
3027 -
3028 -; Set max core size rlimit for the master process.
3029 -; Possible Values: 'unlimited' or an integer greater or equal to 0
3030 -; Default Value: system defined value
3031 -;rlimit_core = 0
3032 -
3033 -; Specify the event mechanism FPM will use. The following is available:
3034 -; - select (any POSIX os)
3035 -; - poll (any POSIX os)
3036 -; - epoll (linux >= 2.5.44)
3037 -; - kqueue (FreeBSD >= 4.1, OpenBSD >= 2.9, NetBSD >= 2.0)
3038 -; - /dev/poll (Solaris >= 7)
3039 -; - port (Solaris >= 10)
3040 -; Default Value: not set (auto detection)
3041 -;events.mechanism = epoll
3042 -
3043 -; When FPM is build with systemd integration, specify the interval,
3044 -; in second, between health report notification to systemd.
3045 -; Set to 0 to disable.
3046 -; Available Units: s(econds), m(inutes), h(ours)
3047 -; Default Unit: seconds
3048 -; Default value: 10
3049 -;systemd_interval = 10
3050 -
3051 -;;;;;;;;;;;;;;;;;;;;
3052 -; Pool Definitions ;
3053 -;;;;;;;;;;;;;;;;;;;;
3054 -
3055 -; Multiple pools of child processes may be started with different listening
3056 -; ports and different management options. The name of the pool will be
3057 -; used in logs and stats. There is no limitation on the number of pools which
3058 -; FPM can handle. Your system will tell you anyway :)
3059 -
3060 -; To configure the pools it is recommended to have one .conf file per
3061 -; pool in the following directory:
3062 -include=/etc/php5/fpm/pool.d/*.conf
3063 -
3064 + error_log = /var/log/php5-fpm.log
3065 + pid = /var/run/php5-fpm.pid
3066 +include = /etc/php5/fpm/pool.d/*.conf
3067----------
3068 ID: php_fpm_pool_conf_0
3069 Function: file.managed
3070 Name: /etc/php5/fpm/pool.d/vagrant.conf
3071 Result: True
3072 Comment: File /etc/php5/fpm/pool.d/vagrant.conf updated
3073 Started: 15:26:48.484816
3074 Duration: 20.177 ms
3075 Changes:
3076 ----------
3077 diff:
3078 New file
3079 mode:
3080 0644
3081----------
3082 ID: php_fpm_service
3083 Function: service.running
3084 Name: php5-fpm
3085 Result: True
3086 Comment: Service reloaded
3087 Started: 15:26:48.535931
3088 Duration: 43.496 ms
3089 Changes:
3090 ----------
3091 php5-fpm:
3092 True
3093----------
3094 ID: php_install_cli
3095 Function: pkg.installed
3096 Name: cli
3097 Result: True
3098 Comment: All specified packages are already installed
3099 Started: 15:26:48.601172
3100 Duration: 323.801 ms
3101 Changes:
3102----------
3103 ID: php_cli_ini
3104 Function: file.managed
3105 Name: /etc/php5/cli/php.ini
3106 Result: True
3107 Comment: File /etc/php5/cli/php.ini updated
3108 Started: 15:26:48.925343
3109 Duration: 23.607 ms
3110 Changes:
3111 ----------
3112 diff:
3113 ---
3114 +++
3115 @@ -1,1960 +1,152 @@
3116 +; PHP configuration file.
3117 +;
3118 +; **** DO NOT EDIT THIS FILE ****
3119 +;
3120 +; This file is managed by Salt via salt://php/ng/files/php.ini
3121 +
3122 +
3123 +[CLI Server]
3124 + cli_server.color = On
3125 + cli_server_color = On
3126 +[mysqlnd]
3127 + mysqlnd.collect_memory_statistics = Off
3128 + mysqlnd.collect_statistics = On
3129 +[PostgreSQL]
3130 + pgsql.allow_persistent = On
3131 + pgsql.auto_reset_persistent = Off
3132 + pgsql.ignore_notice = 0
3133 + pgsql.log_notice = 0
3134 + pgsql.max_links = -1
3135 + pgsql.max_persistent = -1
3136 +[Pdo_mysql]
3137 + pdo_mysql.cache_size = 2000
3138 +[Sybase-CT]
3139 + sybct.allow_persistent = On
3140 + sybct.max_links = -1
3141 + sybct.max_persistent = -1
3142 + sybct.min_client_severity = 10
3143 + sybct.min_server_severity = 10
3144 +[MySQL]
3145 + mysql.allow_local_infile = On
3146 + mysql.allow_persistent = On
3147 + mysql.cache_size = 2000
3148 + mysql.connect_timeout = 60
3149 + mysql.max_links = -1
3150 + mysql.max_persistent = -1
3151 + mysql.trace_mode = Off
3152 +[ODBC]
3153 + odbc.allow_persistent = On
3154 + odbc.check_persistent = On
3155 + odbc.defaultbinmode = 1
3156 + odbc.defaultlrl = 4096
3157 + odbc.max_links = -1
3158 + odbc.max_persistent = -1
3159 +[bcmath]
3160 + bcmath.scale = 0
3161 +[ldap]
3162 + ldap.max_links = -1
3163 +[soap]
3164 + soap.wsdl_cache_dir = "/tmp"
3165 + soap.wsdl_cache_enabled = 1
3166 + soap.wsdl_cache_limit = 5
3167 + soap.wsdl_cache_ttl = 86400
3168 +[Session]
3169 + session.auto_start = 0
3170 + session.bug_compat_42 = Off
3171 + session.bug_compat_warn = Off
3172 + session.cache_expire = 180
3173 + session.cache_limiter = nocache
3174 + session.cookie_lifetime = 0
3175 + session.cookie_path = /
3176 + session.gc_divisor = 1000
3177 + session.gc_maxlifetime = 1440
3178 + session.gc_probability = 0
3179 + session.hash_bits_per_character = 5
3180 + session.hash_function = 0
3181 + session.name = PHPSESSID
3182 + session.save_handler = files
3183 + session.serialize_handler = php
3184 + session.use_cookies = 1
3185 + session.use_only_cookies = 1
3186 + session.use_strict_mode = 0
3187 + session.use_trans_sid = 0
3188 + url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
3189 +[Interbase]
3190 + ibase.allow_persistent = 1
3191 + ibase.dateformat = "%Y-%m-%d"
3192 + ibase.max_links = -1
3193 + ibase.max_persistent = -1
3194 + ibase.timeformat = "%H:%M:%S"
3195 + ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
3196 +[Tidy]
3197 + tidy.clean_output = Off
3198 +[SQL]
3199 + sql.safe_mode = Off
3200 +[Date]
3201 + date.timezone = Europe/Amsterdam
3202 +[MySQLi]
3203 + mysqli.allow_persistent = On
3204 + mysqli.cache_size = 2000
3205 + mysqli.default_port = 3306
3206 + mysqli.max_links = -1
3207 + mysqli.max_persistent = -1
3208 + mysqli.reconnect = Off
3209 [PHP]
3210 -
3211 -;;;;;;;;;;;;;;;;;;;
3212 -; About php.ini ;
3213 -;;;;;;;;;;;;;;;;;;;
3214 -; PHP's initialization file, generally called php.ini, is responsible for
3215 -; configuring many of the aspects of PHP's behavior.
3216 -
3217 -; PHP attempts to find and load this configuration from a number of locations.
3218 -; The following is a summary of its search order:
3219 -; 1. SAPI module specific location.
3220 -; 2. The PHPRC environment variable. (As of PHP 5.2.0)
3221 -; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
3222 -; 4. Current working directory (except CLI)
3223 -; 5. The web server's directory (for SAPI modules), or directory of PHP
3224 -; (otherwise in Windows)
3225 -; 6. The directory from the --with-config-file-path compile time option, or the
3226 -; Windows directory (C:\windows or C:\winnt)
3227 -; See the PHP docs for more specific information.
3228 -; http://php.net/configuration.file
3229 -
3230 -; The syntax of the file is extremely simple. Whitespace and lines
3231 -; beginning with a semicolon are silently ignored (as you probably guessed).
3232 -; Section headers (e.g. [Foo]) are also silently ignored, even though
3233 -; they might mean something in the future.
3234 -
3235 -; Directives following the section heading [PATH=/www/mysite] only
3236 -; apply to PHP files in the /www/mysite directory. Directives
3237 -; following the section heading [HOST=www.example.com] only apply to
3238 -; PHP files served from www.example.com. Directives set in these
3239 -; special sections cannot be overridden by user-defined INI files or
3240 -; at runtime. Currently, [PATH=] and [HOST=] sections only work under
3241 -; CGI/FastCGI.
3242 -; http://php.net/ini.sections
3243 -
3244 -; Directives are specified using the following syntax:
3245 -; directive = value
3246 -; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
3247 -; Directives are variables used to configure PHP or PHP extensions.
3248 -; There is no name validation. If PHP can't find an expected
3249 -; directive because it is not set or is mistyped, a default value will be used.
3250 -
3251 -; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
3252 -; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
3253 -; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
3254 -; previously set variable or directive (e.g. ${foo})
3255 -
3256 -; Expressions in the INI file are limited to bitwise operators and parentheses:
3257 -; | bitwise OR
3258 -; ^ bitwise XOR
3259 -; & bitwise AND
3260 -; ~ bitwise NOT
3261 -; ! boolean NOT
3262 -
3263 -; Boolean flags can be turned on using the values 1, On, True or Yes.
3264 -; They can be turned off using the values 0, Off, False or No.
3265 -
3266 -; An empty string can be denoted by simply not writing anything after the equal
3267 -; sign, or by using the None keyword:
3268 -
3269 -; foo = ; sets foo to an empty string
3270 -; foo = None ; sets foo to an empty string
3271 -; foo = "None" ; sets foo to the string 'None'
3272 -
3273 -; If you use constants in your value, and these constants belong to a
3274 -; dynamically loaded extension (either a PHP extension or a Zend extension),
3275 -; you may only use these constants *after* the line that loads the extension.
3276 -
3277 -;;;;;;;;;;;;;;;;;;;
3278 -; About this file ;
3279 -;;;;;;;;;;;;;;;;;;;
3280 -; PHP comes packaged with two INI files. One that is recommended to be used
3281 -; in production environments and one that is recommended to be used in
3282 -; development environments.
3283 -
3284 -; php.ini-production contains settings which hold security, performance and
3285 -; best practices at its core. But please be aware, these settings may break
3286 -; compatibility with older or less security conscience applications. We
3287 -; recommending using the production ini in production and testing environments.
3288 -
3289 -; php.ini-development is very similar to its production variant, except it is
3290 -; much more verbose when it comes to errors. We recommend using the
3291 -; development version only in development environments, as errors shown to
3292 -; application users can inadvertently leak otherwise secure information.
3293 -
3294 -; This is php.ini-production INI file.
3295 -
3296 -;;;;;;;;;;;;;;;;;;;
3297 -; Quick Reference ;
3298 -;;;;;;;;;;;;;;;;;;;
3299 -; The following are all the settings which are different in either the production
3300 -; or development versions of the INIs with respect to PHP's default behavior.
3301 -; Please see the actual settings later in the document for more details as to why
3302 -; we recommend these changes in PHP's behavior.
3303 -
3304 -; display_errors
3305 -; Default Value: On
3306 -; Development Value: On
3307 -; Production Value: Off
3308 -
3309 -; display_startup_errors
3310 -; Default Value: Off
3311 -; Development Value: On
3312 -; Production Value: Off
3313 -
3314 -; error_reporting
3315 -; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
3316 -; Development Value: E_ALL
3317 -; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
3318 -
3319 -; html_errors
3320 -; Default Value: On
3321 -; Development Value: On
3322 -; Production value: On
3323 -
3324 -; log_errors
3325 -; Default Value: Off
3326 -; Development Value: On
3327 -; Production Value: On
3328 -
3329 -; max_input_time
3330 -; Default Value: -1 (Unlimited)
3331 -; Development Value: 60 (60 seconds)
3332 -; Production Value: 60 (60 seconds)
3333 -
3334 -; output_buffering
3335 -; Default Value: Off
3336 -; Development Value: 4096
3337 -; Production Value: 4096
3338 -
3339 -; register_argc_argv
3340 -; Default Value: On
3341 -; Development Value: Off
3342 -; Production Value: Off
3343 -
3344 -; request_order
3345 -; Default Value: None
3346 -; Development Value: "GP"
3347 -; Production Value: "GP"
3348 -
3349 -; session.gc_divisor
3350 -; Default Value: 100
3351 -; Development Value: 1000
3352 -; Production Value: 1000
3353 -
3354 -; session.hash_bits_per_character
3355 -; Default Value: 4
3356 -; Development Value: 5
3357 -; Production Value: 5
3358 -
3359 -; short_open_tag
3360 -; Default Value: On
3361 -; Development Value: Off
3362 -; Production Value: Off
3363 -
3364 -; track_errors
3365 -; Default Value: Off
3366 -; Development Value: On
3367 -; Production Value: Off
3368 -
3369 -; url_rewriter.tags
3370 -; Default Value: "a=href,area=href,frame=src,form=,fieldset="
3371 -; Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
3372 -; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
3373 -
3374 -; variables_order
3375 -; Default Value: "EGPCS"
3376 -; Development Value: "GPCS"
3377 -; Production Value: "GPCS"
3378 -
3379 -;;;;;;;;;;;;;;;;;;;;
3380 -; php.ini Options ;
3381 -;;;;;;;;;;;;;;;;;;;;
3382 -; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
3383 -;user_ini.filename = ".user.ini"
3384 -
3385 -; To disable this feature set this option to empty value
3386 -;user_ini.filename =
3387 -
3388 -; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
3389 -;user_ini.cache_ttl = 300
3390 -
3391 -;;;;;;;;;;;;;;;;;;;;
3392 -; Language Options ;
3393 -;;;;;;;;;;;;;;;;;;;;
3394 -
3395 -; Enable the PHP scripting language engine under Apache.
3396 -; http://php.net/engine
3397 -engine = On
3398 -
3399 -; This directive determines whether or not PHP will recognize code between
3400 -; <? and ?> tags as PHP source which should be processed as such. It is
3401 -; generally recommended that <?php and ?> should be used and that this feature
3402 -; should be disabled, as enabling it may result in issues when generating XML
3403 -; documents, however this remains supported for backward compatibility reasons.
3404 -; Note that this directive does not control the <?= shorthand tag, which can be
3405 -; used regardless of this directive.
3406 -; Default Value: On
3407 -; Development Value: Off
3408 -; Production Value: Off
3409 -; http://php.net/short-open-tag
3410 -short_open_tag = Off
3411 -
3412 -; Allow ASP-style <% %> tags.
3413 -; http://php.net/asp-tags
3414 -asp_tags = Off
3415 -
3416 -; The number of significant digits displayed in floating point numbers.
3417 -; http://php.net/precision
3418 -precision = 14
3419 -
3420 -; Output buffering is a mechanism for controlling how much output data
3421 -; (excluding headers and cookies) PHP should keep internally before pushing that
3422 -; data to the client. If your application's output exceeds this setting, PHP
3423 -; will send that data in chunks of roughly the size you specify.
3424 -; Turning on this setting and managing its maximum buffer size can yield some
3425 -; interesting side-effects depending on your application and web server.
3426 -; You may be able to send headers and cookies after you've already sent output
3427 -; through print or echo. You also may see performance benefits if your server is
3428 -; emitting less packets due to buffered output versus PHP streaming the output
3429 -; as it gets it. On production servers, 4096 bytes is a good setting for performance
3430 -; reasons.
3431 -; Note: Output buffering can also be controlled via Output Buffering Control
3432 -; functions.
3433 -; Possible Values:
3434 -; On = Enabled and buffer is unlimited. (Use with caution)
3435 -; Off = Disabled
3436 -; Integer = Enables the buffer and sets its maximum size in bytes.
3437 -; Note: This directive is hardcoded to Off for the CLI SAPI
3438 -; Default Value: Off
3439 -; Development Value: 4096
3440 -; Production Value: 4096
3441 -; http://php.net/output-buffering
3442 -output_buffering = 4096
3443 -
3444 -; You can redirect all of the output of your scripts to a function. For
3445 -; example, if you set output_handler to "mb_output_handler", character
3446 -; encoding will be transparently converted to the specified encoding.
3447 -; Setting any output handler automatically turns on output buffering.
3448 -; Note: People who wrote portable scripts should not depend on this ini
3449 -; directive. Instead, explicitly set the output handler using ob_start().
3450 -; Using this ini directive may cause problems unless you know what script
3451 -; is doing.
3452 -; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
3453 -; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
3454 -; Note: output_handler must be empty if this is set 'On' !!!!
3455 -; Instead you must use zlib.output_handler.
3456 -; http://php.net/output-handler
3457 -;output_handler =
3458 -
3459 -; Transparent output compression using the zlib library
3460 -; Valid values for this option are 'off', 'on', or a specific buffer size
3461 -; to be used for compression (default is 4KB)
3462 -; Note: Resulting chunk size may vary due to nature of compression. PHP
3463 -; outputs chunks that are few hundreds bytes each as a result of
3464 -; compression. If you prefer a larger chunk size for better
3465 -; performance, enable output_buffering in addition.
3466 -; Note: You need to use zlib.output_handler instead of the standard
3467 -; output_handler, or otherwise the output will be corrupted.
3468 -; http://php.net/zlib.output-compression
3469 -zlib.output_compression = Off
3470 -
3471 -; http://php.net/zlib.output-compression-level
3472 -;zlib.output_compression_level = -1
3473 -
3474 -; You cannot specify additional output handlers if zlib.output_compression
3475 -; is activated here. This setting does the same as output_handler but in
3476 -; a different order.
3477 -; http://php.net/zlib.output-handler
3478 -;zlib.output_handler =
3479 -
3480 -; Implicit flush tells PHP to tell the output layer to flush itself
3481 -; automatically after every output block. This is equivalent to calling the
3482 -; PHP function flush() after each and every call to print() or echo() and each
3483 -; and every HTML block. Turning this option on has serious performance
3484 -; implications and is generally recommended for debugging purposes only.
3485 -; http://php.net/implicit-flush
3486 -; Note: This directive is hardcoded to On for the CLI SAPI
3487 -implicit_flush = Off
3488 -
3489 -; The unserialize callback function will be called (with the undefined class'
3490 -; name as parameter), if the unserializer finds an undefined class
3491 -; which should be instantiated. A warning appears if the specified function is
3492 -; not defined, or if the function doesn't include/implement the missing class.
3493 -; So only set this entry, if you really want to implement such a
3494 -; callback-function.
3495 -unserialize_callback_func =
3496 -
3497 -; When floats & doubles are serialized store serialize_precision significant
3498 -; digits after the floating point. The default value ensures that when floats
3499 -; are decoded with unserialize, the data will remain the same.
3500 -serialize_precision = 17
3501 -
3502 -; open_basedir, if set, limits all file operations to the defined directory
3503 -; and below. This directive makes most sense if used in a per-directory
3504 -; or per-virtualhost web server configuration file.
3505 -; http://php.net/open-basedir
3506 -;open_basedir =
3507 -
3508 -; This directive allows you to disable certain functions for security reasons.
3509 -; It receives a comma-delimited list of function names.
3510 -; http://php.net/disable-functions
3511 -disable_functions =
3512 -
3513 -; This directive allows you to disable certain classes for security reasons.
3514 -; It receives a comma-delimited list of class names.
3515 -; http://php.net/disable-classes
3516 -disable_classes =
3517 -
3518 -; Colors for Syntax Highlighting mode. Anything that's acceptable in
3519 -; <span style="color: ???????"> would work.
3520 -; http://php.net/syntax-highlighting
3521 -;highlight.string = #DD0000
3522 -;highlight.comment = #FF9900
3523 -;highlight.keyword = #007700
3524 -;highlight.default = #0000BB
3525 -;highlight.html = #000000
3526 -
3527 -; If enabled, the request will be allowed to complete even if the user aborts
3528 -; the request. Consider enabling it if executing long requests, which may end up
3529 -; being interrupted by the user or a browser timing out. PHP's default behavior
3530 -; is to disable this feature.
3531 -; http://php.net/ignore-user-abort
3532 -;ignore_user_abort = On
3533 -
3534 -; Determines the size of the realpath cache to be used by PHP. This value should
3535 -; be increased on systems where PHP opens many files to reflect the quantity of
3536 -; the file operations performed.
3537 -; http://php.net/realpath-cache-size
3538 -;realpath_cache_size = 16k
3539 -
3540 -; Duration of time, in seconds for which to cache realpath information for a given
3541 -; file or directory. For systems with rarely changing files, consider increasing this
3542 -; value.
3543 -; http://php.net/realpath-cache-ttl
3544 -;realpath_cache_ttl = 120
3545 -
3546 -; Enables or disables the circular reference collector.
3547 -; http://php.net/zend.enable-gc
3548 -zend.enable_gc = On
3549 -
3550 -; If enabled, scripts may be written in encodings that are incompatible with
3551 -; the scanner. CP936, Big5, CP949 and Shift_JIS are the examples of such
3552 -; encodings. To use this feature, mbstring extension must be enabled.
3553 -; Default: Off
3554 -;zend.multibyte = Off
3555 -
3556 -; Allows to set the default encoding for the scripts. This value will be used
3557 -; unless "declare(encoding=...)" directive appears at the top of the script.
3558 -; Only affects if zend.multibyte is set.
3559 -; Default: ""
3560 -;zend.script_encoding =
3561 -
3562 -;;;;;;;;;;;;;;;;;
3563 -; Miscellaneous ;
3564 -;;;;;;;;;;;;;;;;;
3565 -
3566 -; Decides whether PHP may expose the fact that it is installed on the server
3567 -; (e.g. by adding its signature to the Web server header). It is no security
3568 -; threat in any way, but it makes it possible to determine whether you use PHP
3569 -; on your server or not.
3570 -; http://php.net/expose-php
3571 -expose_php = On
3572 -
3573 -;;;;;;;;;;;;;;;;;;;
3574 -; Resource Limits ;
3575 -;;;;;;;;;;;;;;;;;;;
3576 -
3577 -; Maximum execution time of each script, in seconds
3578 -; http://php.net/max-execution-time
3579 -; Note: This directive is hardcoded to 0 for the CLI SAPI
3580 -max_execution_time = 30
3581 -
3582 -; Maximum amount of time each script may spend parsing request data. It's a good
3583 -; idea to limit this time on productions servers in order to eliminate unexpectedly
3584 -; long running scripts.
3585 -; Note: This directive is hardcoded to -1 for the CLI SAPI
3586 -; Default Value: -1 (Unlimited)
3587 -; Development Value: 60 (60 seconds)
3588 -; Production Value: 60 (60 seconds)
3589 -; http://php.net/max-input-time
3590 -max_input_time = 60
3591 -
3592 -; Maximum input variable nesting level
3593 -; http://php.net/max-input-nesting-level
3594 -;max_input_nesting_level = 64
3595 -
3596 -; How many GET/POST/COOKIE input variables may be accepted
3597 -; max_input_vars = 1000
3598 --[0;0m
3599 -; Maximum amount of memory a script may consume (128MB)
3600 -; http://php.net/memory-limit
3601 -memory_limit = -1
3602 -
3603 -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3604 -; Error handling and logging ;
3605 -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3606 -
3607 -; This directive informs PHP of which errors, warnings and notices you would like
3608 -; it to take action for. The recommended way of setting values for this
3609 -; directive is through the use of the error level constants and bitwise
3610 -; operators. The error level constants are below here for convenience as well as
3611 -; some common settings and their meanings.
3612 -; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
3613 -; those related to E_NOTICE and E_STRICT, which together cover best practices and
3614 -; recommended coding standards in PHP. For performance reasons, this is the
3615 -; recommend error reporting setting. Your production server shouldn't be wasting
3616 -; resources complaining about best practices and coding standards. That's what
3617 -; development servers and development settings are for.
3618 -; Note: The php.ini-development file has this setting as E_ALL. This
3619 -; means it pretty much reports everything which is exactly what you want during
3620 -; development and early testing.
3621 -;
3622 -; Error Level Constants:
3623 -; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
3624 -; E_ERROR - fatal run-time errors
3625 -; E_RECOVERABLE_ERROR - almost fatal run-time errors
3626 -; E_WARNING - run-time warnings (non-fatal errors)
3627 -; E_PARSE - compile-time parse errors
3628 -; E_NOTICE - run-time notices (these are warnings which often result
3629 -; from a bug in your code, but it's possible that it was
3630 -; intentional (e.g., using an uninitialized variable and
3631 -; relying on the fact it is automatically initialized to an
3632 -; empty string)
3633 -; E_STRICT - run-time notices, enable to have PHP suggest changes
3634 -; to your code which will ensure the best interoperability
3635 -; and forward compatibility of your code
3636 -; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
3637 -; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
3638 -; initial startup
3639 -; E_COMPILE_ERROR - fatal compile-time errors
3640 -; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
3641 -; E_USER_ERROR - user-generated error message
3642 -; E_USER_WARNING - user-generated warning message
3643 -; E_USER_NOTICE - user-generated notice message
3644 -; E_DEPRECATED - warn about code that will not work in future versions
3645 -; of PHP
3646 -; E_USER_DEPRECATED - user-generated deprecation warnings
3647 -;
3648 -; Common Values:
3649 -; E_ALL (Show all errors, warnings and notices including coding standards.)
3650 -; E_ALL & ~E_NOTICE (Show all errors, except for notices)
3651 -; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnings.)
3652 -; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
3653 -; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
3654 -; Development Value: E_ALL
3655 -; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
3656 -; http://php.net/error-reporting
3657 -error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
3658 -
3659 -; This directive controls whether or not and where PHP will output errors,
3660 -; notices and warnings too. Error output is very useful during development, but
3661 -; it could be very dangerous in production environments. Depending on the code
3662 -; which is triggering the error, sensitive information could potentially leak
3663 -; out of your application such as database usernames and passwords or worse.
3664 -; For production environments, we recommend logging errors rather than
3665 -; sending them to STDOUT.
3666 -; Possible Values:
3667 -; Off = Do not display any errors
3668 -; stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
3669 -; On or stdout = Display errors to STDOUT
3670 -; Default Value: On
3671 -; Development Value: On
3672 -; Production Value: Off
3673 -; http://php.net/display-errors
3674 -display_errors = Off
3675 -
3676 -; The display of errors which occur during PHP's startup sequence are handled
3677 -; separately from display_errors. PHP's default behavior is to suppress those
3678 -; errors from clients. Turning the display of startup errors on can be useful in
3679 -; debugging configuration problems. We strongly recommend you
3680 -; set this to 'off' for production servers.
3681 -; Default Value: Off
3682 -; Development Value: On
3683 -; Production Value: Off
3684 -; http://php.net/display-startup-errors
3685 -display_startup_errors = Off
3686 -
3687 -; Besides displaying errors, PHP can also log errors to locations such as a
3688 -; server-specific log, STDERR, or a location specified by the error_log
3689 -; directive found below. While errors should not be displayed on productions
3690 -; servers they should still be monitored and logging is a great way to do that.
3691 -; Default Value: Off
3692 -; Development Value: On
3693 -; Production Value: On
3694 -; http://php.net/log-errors
3695 -log_errors = On
3696 -
3697 [0;32m-; Set maximum length of log_errors. In error_log information about the source is
3698 -; added. The default is 1024 and 0 allows to not apply any maximum length at all.
3699 -; http://php.net/log-errors-max-len
3700 -log_errors_max_len = 1024
3701 -
3702 -; Do not log repeated messages. Repeated errors must occur in same file on same
3703 -; line unless ignore_repeated_source is set true.
3704 -; http://php.net/ignore-repeated-errors
3705 -ignore_repeated_errors = Off
3706 -
3707 -; Ignore source of message when ignoring repeated messages. When this setting
3708 -; is On you will not log errors with repeated messages from different files or
3709 -; source lines.
3710 -; http://php.net/ignore-repeated-source
3711 -ignore_repeated_source = Off
3712 -
3713 -; If this parameter is set to Off, then memory leaks will not be shown (on
3714 -; stdout or in the log). This has only effect in a debug compile, and if
3715 -; error reporting includes E_WARNING in the allowed list
3716 -; http://php.net/report-memleaks
3717 -report_memleaks = On
3718 -
3719 -; This setting is on by default.
3720 -;report_zend_debug = 0
3721 -
3722 -; Store the last error/warning message in $php_errormsg (boolean). Setting this value
3723 -; to On can assist in debugging and is appropriate for development servers. It should
3724 -; however be disabled on production servers.
3725 -; Default Value: Off
3726 -; Development Value: On
3727 -; Production Value: Off
3728 -; http://php.net/track-errors
3729 -track_errors = Off
3730 -
3731 -; Turn off normal error reporting and emit XML-RPC error XML
3732 -; http://php.net/xmlrpc-errors
3733 -;xmlrpc_errors = 0
3734 -
3735 -; An XML-RPC faultCode
3736 -;xmlrpc_error_number = 0
3737 -
3738 -; When PHP displays or logs an error, it has the capability of formatting the
3739 -; error message as HTML for easier reading. This directive controls whether
3740 -; the error message is formatted as HTML or not.
3741 -; Note: This directive is hardcoded to Off for the CLI SAPI
3742 -; Default Value: On
3743 -; Development Value: On
3744 -; Production value: On
3745 -; http://php.net/html-errors
3746 -html_errors = On
3747 -
3748 -; If html_errors is set to On *and* docref_root is not empty, then PHP
3749 -; produces clickable error messages that direct to a page describing the error
3750 -; or function causing the error in detail.
3751 -; You can download a copy of the PHP manual from http://php.net/docs
3752 -; and change docref_root to the base URL of your local copy including the
3753 -; leading '/'. You must also specify the file extension being used including
3754 -; the dot. PHP's default behavior is to leave these settings empty, in which
3755 -; case no links to documentation are generated.
3756 -; Note: Never use this feature for production boxes.
3757 -; http://php.net/docref-root
3758 -; Examples
3759 -;docref_root = "/phpmanual/"
3760 -
3761 -; http://php.net/docref-ext
3762 -;docref_ext = .html
3763 -
3764 -; String to output before an error message. PHP's default behavior is to leave
3765 -; this setting blank.
3766 -; http://php.net/error-prepend-string
3767 -; Example:
3768 -;error_prepend_string = "<span style='color: #ff0000'>"
3769 -
3770 -; String to output after an error message. PHP's default behavior is to leave
3771 -; this setting blank.
3772 -; http://php.net/error-append-string
3773 -; Example:
3774 -;error_append_string = "</span>"
3775 -
3776 -; Log errors to specified file. PHP's default behavior is to leave this value
3777 -; empty.
3778 -; http://php.net/error-log
3779 -; Example:
3780 -;error_log = php_errors.log
3781 -; Log errors to syslog (Event Log on Windows).
3782 -;error_log = syslog
3783 -
3784 -;windows.show_crt_warning
3785 -; Default value: 0
3786 -; Development value: 0
3787 -; Production value: 0
3788 -
3789 -;;;;;;;;;;;;;;;;;
3790 -; Data Handling ;
3791 -;;;;;;;;;;;;;;;;;
3792 -
3793 -; The separator used in PHP generated URLs to separate arguments.
3794 -; PHP's default setting is "&".
3795 -; http://php.net/arg-separator.output
3796 -; Example:
3797 -;arg_separator.output = "&"
3798 -
3799 -; List of separator(s) used by PHP to parse input URLs into variables.
3800 -; PHP's default setting is "&".
3801 -; NOTE: Every character in this directive is considered as separator!
3802 -; http://php.net/arg-separator.input
3803 -; Example:
3804 -;arg_separator.input = ";&"
3805 -
3806 -; This directive determines which super global arrays are registered when PHP
3807 -; starts up. G,P,C,E & S are abbreviations for the following respective super
3808 -; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
3809 -; paid for the registration of these arrays and because ENV is not as commonly
3810 -; used as the others, ENV is not recommended on productions servers. You
3811 -; can still get access to the environment variables through getenv() should you
3812 -; need to.
3813 -; Default Value: "EGPCS"
3814 -; Development Value: "GPCS"
3815 -; Production Value: "GPCS";
3816 -; http://php.net/variables-order
3817 -variables_order = "GPCS"
3818 -
3819 -; This directive determines which super global data (G,P & C) should be
3820 -; registered into the super global array REQUEST. If so, it also determines
3821 -; the order in which that data is registered. The values for this directive
3822 -; are specified in the same manner as the variables_order directive,
3823 -; EXCEPT one. Leaving this value empty will cause PHP to use the value set
3824 -; in the variables_order directive. It does not mean it will leave the super
3825 -; globals array REQUEST empty.
3826 -; Default Value: None
3827 -; Development Value: "GP"
3828 -; Production Value: "GP"
3829 -; http://php.net/request-order
3830 -request_order = "GP"
3831 -
3832 -; This directive determines whether PHP registers $argv & $argc each time it
3833 -; runs. $argv contains an array of all the arguments passed to PHP when a script
3834 -; is invoked. $argc contains an integer representing the number of arguments
3835 -; that were passed when the script was invoked. These arrays are extremely
3836 -; useful when running scripts from the command line. When this directive is
3837 -; enabled, registering these variables consumes CPU cycles and memory each time
3838 -; a script is executed. For performance reasons, this feature should be disabled
3839 -; on production servers.
3840 -; Note: This directive is hardcoded to On for the CLI SAPI
3841 -; Default Value: On
3842 -; Development Value: Off
3843 -; Production Value: Off
3844 -; http://php.net/register-argc-argv
3845 -register_argc_argv = Off
3846 -
3847 -; When enabled, the ENV, REQUEST and SERVER variables are created when they're
3848 -; first used (Just In Time) instead of when the script starts. If these
3849 -; variables are not used within a script, having this directive on will result
3850 -; in a performance gain. The PHP directive register_argc_argv must be disabled
3851 -; for this directive to have any affect.
3852 -; http://php.net/auto-globals-jit
3853 -auto_globals_jit = On
3854 -
3855 -; Whether PHP will read the POST data.
3856 -; This option is enabled by default.
3857 -; Most likely, you won't want to disable this option globally. It causes $_POST
3858 -; and $_FILES to always be empty; the only way you will be able to read the
3859 -; POST data will be through the php://input stream wrapper. This can be useful
3860 -; to proxy requests or to process the POST data in a memory efficient fashion.
3861 -; http://php.net/enable-post-data-reading
3862 -;enable_post_data_reading = Off
3863 -
3864 -; Maximum size of POST data that PHP will accept.
3865 -; Its value may be 0 to disable the limit. It is ignored if POST data reading
3866 -; is disabled through enable_post_data_reading.
3867 -; http://php.net/post-max-size
3868 -post_max_size = 8M
3869 -
3870 -; Automatically add files before PHP document.
3871 -; http://php.net/auto-prepend-file
3872 -auto_prepend_file =
3873 -
3874 -; Automatically add files after PHP document.
3875 -; http://php.net/auto-append-file
3876 -auto_append_file =
3877 -
3878 -; By default, PHP will output a media type using the Content-Type header. To
3879 -; disable this, simply set it to be empty.
3880 -;
3881 -; PHP's built-in default media type is set to text/html.
3882 -; http://php.net/default-mimetype
3883 -default_mimetype = "text/html"
3884 -
3885 -; PHP's default character set is set to UTF-8.
3886 -; http://php.net/default-charset
3887 -default_charset = "UTF-8"
3888 -
3889 -; PHP internal character encoding is set to empty.
3890 -; If empty, default_charset is used.
3891 -; http://php.net/internal-encoding
3892 -;internal_encoding =
3893 -
3894 -; PHP input character encoding is set to empty.
3895 -; If empty, default_charset is used.
3896 -; http://php.net/input-encoding
3897 -;input_encoding =
3898 -
3899 -; PHP output character encoding is set to empty.
3900 -; If empty, default_charset is used.
3901 -; See also output_buffer.
3902 -; http://php.net/output-encoding
3903 -;output_encoding =
3904 -
3905 -; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is
3906 -; to disable this feature and it will be removed in a future version.
3907 -; If post reading is disabled through enable_post_data_reading,
3908 -; $HTTP_RAW_POST_DATA is *NOT* populated.
3909 -; http://php.net/always-populate-raw-post-data
3910 -;always_populate_raw_post_data = -1
3911 -
3912 -;;;;;;;;;;;;;;;;;;;;;;;;;
3913 -; Paths and Directories ;
3914 -;;;;;;;;;;;;;;;;;;;;;;;;;
3915 -
3916 -; UNIX: "/path1:/path2"
3917 -;include_path = ".:/usr/share/php"
3918 -;
3919 -; Windows: "\path1;\path2"
3920 -;include_path = ".;c:\php\includes"
3921 -;
3922 -; PHP's default setting for include_path is ".;/path/to/php/pear"
3923 -; http://php.net/include-path
3924 -
3925 -; The root of the PHP pages, used only if nonempty.
3926 -; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
3927 -; if you are running php as a CGI under any web server (other than IIS)
3928 -; see documentation for security issues. The alternate is to use the
3929 -; cgi.force_redirect configuration below
3930 -; http://php.net/doc-root
3931 -doc_root =
3932 -
3933 -; The directory under which PHP opens the script using /~username used only
3934 -; if nonempty.
3935 -; http://php.net/user-dir
3936 -user_dir =
3937 -
3938 -; Directory in which the loadable extensions (modules) reside.
3939 -; http://php.net/extension-dir
3940 -; extension_dir = "./"
3941 -; On windows:
3942 -; extension_dir = "ext"
3943 -
3944 -; Directory where the temporary files should be placed.
3945 -; Defaults to the system default (see sys_get_temp_dir)
3946 -; sys_temp_dir = "/tmp"
3947 -
3948 -; Whether or not to enable the dl() function. The dl() function does NOT work
3949 -; properly in multithreaded servers, such as IIS or Zeus, and is automatically
3950 -; disabled on them.
3951 -; http://php.net/enable-dl
3952 -enable_dl = Off
3953 -
3954 -; cgi.force_redirect is necessary to provide security running PHP as a CGI under
3955 -; most web servers. Left undefined, PHP turns this on by default. You can
3956 -; turn it off here AT YOUR OWN RISK
3957 -; **You CAN safely turn this off for IIS, in fact, you MUST.**
3958 -; http://php.net/cgi.force-redirect
3959 -;cgi.force_redirect = 1
3960 -
3961 -; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
3962 -; every request. PHP's default behavior is to disable this feature.
3963 -;cgi.nph = 1
3964 -
3965 -; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
3966 -; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
3967 -; will look for to know it is OK to continue execution. Setting this variable MAY
3968 -; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
3969 -; http://php.net/cgi.redirect-status-env
3970 -;cgi.redirect_status_env =
3971 -
3972 -; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
3973 -; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
3974 -; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
3975 -; this to 1 will cause PHP CGI to fix its paths to conform to the spec. A setting
3976 -; of zero causes PHP to behave as before. Default is 1. You should fix your scripts
3977 -; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
3978 -; http://php.net/cgi.fix-pathinfo
3979 -;cgi.fix_pathinfo=1
3980 -
3981 -; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
3982 -; of the web tree and people will not be able to circumvent .htaccess security.
3983 -; http://php.net/cgi.dicard-path
3984 -;cgi.discard_path=1
3985 -
3986 -; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
3987 -; security tokens of the calling client. This allows IIS to define the
3988 -; security context that the request runs under. mod_fastcgi under Apache
3989 -; does not currently support this feature (03/17/2002)
3990 -; Set to 1 if running under IIS. Default is zero.
3991 -; http://php.net/fastcgi.impersonate
3992 -;fastcgi.impersonate = 1
3993 -
3994 -; Disable logging through FastCGI connection. PHP's default behavior is to enable
3995 -; this feature.
3996 -;fastcgi.logging = 0
3997 -
3998 -; cgi.rfc2616_headers configuration option tells PHP what type of headers to
3999 -; use when sending HTTP response code. If set to 0, PHP sends Status: header that
4000 -; is supported by Apache. When this option is set to 1, PHP will send
4001 -; RFC2616 compliant header.
4002 -; Default is zero.
4003 -; http://php.net/cgi.rfc2616-headers
4004 -;cgi.rfc2616_headers = 0
4005 -
4006 -; cgi.check_shebang_line controls whether CGI PHP checks for line starting with #!
4007 -; (shebang) at the top of the running script. This line might be needed if the
4008 -; script support running both as stand-alone script and via PHP CGI<. PHP in CGI
4009 -; mode skips this line and ignores its content if this directive is turned on.
4010 -; http://php.net/cgi.check-shebang-line
4011 -;cgi.check_shebang_line=1
4012 -
4013 -;;;;;;;;;;;;;;;;
4014 -; File Uploads ;
4015 -;;;;;;;;;;;;;;;;
4016 -
4017 -; Whether to allow HTTP file uploads.
4018 -; http://php.net/file-uploads
4019 -file_uploads = On
4020 -
4021 -; Temporary directory for HTTP uploaded files (will use system default if not
4022 -; specified).
4023 -; http://php.net/upload-tmp-dir
4024 -;upload_tmp_dir =
4025 -
4026 -; Maximum allowed size for uploaded files.
4027 -; http://php.net/upload-max-filesize
4028 -upload_max_filesize = 2M
4029 -
4030 -; Maximum number of files that can be uploaded via a single request
4031 -max_file_uploads = 20
4032 -
4033 -;;;;;;;;;;;;;;;;;;
4034 -; Fopen wrappers ;
4035 -;;;;;;;;;;;;;;;;;;
4036 -
4037 -; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
4038 -; http://php.net/allow-url-fopen
4039 -allow_url_fopen = On
4040 -
4041 -; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
4042 -; http://php.net/allow-url-include
4043 -allow_url_include = Off
4044 -
4045 -; Define the anonymous ftp password (your email address). PHP's default setting
4046 -; for this is empty.
4047 -; http://php.net/from
4048 -;from="john@doe.com"
4049 -
4050 -; Define the User-Agent string. PHP's default setting for this is empty.
4051 -; http://php.net/user-agent
4052 -;user_agent="PHP"
4053 -
4054 -; Default timeout for socket based streams (seconds)
4055 -; http://php.net/default-socket-timeout
4056 -default_socket_timeout = 60
4057 -
4058 -; If your scripts have to deal with files from Macintosh systems,
4059 -; or you are running on a Mac and need to deal with files from
4060 -; unix or win32 systems, setting this flag will cause PHP to
4061 -; automatically detect the EOL character in those files so that
4062 -; fgets() and file() will work regardless of the source of the file.
4063 -; http://php.net/auto-detect-line-endings
4064 -;auto_detect_line_endings = Off
4065 -
4066 -;;;;;;;;;;;;;;;;;;;;;;
4067 -; Dynamic Extensions ;
4068 -;;;;;;;;;;;;;;;;;;;;;;
4069 -
4070 -; If you wish to have an extension loaded automatically, use the following
4071 -; syntax:
4072 -;
4073 -; extension=modulename.extension
4074 -;
4075 -; For example, on Windows:
4076 -;
4077 -; extension=msql.dll
4078 -;
4079 -; ... or under UNIX:
4080 -;
4081 -; extension=msql.so
4082 -;
4083 -; ... or with a path:
4084 -;
4085 -; extension=/path/to/extension/msql.so
4086 -;
4087 -; If you only provide the name of the extension, PHP will look for it in its
4088 -; default extension directory.
4089 -;
4090 -
4091 -;;;;;;;;;;;;;;;;;;;
4092 -; Module Settings ;
4093 -;;;;;;;;;;;;;;;;;;;
4094 -
4095 -[CLI Server]
4096 -; Whether the CLI web server uses ANSI color coding in its terminal output.
4097 -cli_server.color = On
4098 -
4099 -[Date]
4100 -; Defines the default timezone used by the date functions
4101 -; http://php.net/date.timezone
4102 -;date.timezone =
4103 -
4104 -; http://php.net/date.default-latitude
4105 -;date.default_latitude = 31.7667
4106 -
4107 -; http://php.net/date.default-longitude
4108 -;date.default_longitude = 35.2333
4109 -
4110 -; http://php.net/date.sunrise-zenith
4111 -;date.sunrise_zenith = 90.583333
4112 -
4113 -; http://php.net/date.sunset-zenith
4114 -;date.sunset_zenith = 90.583333
4115 -
4116 -[filter]
4117 -; http://php.net/filter.default
4118 -;filter.default = unsafe_raw
4119 -
4120 -; http://php.net/filter.default-flags
4121 -;filter.default_flags =
4122 -
4123 -[iconv]
4124 -; Use of this INI entry is deprecated, use global input_encoding instead.
4125 -; If empty, default_charset or input_encoding or iconv.input_encoding is used.
4126 -; The precedence is: default_charset < intput_encoding < iconv.input_encoding
4127 -;iconv.input_encoding =
4128 -
4129 -; Use of this INI entry is deprecated, use global internal_encoding instead.
4130 -; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.
4131 -; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
4132 -;iconv.internal_encoding =
4133 -
4134 -; Use of this INI entry is deprecated, use global output_encoding instead.
4135 -; If empty, default_charset or output_encoding or iconv.output_encoding is used.
4136 -; The precedence is: default_charset < output_encoding < iconv.output_encoding
4137 -; To use an output encoding conversion, iconv's output handler must be set
4138 -; otherwise output encoding conversion cannot be performed.
4139 -;iconv.output_encoding =
4140 -
4141 -[intl]
4142 -;intl.default_locale =
4143 -; This directive allows you to produce PHP errors when some error
4144 -; happens within intl functions. The value is the level of the error produced.
4145 -; Default is 0, which does not produce any errors.
4146 -;intl.error_level = E_WARNING
4147 -;intl.use_exceptions = 0
4148 -
4149 -[sqlite3]
4150 -;sqlite3.extension_dir =
4151 -
4152 -[Pcre]
4153 -;PCRE library backtracking limit.
4154 -; http://php.net/pcre.backtrack-limit
4155 -;pcre.backtrack_limit=100000
4156 -
4157 -;PCRE library recursion limit.
4158 -;Please note that if you set this value to a high number you may consume all
4159 -;the available process stack and eventually crash PHP (due to reaching the
4160 -;stack size limit imposed by the Operating System).
4161 -; http://php.net/pcre.recursion-limit
4162 -;pcre.recursion_limit=100000
4163 -
4164 -[Pdo]
4165 -; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
4166 -; http://php.net/pdo-odbc.connection-pooling
4167 -;pdo_odbc.connection_pooling=strict
4168 -
4169 -;pdo_odbc.db2_instance_name
4170 -
4171 -[Pdo_mysql]
4172 -; If mysqlnd is used: Number of cache slots for the internal result set cache
4173 -; http://php.net/pdo_mysql.cache_size
4174 -pdo_mysql.cache_size = 2000
4175 -
4176 -; Default socket name for local MySQL connects. If empty, uses the built-in
4177 -; MySQL defaults.
4178 -; http://php.net/pdo_mysql.default-socket
4179 -pdo_mysql.default_socket=
4180 -
4181 -[Phar]
4182 -; http://php.net/phar.readonly
4183 -;phar.readonly = On
4184 -
4185 -; http://php.net/phar.require-hash
4186 -;phar.require_hash = On
4187 -
4188 -;phar.cache_list =
4189 -
4190 + allow_url_fopen = On
4191 + allow_url_include = Off
4192 + asp_tags = Off
4193 + auto_globals_jit = On
4194 + default_mimetype = "text/html"
4195 + default_socket_timeout = 60
4196 + disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority
4197 + display_errors = On
4198 + display_startup_errors = On
4199 + enable_dl = Off
4200 + engine = True
4201 + error_reporting = E_ALL
4202 + expose_php = On
4203 + file_uploads = On
4204 + html_errors = On
4205 + ignore_repeated_errors = Off
4206 + ignore_repeated_source = Off
4207 + implicit_flush = Off
4208 + log_errors = On
4209 + log_errors_max_len = 1024
4210 + max_execution_time = 1800
4211 + max_file_uploads = 20
4212 + max_input_nesting_level = 64
4213 + max_input_time = 1800
4214 + max_input_vars = 1000
4215 + memory_limit = 1536M
4216 + output_buffering = 4096
4217 + post_max_size = 128M
4218 + precision = 14
4219 + register_argc_argv = Off
4220 + report_memleaks = On
4221 + request_order = GP
4222 + serialize_precision = 17
4223 + short_open_tag = On
4224 + track_errors = Off
4225 + upload_max_filesize = 128M
4226 + variables_order = GPCS
4227 + xdebug.cli_color = True
4228 + xdebug.max_nesting_level = 300
4229 + xdebug.remote_autostart = True
4230 + xdebug.remote_connect_back = True
4231 + xdebug.remote_enable = True
4232 + xdebug.remote_handler = dbgp
4233 + xdebug.remote_host = 10.10.250.1
4234 + xdebug.remote_port = 9000
4235 + zend.enable_gc = On
4236 + zlib.output_compression = Off
4237 +[MSSQL]
4238 + mssql.allow_persistent = On
4239 + mssql.compatibility_mode = Off
4240 + mssql.max_links = -1
4241 + mssql.max_persistent = -1
4242 + mssql.min_error_severity = 10
4243 + mssql.min_message_severity = 10
4244 + mssql.secure_connection = Off
4245 [mail function]
4246 -; For Win32 only.
4247 -; http://php.net/smtp
4248 -SMTP = localhost
4249 -; http://php.net/smtp-port
4250 -smtp_port = 25
4251 -
4252 -; For Win32 only.
4253 -; http://php.net/sendmail-from
4254 -;sendmail_from = me@example.com
4255 -
4256 -; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
4257 -; http://php.net/sendmail-path
4258 -;sendmail_path =
4259 -
4260 -; Force the addition of the specified parameters to be passed as extra parameters
4261 -; to the sendmail binary. These parameters will always replace the value of
4262 -; the 5th parameter to mail().
4263 -;mail.force_extra_parameters =
4264 -
4265 -; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
4266 -mail.add_x_header = On
4267 -
4268 -; The path to a log file that will log all mail() calls. Log entries include
4269 -; the full path of the script, line number, To address and headers.
4270 -;mail.log =
4271 -; Log mail to syslog (Event Log on Windows).
4272 -;mail.log = syslog
4273 -
4274 -[SQL]
4275 -; http://php.net/sql.safe-mode
4276 -sql.safe_mode = Off
4277 -
4278 -[ODBC]
4279 -; http://php.net/odbc.default-db
4280 -;odbc.default_db = Not yet implemented
4281 -
4282 -; http://php.net/odbc.default-user
4283 -;odbc.default_user = Not yet implemented
4284 -
4285 -; http://php.net/odbc.default-pw
4286 -;odbc.default_pw = Not yet implemented
4287 -
4288 -; Controls the ODBC cursor model.
4289 -; Default: SQL_CURSOR_STATIC (default).
4290 -;odbc.default_cursortype
4291 -
4292 -; Allow or prevent persistent links.
4293 -; http://php.net/odbc.allow-persistent
4294 -odbc.allow_persistent = On
4295 -
4296 -; Check that a connection is still valid before reuse.
4297 -; http://php.net/odbc.check-persistent
4298 -odbc.check_persistent = On
4299 -
4300 -; Maximum number of persistent links. -1 means no limit.
4301 -; http://php.net/odbc.max-persistent
4302 -odbc.max_persistent = -1
4303 -
4304 -; Maximum number of links (persistent + non-persistent). -1 means no limit.
4305 -; http://php.net/odbc.max-links
4306 -odbc.max_links = -1
4307 -
4308 -; Handling of LONG fields. Returns number of bytes to variables. 0 means
4309 -; passthru.
4310 -; http://php.net/odbc.defaultlrl
4311 -odbc.defaultlrl = 4096
4312 -
4313 -; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
4314 -; See the documentation on odbc_binmode and odbc_longreadlen for an explanation
4315 -; of odbc.defaultlrl and odbc.defaultbinmode
4316 -; http://php.net/odbc.defaultbinmode
4317 -odbc.defaultbinmode = 1
4318 -
4319 -;birdstep.max_links = -1
4320 -
4321 -[Interbase]
4322 -; Allow or prevent persistent links.
4323 -ibase.allow_persistent = 1
4324 -
4325 -; Maximum number of persistent links. -1 means no limit.
4326 -ibase.max_persistent = -1
4327 -
4328 -; Maximum number of links (persistent + non-persistent). -1 means no limit.
4329 -ibase.max_links = -1
4330 -
4331 -; Default database name for ibase_connect().
4332 -;ibase.default_db =
4333 -
4334 -; Default username for ibase_connect().
4335 -;ibase.default_user =
4336 -
4337 -; Default password for ibase_connect().
4338 -;ibase.default_password =
4339 -
4340 -; Default charset for ibase_connect().
4341 -;ibase.default_charset =
4342 -
4343 -; Default timestamp format.
4344 -ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
4345 -
4346 -; Default date format.
4347 -ibase.dateformat = "%Y-%m-%d"
4348 -
4349 -; Default time format.
4350 -ibase.timeformat = "%H:%M:%S"
4351 -
4352 -[MySQL]
4353 -; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
4354 -; http://php.net/mysql.allow_local_infile
4355 -mysql.allow_local_infile = On
4356 -
4357 -; Allow or prevent persistent links.
4358 -; http://php.net/mysql.allow-persistent
4359 -mysql.allow_persistent = On
4360 -
4361 -; If mysqlnd is used: Number of cache slots for the internal result set cache
4362 -; http://php.net/mysql.cache_size
4363 -mysql.cache_size = 2000
4364 -
4365 -; Maximum number of persistent links. -1 means no limit.
4366 -; http://php.net/mysql.max-persistent
4367 -mysql.max_persistent = -1
4368 -
4369 -; Maximum number of links (persistent + non-persistent). -1 means no limit.
4370 -; http://php.net/mysql.max-links
4371 -mysql.max_links = -1
4372 -
4373 -; Default port number for mysql_connect(). If unset, mysql_connect() will use
4374 -; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
4375 -; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
4376 -; at MYSQL_PORT.
4377 -; http://php.net/mysql.default-port
4378 -mysql.default_port =
4379 -
4380 -; Default socket name for local MySQL connects. If empty, uses the built-in
4381 -; MySQL defaults.
4382 -; http://php.net/mysql.default-socket
4383 -mysql.default_socket =
4384 -
4385 -; Default host for mysql_connect() (doesn't apply in safe mode).
4386 -; http://php.net/mysql.default-host
4387 -mysql.default_host =
4388 -
4389 -; Default user for mysql_connect() (doesn't apply in safe mode).
4390 -; http://php.net/mysql.default-user
4391 -mysql.default_user =
4392 -
4393 -; Default password for mysql_connect() (doesn't apply in safe mode).
4394 -; Note that this is generally a *bad* idea to store passwords in this file.
4395 -; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
4396 -; and reveal this password! And of course, any users with read access to this
4397 -; file will be able to reveal the password as well.
4398 -; http://php.net/mysql.default-password
4399 -mysql.default_password =
4400 -
4401 -; Maximum time (in seconds) for connect timeout. -1 means no limit
4402 -; http://php.net/mysql.connect-timeout
4403 -mysql.connect_timeout = 60
4404 -
4405 -; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
4406 -; SQL-Errors will be displayed.
4407 -; http://php.net/mysql.trace-mode
4408 -mysql.trace_mode = Off
4409 -
4410 -[MySQLi]
4411 -
4412 -; Maximum number of persistent links. -1 means no limit.
4413 -; http://php.net/mysqli.max-persistent
4414 -mysqli.max_persistent = -1
4415 -
4416 -; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
4417 -; http://php.net/mysqli.allow_local_infile
4418 -;mysqli.allow_local_infile = On
4419 -
4420 -; Allow or prevent persistent links.
4421 -; http://php.net/mysqli.allow-persistent
4422 -mysqli.allow_persistent = On
4423 -
4424 -; Maximum number of links. -1 means no limit.
4425 -; http://php.net/mysqli.max-links
4426 -mysqli.max_links = -1
4427 -
4428 -; If mysqlnd is used: Number of cache slots for the internal result set cache
4429 -; http://php.net/mysqli.cache_size
4430 -mysqli.cache_size = 2000
4431 -
4432 -; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
4433 -; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
4434 -; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
4435 -; at MYSQL_PORT.
4436 -; http://php.net/mysqli.default-port
4437 -mysqli.default_port = 3306
4438 -
4439 -; Default socket name for local MySQL connects. If empty, uses the built-in
4440 -; MySQL defaults.
4441 -; http://php.net/mysqli.default-socket
4442 -mysqli.default_socket =
4443 -
4444 -; Default host for mysql_connect() (doesn't apply in safe mode).
4445 -; http://php.net/mysqli.default-host
4446 -mysqli.default_host =
4447 -
4448 -; Default user for mysql_connect() (doesn't apply in safe mode).
4449 -; http://php.net/mysqli.default-user
4450 -mysqli.default_user =
4451 -
4452 -; Default password for mysqli_connect() (doesn't apply in safe mode).
4453 -; Note that this is generally a *bad* idea to store passwords in this file.
4454 -; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
4455 -; and reveal this password! And of course, any users with read access to this
4456 -; file will be able to reveal the password as well.
4457 -; http://php.net/mysqli.default-pw
4458 -mysqli.default_pw =
4459 -
4460 -; Allow or prevent reconnect
4461 -mysqli.reconnect = Off
4462 -
4463 -[mysqlnd]
4464 -; Enable / Disable collection of general statistics by mysqlnd which can be
4465 -; used to tune and monitor MySQL operations.
4466 -; http://php.net/mysqlnd.collect_statistics
4467 -mysqlnd.collect_statistics = On
4468 -
4469 -; Enable / Disable collection of memory usage statistics by mysqlnd which can be
4470 -; used to tune and monitor MySQL operations.
4471 -; http://php.net/mysqlnd.collect_memory_statistics
4472 -mysqlnd.collect_memory_statistics = Off
4473 -
4474 -; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
4475 -; http://php.net/mysqlnd.net_cmd_buffer_size
4476 -;mysqlnd.net_cmd_buffer_size = 2048
4477 -
4478 -; Size of a pre-allocated buffer used for reading data sent by the server in
4479 -; bytes.
4480 -; http://php.net/mysqlnd.net_read_buffer_size
4481 -;mysqlnd.net_read_buffer_size = 32768
4482 -
4483 -[OCI8]
4484 -
4485 -; Connection: Enables privileged connections using external
4486 -; credentials (OCI_SYSOPER, OCI_SYSDBA)
4487 -; http://php.net/oci8.privileged-connect
4488 -;oci8.privileged_connect = Off
4489 -
4490 -; Connection: The maximum number of persistent OCI8 connections per
4491 -; process. Using -1 means no limit.
4492 -; http://php.net/oci8.max-persistent
4493 -;oci8.max_persistent = -1
4494 -
4495 -; Connection: The maximum number of seconds a process is allowed to
4496 -; maintain an idle persistent connection. Using -1 means idle
4497 -; persistent connections will be maintained forever.
4498 -; http://php.net/oci8.persistent-timeout
4499 -;oci8.persistent_timeout = -1
4500 -
4501 -; Connection: The number of seconds that must pass before issuing a
4502 -; ping during oci_pconnect() to check the connection validity. When
4503 -; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
4504 -; pings completely.
4505 -; http://php.net/oci8.ping-interval
4506 -;oci8.ping_interval = 60
4507 -
4508 -; Connection: Set this to a user chosen connection class to be used
4509 -; for all pooled server requests with Oracle 11g Database Resident
4510 -; Connection Pooling (DRCP). To use DRCP, this value should be set to
4511 -; the same string for all web servers running the same application,
4512 -; the database pool must be configured, and the connection string must
4513 -; specify to use a pooled server.
4514 -;oci8.connection_class =
4515 -
4516 -; High Availability: Using On lets PHP receive Fast Application
4517 -; Notification (FAN) events generated when a database node fails. The
4518 -; database must also be configured to post FAN events.
4519 -;oci8.events = Off
4520 -
4521 -; Tuning: This option enables statement caching, and specifies how
4522 -; many statements to cache. Using 0 disables statement caching.
4523 -; http://php.net/oci8.statement-cache-size
4524 -;oci8.statement_cache_size = 20
4525 -
4526 -; Tuning: Enables statement prefetching and sets the default number of
4527 -; rows that will be fetched automatically after statement execution.
4528 -; http://php.net/oci8.default-prefetch
4529 -;oci8.default_prefetch = 100
4530 -
4531 -; Compatibility. Using On means oci_close() will not close
4532 -; oci_connect() and oci_new_connect() connections.
4533 -; http://php.net/oci8.old-oci-close-semantics
4534 -;oci8.old_oci_close_semantics = Off
4535 -
4536 -[PostgreSQL]
4537 -; Allow or prevent persistent links.
4538 -; http://php.net/pgsql.allow-persistent
4539 -pgsql.allow_persistent = On
4540 -
4541 -; Detect broken persistent links always with pg_pconnect().
4542 -; Auto reset feature requires a little overheads.
4543 -; http://php.net/pgsql.auto-reset-persistent
4544 -pgsql.auto_reset_persistent = Off
4545 -
4546 -; Maximum number of persistent links. -1 means no limit.
4547 -; http://php.net/pgsql.max-persistent
4548 -pgsql.max_persistent = -1
4549 -
4550 -; Maximum number of links (persistent+non persistent). -1 means no limit.
4551 -; http://php.net/pgsql.max-links
4552 -pgsql.max_links = -1
4553 -
4554 -; Ignore PostgreSQL backends Notice message or not.
4555 -; Notice message logging require a little overheads.
4556 -; http://php.net/pgsql.ignore-notice
4557 -pgsql.ignore_notice = 0
4558 -
4559 -; Log PostgreSQL backends Notice message or not.
4560 -; Unless pgsql.ignore_notice=0, module cannot log notice message.
4561 -; http://php.net/pgsql.log-notice
4562 -pgsql.log_notice = 0
4563 -
4564 -[Sybase-CT]
4565 -; Allow or prevent persistent links.
4566 -; http://php.net/sybct.allow-persistent
4567 -sybct.allow_persistent = On
4568 -
4569 -; Maximum number of persistent links. -1 means no limit.
4570 -; http://php.net/sybct.max-persistent
4571 -sybct.max_persistent = -1
4572 -
4573 -; Maximum number of links (persistent + non-persistent). -1 means no limit.
4574 -; http://php.net/sybct.max-links
4575 -sybct.max_links = -1
4576 -
4577 -; Minimum server message severity to display.
4578 -; http://php.net/sybct.min-server-severity
4579 -sybct.min_server_severity = 10
4580 -
4581 -; Minimum client message severity to display.
4582 -; http://php.net/sybct.min-client-severity
4583 -sybct.min_client_severity = 10
4584 -
4585 -; Set per-context timeout
4586 -; http://php.net/sybct.timeout
4587 -;sybct.timeout=
4588 -
4589 -;sybct.packet_size
4590 -
4591 -; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.
4592 -; Default: one minute
4593 -;sybct.login_timeout=
4594 -
4595 -; The name of the host you claim to be connecting from, for display by sp_who.
4596 -; Default: none
4597 -;sybct.hostname=
4598 -
4599 -; Allows you to define how often deadlocks are to be retried. -1 means "forever".
4600 -; Default: 0
4601 -;sybct.deadlock_retry_count=
4602 -
4603 -[bcmath]
4604 -; Number of decimal digits for all bcmath functions.
4605 -; http://php.net/bcmath.scale
4606 -bcmath.scale = 0
4607 -
4608 -[browscap]
4609 -; http://php.net/browscap
4610 -;browscap = extra/browscap.ini
4611 -
4612 -[Session]
4613 -; Handler used to store/retrieve data.
4614 -; http://php.net/session.save-handler
4615 -session.save_handler = files
4616 -
4617 -; Argument passed to save_handler. In the case of files, this is the path
4618 -; where data files are stored. Note: Windows users have to change this
4619 -; variable in order to use PHP's session functions.
4620 -;
4621 -; The path can be defined as:
4622 -;
4623 -; session.save_path = "N;/path"
4624 -;
4625 -; where N is an integer. Instead of storing all the session files in
4626 -; /path, what this will do is use subdirectories N-levels deep, and
4627 -; store the session data in those directories. This is useful if
4628 -; your OS has problems with many files in one directory, and is
4629 -; a more efficient layout for servers that handle many sessions.
4630 -;
4631 -; NOTE 1: PHP will not create this directory structure automatically.
4632 -; You can use the script in the ext/session dir for that purpose.
4633 -; NOTE 2: See the section on garbage collection below if you choose to
4634 -; use subdirectories for session storage
4635 -;
4636 -; The file storage module creates files using mode 600 by default.
4637 -; You can change that by using
4638 -;
4639 -; session.save_path = "N;MODE;/path"
4640 -;
4641 -; where MODE is the octal representation of the mode. Note that this
4642 -; does not overwrite the process's umask.
4643 -; http://php.net/session.save-path
4644 -;session.save_path = "/var/lib/php5/sessions"
4645 -
4646 -; Whether to use strict session mode.
4647 -; Strict session mode does not accept uninitialized session ID and regenerate
4648 -; session ID if browser sends uninitialized session ID. Strict mode protects
4649 -; applications from session fixation via session adoption vulnerability. It is
4650 -; disabled by default for maximum compatibility, but enabling it is encouraged.
4651 -; https://wiki.php.net/rfc/strict_sessions
4652 -session.use_strict_mode = 0
4653 -
4654 -; Whether to use cookies.
4655 -; http://php.net/session.use-cookies
4656 -session.use_cookies = 1
4657 -
4658 -; http://php.net/session.cookie-secure
4659 -;session.cookie_secure =
4660 -
4661 -; This option forces PHP to fetch and use a cookie for storing and maintaining
4662 -; the session id. We encourage this operation as it's very helpful in combating
4663 -; session hijacking when not specifying and managing your own session id. It is
4664 -; not the be-all and end-all of session hijacking defense, but it's a good start.
4665 -; http://php.net/session.use-only-cookies
4666 -session.use_only_cookies = 1
4667 -
4668 -; Name of the session (used as cookie name).
4669 -; http://php.net/session.name
4670 -session.name = PHPSESSID
4671 -
4672 -; Initialize session on request startup.
4673 -; http://php.net/session.auto-start
4674 -session.auto_start = 0
4675 -
4676 -; Lifetime in seconds of cookie or, if 0, until browser is restarted.
4677 -; http://php.net/session.cookie-lifetime
4678 -session.cookie_lifetime = 0
4679 -
4680 -; The path for which the cookie is valid.
4681 -; http://php.net/session.cookie-path
4682 -session.cookie_path = /
4683 -
4684 -; The domain for which the cookie is valid.
4685 -; http://php.net/session.cookie-domain
4686 -session.cookie_domain =
4687 -
4688 -; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.
4689 -; http://php.net/session.cookie-httponly
4690 -session.cookie_httponly =
4691 -
4692 -; Handler used to serialize data. php is the standard serializer of PHP.
4693 -; http://php.net/session.serialize-handler
4694 -session.serialize_handler = php
4695 -
4696 -; Defines the probability that the 'garbage collection' process is started
4697 -; on every session initialization. The probability is calculated by using
4698 -; gc_probability/gc_divisor. Where session.gc_probability is the numerator
4699 -; and gc_divisor is the denominator in the equation. Setting this value to 1
4700 -; when the session.gc_divisor value is 100 will give you approximately a 1% chance
4701 -; the gc will run on any give request.
4702 -; Default Value: 1
4703 -; Development Value: 1
4704 -; Production Value: 1
4705 -; http://php.net/session.gc-probability
4706 -session.gc_probability = 0
4707 -
4708 -; Defines the probability that the 'garbage collection' process is started on every
4709 -; session initialization. The probability is calculated by using the following equation:
4710 -; gc_probability/gc_divisor. Where session.gc_probability is the numerator and
4711 -; session.gc_divisor is the denominator in the equation. Setting this value to 1
4712 -; when the session.gc_divisor value is 100 will give you approximately a 1% chance
4713 -; the gc will run on any give request. Increasing this value to 1000 will give you
4714 -; a 0.1% chance the gc will run on any give request. For high volume production servers,
4715 -; this is a more efficient approach.
4716 -; Default Value: 100
4717 -; Development Value: 1000
4718 -; Production Value: 1000
4719 -; http://php.net/session.gc-divisor
4720 -session.gc_divisor = 1000
4721 -
4722 -; After this number of seconds, stored data will be seen as 'garbage' and
4723 -; cleaned up by the garbage collection process.
4724 -; http://php.net/session.gc-maxlifetime
4725 -session.gc_maxlifetime = 1440
4726 -
4727 -; NOTE: If you are using the subdirectory option for storing session files
4728 -; (see session.save_path above), then garbage collection does *not*
4729 -; happen automatically. You will need to do your own garbage
4730 -; collection through a shell script, cron entry, or some other method.
4731 -; For example, the following script would is the equivalent of
4732 -; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
4733 -; find /path/to/sessions -cmin +24 -type f | xargs rm
4734 -
4735 -; Check HTTP Referer to invalidate externally stored URLs containing ids.
4736 -; HTTP_REFERER has to contain this substring for the session to be
4737 -; considered as valid.
4738 -; http://php.net/session.referer-check
4739 -session.referer_check =
4740 -
4741 -; How many bytes to read from the file.
4742 -; http://php.net/session.entropy-length
4743 -;session.entropy_length = 32
4744 -
4745 -; Specified here to create the session id.
4746 -; http://php.net/session.entropy-file
4747 -; Defaults to /dev/urandom
4748 -; On systems that don't have /dev/urandom but do have /dev/arandom, this will default to /dev/arandom
4749 -; If neither are found at compile time, the default is no entropy file.
4750 -; On windows, setting the entropy_length setting will activate the
4751 -; Windows random source (using the CryptoAPI)
4752 -;session.entropy_file = /dev/urandom
4753 -
4754 -; Set to {nocache,private,public,} to determine HTTP caching aspects
4755 -; or leave this empty to avoid sending anti-caching headers.
4756 -; http://php.net/session.cache-limiter
4757 -session.cache_limiter = nocache
4758 -
4759 -; Document expires after n minutes.
4760 -; http://php.net/session.cache-expire
4761 -session.cache_expire = 180
4762 -
4763 -; trans sid support is disabled by default.
4764 -; Use of trans sid may risk your users' security.
4765 -; Use this option with caution.
4766 -; - User may send URL contains active session ID
4767 -; to other person via. email/irc/etc.
4768 -; - URL that contains active session ID may be stored
4769 -; in publicly accessible computer.
4770 -; - User may access your site with the same session ID
4771 -; always using URL stored in browser's history or bookmarks.
4772 -; http://php.net/session.use-trans-sid
4773 -session.use_trans_sid = 0
4774 -
4775 -; Select a hash function for use in generating session ids.
4776 -; Possible Values
4777 -; 0 (MD5 128 bits)
4778 -; 1 (SHA-1 160 bits)
4779 -; This option may also be set to the name of any hash function supported by
4780 -; the hash extension. A list of available hashes is returned by the hash_algos()
4781 -; function.
4782 -; http://php.net/session.hash-function
4783 -session.hash_function = 0
4784 -
4785 -; Define how many bits are stored in each character when converting
4786 -; the binary hash data to something readable.
4787 -; Possible values:
4788 -; 4 (4 bits: 0-9, a-f)
4789 -; 5 (5 bits: 0-9, a-v)
4790 -; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
4791 -; Default Value: 4
4792 -; Development Value: 5
4793 -; Production Value: 5
4794 -; http://php.net/session.hash-bits-per-character
4795 -session.hash_bits_per_character = 5
4796 -
4797 -; The URL rewriter will look for URLs in a defined set of HTML tags.
4798 -; form/fieldset are special; if you include them here, the rewriter will
4799 -; add a hidden <input> field with the info which is otherwise appended
4800 -; to URLs. If you want XHTML conformity, remove the form entry.
4801 -; Note that all valid entries require a "=", even if no value follows.
4802 -; Default Value: "a=href,area=href,frame=src,form=,fieldset="
4803 -; Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
4804 -; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
4805 -; http://php.net/url-rewriter.tags
4806 -url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
4807 -
4808 -; Enable upload progress tracking in $_SESSION
4809 -; Default Value: On
4810 -; Development Value: On
4811 -; Production Value: On
4812 -; http://php.net/session.upload-progress.enabled
4813 -;session.upload_progress.enabled = On
4814 -
4815 -; Cleanup the progress information as soon as all POST data has been read
4816 -; (i.e. upload completed).
4817 -; Default Value: On
4818 -; Development Value: On
4819 -; Production Value: On
4820 -; http://php.net/session.upload-progress.cleanup
4821 -;session.upload_progress.cleanup = On
4822 -
4823 -; A prefix used for the upload progress key in $_SESSION
4824 -; Default Value: "upload_progress_"
4825 -; Development Value: "upload_progress_"
4826 -; Production Value: "upload_progress_"
4827 -; http://php.net/session.upload-progress.prefix
4828 -;session.upload_progress.prefix = "upload_progress_"
4829 -
4830 -; The index name (concatenated with the prefix) in $_SESSION
4831 -; containing the upload progress information
4832 -; Default Value: "PHP_SESSION_UPLOAD_PROGRESS"
4833 -; Development Value: "PHP_SESSION_UPLOAD_PROGRESS"
4834 -; Production Value: "PHP_SESSION_UPLOAD_PROGRESS"
4835 -; http://php.net/session.upload-progress.name
4836 -;session.upload_progress.name = "PHP_SESSION_UPLOAD_PROGRESS"
4837 -
4838 -; How frequently the upload progress should be updated.
4839 -; Given either in percentages (per-file), or in bytes
4840 -; Default Value: "1%"
4841 -; Development Value: "1%"
4842 -; Production Value: "1%"
4843 -; http://php.net/session.upload-progress.freq
4844 -;session.upload_progress.freq = "1%"
4845 -
4846 -; The minimum delay between updates, in seconds
4847 -; Default Value: 1
4848 -; Development Value: 1
4849 -; Production Value: 1
4850 -; http://php.net/session.upload-progress.min-freq
4851 -;session.upload_progress.min_freq = "1"
4852 -
4853 -[MSSQL]
4854 -; Allow or prevent persistent links.
4855 -mssql.allow_persistent = On
4856 -
4857 -; Maximum number of persistent links. -1 means no limit.
4858 -mssql.max_persistent = -1
4859 -
4860 -; Maximum number of links (persistent+non persistent). -1 means no limit.
4861 -mssql.max_links = -1
4862 -
4863 -; Minimum error severity to display.
4864 -mssql.min_error_severity = 10
4865 -
4866 -; Minimum message severity to display.
4867 -mssql.min_message_severity = 10
4868 -
4869 -; Compatibility mode with old versions of PHP 3.0.
4870 -mssql.compatibility_mode = Off
4871 -
4872 -; Connect timeout
4873 -;mssql.connect_timeout = 5
4874 -
4875 -; Query timeout
4876 -;mssql.timeout = 60
4877 -
4878 -; Valid range 0 - 2147483647. Default = 4096.
4879 -;mssql.textlimit = 4096
4880 -
4881 -; Valid range 0 - 2147483647. Default = 4096.
4882 -;mssql.textsize = 4096
4883 -
4884 -; Limits the number of records in each batch. 0 = all records in one batch.
4885 -;mssql.batchsize = 0
4886 -
4887 -; Specify how datetime and datetim4 columns are returned
4888 -; On => Returns data converted to SQL server settings
4889 -; Off => Returns values as YYYY-MM-DD hh:mm:ss
4890 -;mssql.datetimeconvert = On
4891 -
4892 -; Use NT authentication when connecting to the server
4893 -mssql.secure_connection = Off
4894 -
4895 -; Specify max number of processes. -1 = library default
4896 -; msdlib defaults to 25
4897 -; FreeTDS defaults to 4096
4898 -;mssql.max_procs = -1
4899 -
4900 -; Specify client character set.
4901 -; If empty or not set the client charset from freetds.conf is used
4902 -; This is only used when compiled with FreeTDS
4903 -;mssql.charset = "ISO-8859-1"
4904 -
4905 -[Assertion]
4906 -; Assert(expr); active by default.
4907 -; http://php.net/assert.active
4908 -;assert.active = On
4909 -
4910 -; Issue a PHP warning for each failed assertion.
4911 -; http://php.net/assert.warning
4912 -;assert.warning = On
4913 -
4914 -; Don't bail out by default.
4915 -; http://php.net/assert.bail
4916 -;assert.bail = Off
4917 -
4918 -; User-function to be called if an assertion fails.
4919 -; http://php.net/assert.callback
4920 -;assert.callback = 0
4921 -
4922 -; Eval the expression with current error_reporting(). Set to true if you want
4923 -; error_reporting(0) around the eval().
4924 -; http://php.net/assert.quiet-eval
4925 -;assert.quiet_eval = 0
4926 -
4927 -[COM]
4928 -; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
4929 -; http://php.net/com.typelib-file
4930 -;com.typelib_file =
4931 -
4932 -; allow Distributed-COM calls
4933 -; http://php.net/com.allow-dcom
4934 -;com.allow_dcom = true
4935 -
4936 -; autoregister constants of a components typlib on com_load()
4937 -; http://php.net/com.autoregister-typelib
4938 -;com.autoregister_typelib = true
4939 -
4940 -; register constants casesensitive
4941 -; http://php.net/com.autoregister-casesensitive
4942 -;com.autoregister_casesensitive = false
4943 -
4944 -; show warnings on duplicate constant registrations
4945 -; http://php.net/com.autoregister-verbose
4946 -;com.autoregister_verbose = true
4947 -
4948 -; The default character set code-page to use when passing strings to and from COM objects.
4949 -; Default: system ANSI code page
4950 -;com.code_page=
4951 -
4952 -[mbstring]
4953 -; language for internal character representation.
4954 -; This affects mb_send_mail() and mbstrig.detect_order.
4955 -; http://php.net/mbstring.language
4956 -;mbstring.language = Japanese
4957 -
4958 -; Use of this INI entry is deprecated, use global internal_encoding instead.
4959 -; internal/script encoding.
4960 -; Some encoding cannot work as internal encoding. (e.g. SJIS, BIG5, ISO-2022-*)
4961 -; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.
4962 -; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
4963 -;mbstring.internal_encoding =
4964 -
4965 -; Use of this INI entry is deprecated, use global input_encoding instead.
4966 -; http input encoding.
4967 -; mbstring.encoding_traslation = On is needed to use this setting.
4968 -; If empty, default_charset or input_encoding or mbstring.input is used.
4969 -; The precedence is: default_charset < intput_encoding < mbsting.http_input
4970 -; http://php.net/mbstring.http-input
4971 -;mbstring.http_input =
4972 -
4973 -; Use of this INI entry is deprecated, use global output_encoding instead.
4974 -; http output encoding.
4975 -; mb_output_handler must be registered as output buffer to function.
4976 -; If empty, default_charset or output_encoding or mbstring.http_output is used.
4977 -; The precedence is: default_charset < output_encoding < mbstring.http_output
4978 -; To use an output encoding conversion, mbstring's output handler must be set
4979 -; otherwise output encoding conversion cannot be performed.
4980 -; http://php.net/mbstring.http-output
4981 -;mbstring.http_output =
4982 -
4983 -; enable automatic encoding translation according to
4984 -; mbstring.internal_encoding setting. Input chars are
4985 -; converted to internal encoding by setting this to On.
4986 -; Note: Do _not_ use automatic encoding translation for
4987 -; portable libs/applications.
4988 -; http://php.net/mbstring.encoding-translation
4989 -;mbstring.encoding_translation = Off
4990 -
4991 -; automatic encoding detection order.
4992 -; "auto" detect order is changed according to mbstring.language
4993 -; http://php.net/mbstring.detect-order
4994 -;mbstring.detect_order = auto
4995 -
4996 -; substitute_character used when character cannot be converted
4997 -; one from another
4998 -; http://php.net/mbstring.substitute-character
4999 -;mbstring.substitute_character = none
5000 -
5001 -; overload(replace) single byte functions by mbstring functions.
5002 -; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
5003 -; etc. Possible values are 0,1,2,4 or combination of them.
5004 -; For example, 7 for overload everything.
5005 -; 0: No overload
5006 -; 1: Overload mail() function
5007 -; 2: Overload str*() functions
5008 -; 4: Overload ereg*() functions
5009 -; http://php.net/mbstring.func-overload
5010 -;mbstring.func_overload = 0
5011 -
5012 -; enable strict encoding detection.
5013 -; Default: Off
5014 -;mbstring.strict_detection = On
5015 -
5016 -; This directive specifies the regex pattern of content types for which mb_output_handler()
5017 -; is activated.
5018 -; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
5019 -;mbstring.http_output_conv_mimetype=
5020 -
5021 -[gd]
5022 -; Tell the jpeg decode to ignore warnings and try to create
5023 -; a gd image. The warning will then be displayed as notices
5024 -; disabled by default
5025 -; http://php.net/gd.jpeg-ignore-warning
5026 -;gd.jpeg_ignore_warning = 0
5027 -
5028 -[exif]
5029 -; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.
5030 -; With mbstring support this will automatically be converted into the encoding
5031 -; given by corresponding encode setting. When empty mbstring.internal_encoding
5032 -; is used. For the decode settings you can distinguish between motorola and
5033 -; intel byte order. A decode setting cannot be empty.
5034 -; http://php.net/exif.encode-unicode
5035 -;exif.encode_unicode = ISO-8859-15
5036 -
5037 -; http://php.net/exif.decode-unicode-motorola
5038 -;exif.decode_unicode_motorola = UCS-2BE
5039 -
5040 -; http://php.net/exif.decode-unicode-intel
5041 -;exif.decode_unicode_intel = UCS-2LE
5042 -
5043 -; http://php.net/exif.encode-jis
5044 -;exif.encode_jis =
5045 -
5046 -; http://php.net/exif.decode-jis-motorola
5047 -;exif.decode_jis_motorola = JIS
5048 -
5049 -; http://php.net/exif.decode-jis-intel
5050 -;exif.decode_jis_intel = JIS
5051 -
5052 -[Tidy]
5053 -; The path to a default tidy configuration file to use when using tidy
5054 -; http://php.net/tidy.default-config
5055 -;tidy.default_config = /usr/local/lib/php/default.tcfg
5056 -
5057 -; Should tidy clean and repair output automatically?
5058 -; WARNING: Do not use this option if you are generating non-html content
5059 -; such as dynamic images
5060 -; http://php.net/tidy.clean-output
5061 -tidy.clean_output = Off
5062 -
5063 -[soap]
5064 -; Enables or disables WSDL caching feature.
5065 -; http://php.net/soap.wsdl-cache-enabled
5066 -soap.wsdl_cache_enabled=1
5067 -
5068 -; Sets the directory name where SOAP extension will put cache files.
5069 -; http://php.net/soap.wsdl-cache-dir
5070 -soap.wsdl_cache_dir="/tmp"
5071 -
5072 -; (time to live) Sets the number of second while cached file will be used
5073 -; instead of original one.
5074 -; http://php.net/soap.wsdl-cache-ttl
5075 -soap.wsdl_cache_ttl=86400
5076 -
5077 -; Sets the size of the cache limit. (Max. number of WSDL files to cache)
5078 -soap.wsdl_cache_limit = 5
5079 -
5080 -[sysvshm]
5081 -; A default size of the shared memory segment
5082 -;sysvshm.init_mem = 10000
5083 -
5084 -[ldap]
5085 -; Sets the maximum number of open links or -1 for unlimited.
5086 -ldap.max_links = -1
5087 -
5088 -[mcrypt]
5089 -; For more information about mcrypt settings see http://php.net/mcrypt-module-open
5090 -
5091 -; Directory where to load mcrypt algorithms
5092 -; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
5093 -;mcrypt.algorithms_dir=
5094 -
5095 -; Directory where to load mcrypt modes
5096 -; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
5097 -;mcrypt.modes_dir=
5098 -
5099 -[dba]
5100 -;dba.default_handler=
5101 -
5102 -[opcache]
5103 -; Determines if Zend OPCache is enabled
5104 -;opcache.enable=0
5105 -
5106 -; Determines if Zend OPCache is enabled for the CLI version of PHP
5107 -;opcache.enable_cli=0
5108 -
5109 -; The OPcache shared memory storage size.
5110 -;opcache.memory_consumption=64
5111 -
5112 -; The amount of memory for interned strings in Mbytes.
5113 -;opcache.interned_strings_buffer=4
5114 -
5115 -; The maximum number of keys (scripts) in the OPcache hash table.
5116 -; Only numbers between 200 and 100000 are allowed.
5117 -;opcache.max_accelerated_files=2000
5118 -
5119 -; The maximum percentage of "wasted" memory until a restart is scheduled.
5120 -;opcache.max_wasted_percentage=5
5121 -
5122 -; When this directive is enabled, the OPcache appends the current working
5123 -; directory to the script key, thus eliminating possible collisions between
5124 -; files with the same name (basename). Disabling the directive improves
5125 -; performance, but may break existing applications.
5126 -;opcache.use_cwd=1
5127 -
5128 -; When disabled, you must reset the OPcache manually or restart the
5129 -; webserver for changes to the filesystem to take effect.
5130 -;opcache.validate_timestamps=1
5131 -
5132 -; How often (in seconds) to check file timestamps for changes to the shared
5133 -; memory storage allocation. ("1" means validate once per second, but only
5134 -; once per request. "0" means always validate)
5135 -;opcache.revalidate_freq=2
5136 -
5137 -; Enables or disables file search in include_path optimization
5138 -;opcache.revalidate_path=0
5139 -
5140 -; If disabled, all PHPDoc comments are dropped from the code to reduce the
5141 -; size of the optimized code.
5142 -;opcache.save_comments=1
5143 -
5144 -; If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments"
5145 -; may be always stored (save_comments=1), but not loaded by applications
5146 -; that don't need them anyway.
5147 -;opcache.load_comments=1
5148 -
5149 -; If enabled, a fast shutdown sequence is used for the accelerated code
5150 -;opcache.fast_shutdown=0
5151 -
5152 -; Allow file existence override (file_exists, etc.) performance feature.
5153 -;opcache.enable_file_override=0
5154 -
5155 -; A bitmask, where each bit enables or disables the appropriate OPcache
5156 -; passes
5157 -;opcache.optimization_level=0xffffffff
5158 -
5159 -;opcache.inherited_hack=1
5160 -;opcache.dups_fix=0
5161 -
5162 -; The location of the OPcache blacklist file (wildcards allowed).
5163 -; Each OPcache blacklist file is a text file that holds the names of files
5164 -; that should not be accelerated. The file format is to add each filename
5165 -; to a new line. The filename may be a full path or just a file prefix
5166 -; (i.e., /var/www/x blacklists all the files and directories in /var/www
5167 -; that start with 'x'). Line starting with a ; are ignored (comments).
5168 -;opcache.blacklist_filename=
5169 -
5170 -; Allows exclusion of large files from being cached. By default all files
5171 -; are cached.
5172 -;opcache.max_file_size=0
5173 -
5174 -; Check the cache checksum each N requests.
5175 -; The default value of "0" means that the checks are disabled.
5176 -;opcache.consistency_checks=0
5177 -
5178 -; How long to wait (in seconds) for a scheduled restart to begin if the cache
5179 -; is not being accessed.
5180 -;opcache.force_restart_timeout=180
5181 -
5182 -; OPcache error_log file name. Empty string assumes "stderr".
5183 -;opcache.error_log=
5184 -
5185 -; All OPcache errors go to the Web server log.
5186 -; By default, only fatal errors (level 0) or errors (level 1) are logged.
5187 -; You can also enable warnings (level 2), info messages (level 3) or
5188 -; debug messages (level 4).
5189 -;opcache.log_verbosity_level=1
5190 -
5191 -; Preferred Shared Memory back-end. Leave empty and let the system decide.
5192 -;opcache.preferred_memory_model=
5193 -
5194 -; Protect the shared memory from unexpected writing during script execution.
5195 -; Useful for internal debugging only.
5196 -;opcache.protect_memory=0
5197 -
5198 -[curl]
5199 -; A default value for the CURLOPT_CAINFO option. This is required to be an
5200 -; absolute path.
5201 -;curl.cainfo =
5202 -
5203 -[openssl]
5204 -; The location of a Certificate Authority (CA) file on the local filesystem
5205 -; to use when verifying the identity of SSL/TLS peers. Most users should
5206 -; not specify a value for this directive as PHP will attempt to use the
5207 -; OS-managed cert stores in its absence. If specified, this value may still
5208 -; be overridden on a per-stream basis via the "cafile" SSL stream context
5209 -; option.
5210 -;openssl.cafile=
5211 -
5212 -; If openssl.cafile is not specified or if the CA file is not found, the
5213 -; directory pointed to by openssl.capath is searched for a suitable
5214 -; certificate. This value must be a correctly hashed certificate directory.
5215 -; Most users should not specify a value for this directive as PHP will
5216 -; attempt to use the OS-managed cert stores in its absence. If specified,
5217 -; this value may still be overridden on a per-stream basis via the "capath"
5218 -; SSL stream context option.
5219 -;openssl.capath=
5220 -
5221 -; Local Variables:
5222 -; tab-width: 4
5223 -; End:
5224 + SMTP = localhost
5225 + mail.add_x_header = On
5226----------
5227 ID: php_install_apcu
5228 Function: pkg.installed
5229 Name: apcu
5230 Result: True
5231 Comment: The following packages were installed/updated: php5-apcu
5232 Started: 15:26:48.949061
5233 Duration: 1560.466 ms
5234 Changes:
5235 ----------
5236 php-apc:
5237 ----------
5238 new:
5239 1
5240 old:
5241 php5-apcu:
5242 ----------
5243 new:
5244 4.0.7-1
5245 old:
5246 php5-user-cache:
5247 ----------
5248 new:
5249 1
5250 old:
5251----------
5252 ID: php_install_curl
5253 Function: pkg.installed
5254 Name: curl
5255 Result: True
5256 Comment: The following packages were installed/updated: php5-curl
5257 Started: 15:26:50.522554
5258 Duration: 2517.155 ms
5259 Changes:
5260 ----------
5261 php5-curl:
5262 ----------
5263 new:
5264 5.6.27+dfsg-0+deb8u1
5265 old:
5266----------
5267 ID: php_install_gd
5268 Function: pkg.installed
5269 Name: gd
5270 Result: True
5271 Comment: The following packages were installed/updated: php5-gd
5272 Started: 15:26:53.058287
5273 Duration: 2622.077 ms
5274 Changes:
5275 ----------
5276 php5-gd:
5277 ----------
5278 new:
5279 5.6.27+dfsg-0+deb8u1
5280 old:
5281----------
5282 ID: php_install_geoip
5283 Function: pkg.installed
5284 Name: geoip
5285 Result: True
5286 Comment: The following packages were installed/updated: php5-geoip
5287 Started: 15:26:55.696544
5288 Duration: 2099.727 ms
5289 Changes:
5290 ----------
5291 php5-geoip:
5292 ----------
5293 new:
5294 1.1.0-2
5295 old:
5296----------
5297 ID: php_install_intl
5298 Function: pkg.installed
5299 Name: intl
5300 Result: True
5301 Comment: The following packages were installed/updated: php5-intl
5302 Started: 15:26:57.813399
5303 Duration: 2844.771 ms
5304 Changes:
5305 ----------
5306 php5-idn:
5307 ----------
5308 new:
5309 1
5310 old:
5311 php5-intl:
5312 ----------
5313 new:
5314 5.6.27+dfsg-0+deb8u1
5315 old:
5316----------
5317 ID: php_install_json
5318 Function: pkg.installed
5319 Name: json
5320 Result: True
5321 Comment: All specified packages are already installed
5322 Started: 15:27:00.676509
5323 Duration: 660.399 ms
5324 Changes:
5325----------
5326 ID: php_install_mbstring
5327 Function: pkg.installed
5328 Name: mbstring
5329 Result: True
5330 Comment: All specified packages are already installed
5331 Started: 15:27:01.337011
5332 Duration: 2.628 ms
5333 Changes:
5334----------
5335 ID: php_install_mcrypt
5336 Function: pkg.installed
5337 Name: mcrypt
5338 Result: True
5339 Comment: The following packages were installed/updated: php5-mcrypt
5340 Started: 15:27:01.339716
5341 Duration: 10139.359 ms
5342 Changes:
5343 ----------
5344 libltdl7:
5345 ----------
5346 new:
5347 2.4.2-1.11+b1
5348 old:
5349 libmcrypt4:
5350 ----------
5351 new:
5352 2.5.8-3.3
5353 old:
5354 php5-mcrypt:
5355 ----------
5356 new:
5357 5.6.27+dfsg-0+deb8u1
5358 old:
5359----------
5360 ID: php_install_mysql
5361 Function: pkg.installed
5362 Name: mysql
5363 Result: True
5364 Comment: The following packages were installed/updated: php5-mysql
5365 Started: 15:27:11.503074
5366 Duration: 3357.411 ms
5367 Changes:
5368 ----------
5369 php5-mysql:
5370 ----------
5371 new:
5372 5.6.27+dfsg-0+deb8u1
5373 old:
5374----------
5375 ID: php_install_oauth
5376 Function: pkg.installed
5377 Name: oauth
5378 Result: True
5379 Comment: The following packages were installed/updated: php5-oauth
5380 Started: 15:27:14.881234
5381 Duration: 2370.064 ms
5382 Changes:
5383 ----------
5384 php5-oauth:
5385 ----------
5386 new:
5387 1.2.3-1+b1
5388 old:
5389----------
5390 ID: php_install_pgsql
5391 Function: pkg.installed
5392 Name: pgsql
5393 Result: True
5394 Comment: The following packages were installed/updated: php5-pgsql
5395 Started: 15:27:17.272967
5396 Duration: 3168.918 ms
5397 Changes:
5398 ----------
5399 php5-pgsql:
5400 ----------
5401 new:
5402 5.6.27+dfsg-0+deb8u1
5403 old:
5404----------
5405 ID: php_install_pspell
5406 Function: pkg.installed
5407 Name: pspell
5408 Result: True
5409 Comment: The following packages were installed/updated: php5-pspell
5410 Started: 15:27:20.464610
5411 Duration: 6078.404 ms
5412 Changes:
5413 ----------
5414 aspell:
5415 ----------
5416 new:
5417 0.60.7~20110707-1.3
5418 old:
5419 aspell-bin:
5420 ----------
5421 new:
5422 1
5423 old:
5424 aspell-dictionary:
5425 ----------
5426 new:
5427 1
5428 old:
5429 aspell-en:
5430 ----------
5431 new:
5432 7.1-0-1.1
5433 old:
5434 libaspell15:
5435 ----------
5436 new:
5437 0.60.7~20110707-1.3
5438 old:
5439 php5-pspell:
5440 ----------
5441 new:
5442 5.6.27+dfsg-0+deb8u1
5443 old:
5444----------
5445 ID: php_install_soap
5446 Function: pkg.installed
5447 Name: soap
5448 Result: True
5449 Comment: The following packages were installed/updated: php-soap
5450 Started: 15:27:26.567224
5451 Duration: 4848.328 ms
5452 Changes:
5453 ----------
5454 php-auth-sasl:
5455 ----------
5456 new:
5457 1.0.6-1+deb8u1
5458 old:
5459 php-http-request:
5460 ----------
5461 new:
5462 1.4.4-4
5463 old:
5464 php-mail:
5465 ----------
5466 new:
5467 1.2.0-7
5468 old:
5469 php-mail-mime:
5470 ----------
5471 new:
5472 1.8.9-1+deb8u1
5473 old:
5474 php-net-dime:
5475 ----------
5476 new:
5477 1.0.2-2
5478 old:
5479 php-net-smtp:
5480 ----------
5481 new:
5482 1.6.2-2
5483 old:
5484 php-net-socketphp-net-socket[0;0m:
5485 ----------
5486 new:
5487 1.0.14-1
5488 old:
5489 php-net-url:
5490 ----------
5491 new:
5492 1.0.15-3
5493 old:
5494 php-pear:
5495 ----------
5496 new:
5497 5.6.27+dfsg-0+deb8u1
5498 old:
5499 php-soap:
5500 ----------
5501 new:
5502 0.13.0-1
5503 old:
5504 php-xml-util:
5505 ----------
5506 new:
5507 1
5508 old:
5509----------
5510 ID: php_install_sqlite
5511 Function: pkg.installed
5512 Name: sqlite
5513 Result: True
5514 Comment: The following packages were installed/updated: php5-sqlite
5515 Started: 15:27:31.442355
5516 Duration: 3473.735 ms
5517 Changes:
5518 ----------
5519 php5-sqlite:
5520 ----------
5521 new:
5522 5.6.27+dfsg-0+deb8u1
5523 old:
5524----------
5525 ID: php_install_xml
5526 Function: pkg.installed
5527 Name: xml
5528 Result: True
5529 Comment: All specified packages are already installed
5530 Started: 15:27:34.943665
5531 Duration: 1147.219 ms
5532 Changes:
5533----------
5534 ID: php_install_xsl
5535 Function: pkg.installed
5536 Name: xsl
5537 Result: True
5538 Comment: The following packages were installed/updated: php5-xsl
5539 Started: 15:27:36.091003
5540 Duration: 2248.789 ms
5541 Changes:
5542 ----------
5543 php5-xsl:
5544 ----------
5545 new:
5546 5.6.27+dfsg-0+deb8u1
5547 old:
5548----------
5549 ID: php_install_xdebug
5550 Function: pkg.installed
5551 Name: xdebug
5552 Result: True
5553 Comment: The following packages were installed/updated: php5-xdebug
5554 Started: 15:27:38.366843
5555 Duration: 2945.703 ms
5556 Changes:
5557 ----------
5558 php5-xdebug:
5559 ----------
5560 new:
5561 2.2.5-1
5562 old:
5563----------
5564 ID: mysql_config
5565 Function: file.managed
5566 Name: /etc/mysql/my.cnf
5567 Result: True
5568 Comment: File /etc/mysql/my.cnf updated
5569 Started: 15:27:41.319927
5570 Duration: 121.098 ms
5571 Changes:
5572 ----------
5573 diff:
5574 ---
5575 +++
5576 @@ -1,128 +1,49 @@
5577 -#
5578 -# The MySQL database server configuration file.
5579 -#
5580 -# You can copy this to one of:
5581 -# - "/etc/mysql/my.cnf" to set global options,
5582 -# - "~/.my.cnf" to set user-specific options.
5583 -#
5584 -# One can use all long options that the program supports.
5585 -# Run program with --help to get a list of available options and with
5586 -# --print-defaults to see which it would actually understand and use.
5587 -#
5588 -# For explanations see
5589 -# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
5590 +# DO NOT CHANGE THIS FILE!
5591 +# This config is generated by SALTSTACK
5592 +# and all change will be overrided on next salt call
5593
5594 -# This will be passed to all mysql clients
5595 -# It has been reported that passwords should be enclosed with ticks/quotes
5596 -# escpecially if they contain "#" chars...
5597 -# Remember to edit /etc/mysql/debian.cnf when changing the socket location.
5598 -[client]
5599 -port = 3306
5600 -socket = /var/run/mysqld/mysqld.sock
5601 -
5602 -# Here is entries for some specific programs
5603 -# The following values assume you have at least 32M ram
5604 -
5605 -# This was formally known as [safe_mysqld]. Both versions are currently parsed.
5606 [mysqld_safe]
5607 -socket = /var/run/mysqld/mysqld.sock
5608 -nice = 0
5609 +nice = 0
5610 +socket = /var/run/mysqld/mysqld.sock
5611
5612 [mysqld]
5613 -#
5614 -# * Basic Settings
5615 -#
5616 -user = mysql
5617 -pid-file = /var/run/mysqld/mysqld.pid
5618 -socket = /var/run/mysqld/mysqld.sock
5619 -port = 3306
5620 -basedir = /usr
5621 -datadir = /var/lib/mysql
5622 -tmpdir = /tmp
5623 -lc-messages-dir = /usr/share/mysql
5624 -skip-external-locking
5625 -#
5626 -# Instead of skip-networking the default is now to listen only on
5627 -# localhost which is more compatible and is not less secure.
5628 -bind-address = 127.0.0.1
5629 -#
5630 -# * Fine Tuning
5631 -#
5632 -key_buffer = 16M
5633 -max_allowed_packet = 16M
5634 -thread_stack = 192K
5635 -thread_cache_size = 8
5636 -# This replaces the startup script and checks MyISAM tables if needed
5637 -# the first time they are touched
5638 -myisam-recover = BACKUP
5639 -#max_connections = 100
5640 -#table_cache = 64
5641 -#thread_concurrency = 10
5642 -#
5643 -# * Query Cache Configuration
5644 -#
5645 -query_cache_limit = 1M
5646 -query_cache_size = 16M
5647 [0;32m-#
5648 -# * Logging and Replication
5649 -#
5650 -# Both location gets rotated by the cronjob.
5651 -# Be aware that this log type is a performance killer.
5652 -# As of 5.1 you can enable the log at runtime!
5653 -#general_log_file = /var/log/mysql/mysql.log
5654 -#general_log = 1
5655 -#
5656 -# Error log - should be very few entries.
5657 -#
5658 -log_error = /var/log/mysql/error.log
5659 -#
5660 -# Here you can see queries with especially long duration
5661 -#slow_query_log_file = /var/log/mysql/mysql-slow.log
5662 -#slow_query_log = 1
5663 -#long_query_time = 2
5664 -#log_queries_not_using_indexes
5665 -#
5666 -# The following can be used as easy to replay backup logs or for replication.
5667 -# note: if you are setting up a replication slave, see README.Debian about
5668 -# other settings you may need to change.
5669 -#server-id = 1
5670 -#log_bin = /var/log/mysql/mysql-bin.log
5671 -expire_logs_days = 10
5672 -max_binlog_size = 100M
5673 -#binlog_do_db = include_database_name
5674 -#binlog_ignore_db = include_database_name
5675 -#
5676 -# * InnoDB
5677 -#
5678 -# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
5679 -# Read the manual for more InnoDB related options. There are many!
5680 -#
5681 -# * Security Features
5682 -#
5683 -# Read the manual, too, if you want chroot!
5684 -# chroot = /var/lib/mysql/
5685 -#
5686 -# For generating SSL certificates I recommend the OpenSSL GUI "tinyca".
5687 -#
5688 -# ssl-ca=/etc/mysql/cacert.pem
5689 -# ssl-cert=/etc/mysql/server-cert.pem
5690 -# ssl-key=/etc/mysql/server-key.pem
5691 -
5692 -
5693 +basedir = /usr
5694 +bind_address = 0.0.0.0
5695 +character_set_server = utf8
5696 +collation_server = utf8_unicode_ci
5697 +datadir = /var/lib/mysql
5698 +expire_logs_days = 10
5699 +init_connect = SET NAMES utf8
5700 +key_buffer_size = 16M
5701 +lc_messages_dir = /usr/share/mysql
5702 +max_allowed_packet = 16M
5703 +max_binlog_size = 100M
5704 +myisam_recover = BACKUP
5705 +pid_file = /var/run/mysqld/mysqld.pid
5706 +port = 3306
5707 +query_cache_limit = 1M
5708 +query_cache_size = 16M
5709 +skip_external_locking
5710 +socket = /var/run/mysqld/mysqld.sock
5711 +thread_cache_size = 8
5712 +thread_stack = 192K
5713 +tmpdir = /tmp
5714 +user = mysql
5715
5716 [mysqldump]
5717 +max_allowed_packet = 16M
5718 quick
5719 -quote-names
5720 -max_allowed_packet = 16M
5721 +quote_names
5722
5723 [mysql]
5724 -#no-auto-rehash # faster start of mysql but no tab completition
5725 +default_character_set = utf8
5726
5727 [isamchk]
5728 -key_buffer = 16M
5729 +key_buffer_size = 16M
5730
5731 -#
5732 -# * IMPORTANT: Additional settings that can override those from this file!
5733 -# The files must end with '.cnf', otherwise they'll be ignored.
5734 -#
5735 +[client]
5736 +port = 3306
5737 +socket = /var/run/mysqld/mysqld.sock
5738 +
5739 !includedir /etc/mysql/conf.d/
5740 +
5741----------
5742 ID: mysql_python
5743 Function: pkg.installed
5744 Name: python-mysqldb
5745 Result: True
5746 Comment: Package python-mysqldb is already installed
5747 Started: 15:27:41.462459
5748 Duration: 980.415 ms
5749 Changes:
5750----------
5751 ID: mysql_debconf_utils
5752 Function: pkg.installed
5753 Name: debconf-utils
5754 Result: True
5755 Comment: Package debconf-utils is already installed
5756 Started: 15:27:42.442982
5757 Duration: 2.684 ms
5758 Changes:
5759----------
5760 ID: mysql_debconf
5761 Function: debconf.set
5762 Name: mysql-server
5763 Result: True
5764 Comment:
5765 Started: 15:27:42.446569
5766 Duration: 529.967 ms
5767 Changes:
5768 ----------
5769 mysql-server/root_password:
5770 (password hidden)
5771 mysql-server/root_password_again:
5772 (password hidden)
5773 mysql-server/start_on_boot:
5774 true
5775----------
5776 ID: mysqld
5777 Function: pkg.installed
5778 Name: mysql-server
5779 Result: True
5780 Comment: The following packages were installed/updated: mysql-server
5781 Started: 15:27:42.977431
5782 Duration: 31296.711 ms
5783 Changes:
5784 ----------
5785 libaio1:
5786 ----------
5787 new:
5788 0.3.110-1
5789 old:
5790 libdbd-mysql-perl:
5791 ----------
5792 new:
5793 4.028-2+deb8u2
5794 old:
5795 libdbi-perl:
5796 ----------
5797 new:
5798 1.631-3+b1
5799 old:
5800 libhtml-template-perl:
5801 ----------
5802 new:
5803 2.95-1
5804 old:
5805 libterm-readkey-perl:
5806 ----------
5807 new:
5808 2.32-1+b1
5809 old:
5810 mysql-client:
5811 ----------
5812 new:
5813 1
5814 old:
5815 mysql-client-5.5:
5816 ----------
5817 new:
5818 5.5.53-0+deb8u1
5819 old:
5820 mysql-server:
5821 ----------
5822 new:
5823 5.5.53-0+deb8u1
5824 old:
5825 mysql-server-5.5:
5826 ----------
5827 new:
5828 5.5.53-0+deb8u1
5829 old:
5830 mysql-server-core:
5831 ----------
5832 new:
5833 1
5834 old:
5835 mysql-server-core-5.5:
5836 ----------
5837 new:
5838 5.5.53-0+deb8u1
5839 old:
5840 perl:
5841 ----------
5842 new:
5843 5.20.2-3+deb8u6
5844 old:
5845 5.20.2-3+deb8u3
5846 perl-base:
5847 ----------
5848 new:
5849 5.20.2-3+deb8u6
5850 old:
5851 5.20.2-3+deb8u3
5852 perl-dbdabi-94:
5853 ----------
5854 new:
5855 1
5856 old:
5857 perl-modules:
5858 ----------
5859 new:
5860 5.20.2-3+deb8u6
5861 old:
5862 5.20.2-3+deb8u3
5863 virtual-mysql-client:
5864 ----------
5865 new:
5866 1
5867 old:
5868 virtual-mysql-client-core:
5869 ----------
5870 new:
5871 1
5872 old:
5873 virtual-mysql-server:
5874 ----------
5875 new:
5876 1
5877 old:
5878 virtual-mysql-server-core:
5879 ----------
5880 new:
5881 1
5882 old:
5883----------
5884 ID: mysql_additional_config
5885 Function: file.managed
5886 Name: /usr/my.cnf
5887 Result: True
5888 Comment: File /usr/my.cnf is not present and is not set for creation
5889 Started: 15:28:14.588951
5890 Duration: 0.362 ms
5891 Changes:
5892----------
5893 ID: mysqld
5894 Function: service.running
5895 Name: mysql
5896 Result: True
5897 Comment: Service restarted
5898 Started: 15:28:14.639754
5899 Duration: 3231.807 ms
5900 Changes:
5901 ----------
5902 mysql:
5903 True
5904----------
5905 ID: mysql_db_0
5906 Function: mysql_database.present
5907 Name: feedmgr-local
5908 Result: True
5909 Comment: The database feedmgr-local has been created
5910 Started: 15:28:17.900410
5911 Duration: 32.418 ms
5912 Changes:
5913 ----------
5914 feedmgr-local:
5915 Present
5916----------
5917 ID: mysql_db_1
5918 Function: mysql_database.present
5919 Name: feedmgr-test
5920 Result: True
5921 Comment: The database feedmgr-test has been created
5922 Started: 15:28:17.933206
5923 Duration: 2.442 ms
5924 Changes:
5925 ----------
5926 feedmgr-test:
5927 Present
5928----------
5929 ID: mysql_user_kapmadev_%
5930 Function: mysql_user.present
5931 Name: kapmadev
5932 Result: True
5933 Comment: The user kapmadev@% has been added
5934 Started: 15:28:17.936251
5935 Duration: 11.112 ms
5936 Changes:
5937 ----------
5938 kapmadev:
5939 Present
5940----------
5941 ID: mysql_user_kapmadev_%_0
5942 Function: mysql_grants.present
5943 Name: kapmadev_*_all
5944 Result: True
5945 Comment: Grant all privileges on *.* to kapmadev@% has been added
5946 Started: 15:28:17.948177
5947 Duration: 9.717 ms
5948 Changes:
5949 ----------
5950 kapmadev_*_all:
5951 Present
5952----------
5953 ID: mysql remove test database
5954 Function: mysql_database.absent
5955 Name: test
5956 Result: True
5957 Comment: Database test is not present, so it cannot be removed
5958 Started: 15:28:17.958347
5959 Duration: 0.905 ms
5960 Changes:
5961
5962Summary for local
5963-------------
5964Succeeded: 71 (changed=52)
5965Failed: 1
5966-------------
5967Total states run: 72
5968Total run time: 135.912 s
5969
5970
5971Stderr from the command:
5972
5973stdin: is not a tty
5974[WARNING ] /usr/lib/python2.7/dist-packages/salt/states/file.py:1637: DeprecationWarning: The 'show_diff' argument to the file.managed state has been deprecated, please use 'show_changes' instead.
5975
5976[WARNING ] State for file: /etc/sudoers.d/vagrant - Neither 'source' nor 'contents' nor 'contents_pillar' nor 'contents_grains' was defined, yet 'replace' was set to 'True'. As there is no source to replace the file with, 'replace' has been set to 'False' to avoid reading the file unnecessarily.
5977[ERROR ] Command '['systemd-run', '--scope', 'systemctl', 'reload', 'nginx.service']' failed with return code: 1
5978[ERROR ] output: Running as unit run-10225.scope.
5979Job for nginx.service failed. See 'systemctl status nginx.service' and 'journalctl -xn' for details.
5980[ERROR ] {'nginx': False}