php.ini.rhel 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673
  1. [PHP]
  2. ;;;;;;;;;;;;;;;;;;;
  3. ; About php.ini ;
  4. ;;;;;;;;;;;;;;;;;;;
  5. ; PHP's initialization file, generally called php.ini, is responsible for
  6. ; configuring many of the aspects of PHP's behavior.
  7. ; PHP attempts to find and load this configuration from a number of locations.
  8. ; The following is a summary of its search order:
  9. ; 1. SAPI module specific location.
  10. ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
  11. ; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
  12. ; 4. Current working directory (except CLI)
  13. ; 5. The web server's directory (for SAPI modules), or directory of PHP
  14. ; (otherwise in Windows)
  15. ; 6. The directory from the --with-config-file-path compile time option, or the
  16. ; Windows directory (C:\windows or C:\winnt)
  17. ; See the PHP docs for more specific information.
  18. ; http://php.net/configuration.file
  19. ; The syntax of the file is extremely simple. Whitespace and lines
  20. ; beginning with a semicolon are silently ignored (as you probably guessed).
  21. ; Section headers (e.g. [Foo]) are also silently ignored, even though
  22. ; they might mean something in the future.
  23. ; Directives following the section heading [PATH=/www/mysite] only
  24. ; apply to PHP files in the /www/mysite directory. Directives
  25. ; following the section heading [HOST=www.example.com] only apply to
  26. ; PHP files served from www.example.com. Directives set in these
  27. ; special sections cannot be overridden by user-defined INI files or
  28. ; at runtime. Currently, [PATH=] and [HOST=] sections only work under
  29. ; CGI/FastCGI.
  30. ; http://php.net/ini.sections
  31. ; Directives are specified using the following syntax:
  32. ; directive = value
  33. ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
  34. ; Directives are variables used to configure PHP or PHP extensions.
  35. ; There is no name validation. If PHP can't find an expected
  36. ; directive because it is not set or is mistyped, a default value will be used.
  37. ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
  38. ; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
  39. ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
  40. ; previously set variable or directive (e.g. ${foo})
  41. ; Expressions in the INI file are limited to bitwise operators and parentheses:
  42. ; | bitwise OR
  43. ; ^ bitwise XOR
  44. ; & bitwise AND
  45. ; ~ bitwise NOT
  46. ; ! boolean NOT
  47. ; Boolean flags can be turned on using the values 1, On, True or Yes.
  48. ; They can be turned off using the values 0, Off, False or No.
  49. ; An empty string can be denoted by simply not writing anything after the equal
  50. ; sign, or by using the None keyword:
  51. ; foo = ; sets foo to an empty string
  52. ; foo = None ; sets foo to an empty string
  53. ; foo = "None" ; sets foo to the string 'None'
  54. ; If you use constants in your value, and these constants belong to a
  55. ; dynamically loaded extension (either a PHP extension or a Zend extension),
  56. ; you may only use these constants *after* the line that loads the extension.
  57. ;;;;;;;;;;;;;;;;;;;
  58. ; About this file ;
  59. ;;;;;;;;;;;;;;;;;;;
  60. ; PHP comes packaged with two INI files. One that is recommended to be used
  61. ; in production environments and one that is recommended to be used in
  62. ; development environments.
  63. ; php.ini-production contains settings which hold security, performance and
  64. ; best practices at its core. But please be aware, these settings may break
  65. ; compatibility with older or less security conscience applications. We
  66. ; recommending using the production ini in production and testing environments.
  67. ; php.ini-development is very similar to its production variant, except it is
  68. ; much more verbose when it comes to errors. We recommend using the
  69. ; development version only in development environments, as errors shown to
  70. ; application users can inadvertently leak otherwise secure information.
  71. ; This is php.ini-production INI file.
  72. ;;;;;;;;;;;;;;;;;;;
  73. ; Quick Reference ;
  74. ;;;;;;;;;;;;;;;;;;;
  75. ; The following are all the settings which are different in either the production
  76. ; or development versions of the INIs with respect to PHP's default behavior.
  77. ; Please see the actual settings later in the document for more details as to why
  78. ; we recommend these changes in PHP's behavior.
  79. ; display_errors
  80. ; Default Value: On
  81. ; Development Value: On
  82. ; Production Value: Off
  83. ; display_startup_errors
  84. ; Default Value: Off
  85. ; Development Value: On
  86. ; Production Value: Off
  87. ; error_reporting
  88. ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
  89. ; Development Value: E_ALL
  90. ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
  91. ; html_errors
  92. ; Default Value: On
  93. ; Development Value: On
  94. ; Production value: On
  95. ; log_errors
  96. ; Default Value: Off
  97. ; Development Value: On
  98. ; Production Value: On
  99. ; max_input_time
  100. ; Default Value: -1 (Unlimited)
  101. ; Development Value: 60 (60 seconds)
  102. ; Production Value: 60 (60 seconds)
  103. ; output_buffering
  104. ; Default Value: Off
  105. ; Development Value: 4096
  106. ; Production Value: 4096
  107. ; register_argc_argv
  108. ; Default Value: On
  109. ; Development Value: Off
  110. ; Production Value: Off
  111. ; request_order
  112. ; Default Value: None
  113. ; Development Value: "GP"
  114. ; Production Value: "GP"
  115. ; session.gc_divisor
  116. ; Default Value: 100
  117. ; Development Value: 1000
  118. ; Production Value: 1000
  119. ; session.sid_bits_per_character
  120. ; Default Value: 4
  121. ; Development Value: 5
  122. ; Production Value: 5
  123. ; short_open_tag
  124. ; Default Value: On
  125. ; Development Value: Off
  126. ; Production Value: Off
  127. ; track_errors
  128. ; Default Value: Off
  129. ; Development Value: On
  130. ; Production Value: Off
  131. ; variables_order
  132. ; Default Value: "EGPCS"
  133. ; Development Value: "GPCS"
  134. ; Production Value: "GPCS"
  135. ;;;;;;;;;;;;;;;;;;;;
  136. ; php.ini Options ;
  137. ;;;;;;;;;;;;;;;;;;;;
  138. ; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
  139. ;user_ini.filename = ".user.ini"
  140. ; To disable this feature set this option to empty value
  141. ;user_ini.filename =
  142. ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
  143. ;user_ini.cache_ttl = 300
  144. ;;;;;;;;;;;;;;;;;;;;
  145. ; Language Options ;
  146. ;;;;;;;;;;;;;;;;;;;;
  147. ; Enable the PHP scripting language engine under Apache.
  148. ; http://php.net/engine
  149. engine = On
  150. ; This directive determines whether or not PHP will recognize code between
  151. ; <? and ?> tags as PHP source which should be processed as such. It is
  152. ; generally recommended that <?php and ?> should be used and that this feature
  153. ; should be disabled, as enabling it may result in issues when generating XML
  154. ; documents, however this remains supported for backward compatibility reasons.
  155. ; Note that this directive does not control the <?= shorthand tag, which can be
  156. ; used regardless of this directive.
  157. ; Default Value: On
  158. ; Development Value: Off
  159. ; Production Value: Off
  160. ; http://php.net/short-open-tag
  161. short_open_tag = Off
  162. ; The number of significant digits displayed in floating point numbers.
  163. ; http://php.net/precision
  164. precision = 14
  165. ; Output buffering is a mechanism for controlling how much output data
  166. ; (excluding headers and cookies) PHP should keep internally before pushing that
  167. ; data to the client. If your application's output exceeds this setting, PHP
  168. ; will send that data in chunks of roughly the size you specify.
  169. ; Turning on this setting and managing its maximum buffer size can yield some
  170. ; interesting side-effects depending on your application and web server.
  171. ; You may be able to send headers and cookies after you've already sent output
  172. ; through print or echo. You also may see performance benefits if your server is
  173. ; emitting less packets due to buffered output versus PHP streaming the output
  174. ; as it gets it. On production servers, 4096 bytes is a good setting for performance
  175. ; reasons.
  176. ; Note: Output buffering can also be controlled via Output Buffering Control
  177. ; functions.
  178. ; Possible Values:
  179. ; On = Enabled and buffer is unlimited. (Use with caution)
  180. ; Off = Disabled
  181. ; Integer = Enables the buffer and sets its maximum size in bytes.
  182. ; Note: This directive is hardcoded to Off for the CLI SAPI
  183. ; Default Value: Off
  184. ; Development Value: 4096
  185. ; Production Value: 4096
  186. ; http://php.net/output-buffering
  187. output_buffering = 4096
  188. ; You can redirect all of the output of your scripts to a function. For
  189. ; example, if you set output_handler to "mb_output_handler", character
  190. ; encoding will be transparently converted to the specified encoding.
  191. ; Setting any output handler automatically turns on output buffering.
  192. ; Note: People who wrote portable scripts should not depend on this ini
  193. ; directive. Instead, explicitly set the output handler using ob_start().
  194. ; Using this ini directive may cause problems unless you know what script
  195. ; is doing.
  196. ; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
  197. ; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
  198. ; Note: output_handler must be empty if this is set 'On' !!!!
  199. ; Instead you must use zlib.output_handler.
  200. ; http://php.net/output-handler
  201. ;output_handler =
  202. ; URL rewriter function rewrites URL on the fly by using
  203. ; output buffer. You can set target tags by this configuration.
  204. ; "form" tag is special tag. It will add hidden input tag to pass values.
  205. ; Refer to session.trans_sid_tags for usage.
  206. ; Default Value: "form="
  207. ; Development Value: "form="
  208. ; Production Value: "form="
  209. ;url_rewriter.tags
  210. ; URL rewriter will not rewrites absolute URL nor form by default. To enable
  211. ; absolute URL rewrite, allowed hosts must be defined at RUNTIME.
  212. ; Refer to session.trans_sid_hosts for more details.
  213. ; Default Value: ""
  214. ; Development Value: ""
  215. ; Production Value: ""
  216. ;url_rewriter.hosts
  217. ; Transparent output compression using the zlib library
  218. ; Valid values for this option are 'off', 'on', or a specific buffer size
  219. ; to be used for compression (default is 4KB)
  220. ; Note: Resulting chunk size may vary due to nature of compression. PHP
  221. ; outputs chunks that are few hundreds bytes each as a result of
  222. ; compression. If you prefer a larger chunk size for better
  223. ; performance, enable output_buffering in addition.
  224. ; Note: You need to use zlib.output_handler instead of the standard
  225. ; output_handler, or otherwise the output will be corrupted.
  226. ; http://php.net/zlib.output-compression
  227. zlib.output_compression = Off
  228. ; http://php.net/zlib.output-compression-level
  229. ;zlib.output_compression_level = -1
  230. ; You cannot specify additional output handlers if zlib.output_compression
  231. ; is activated here. This setting does the same as output_handler but in
  232. ; a different order.
  233. ; http://php.net/zlib.output-handler
  234. ;zlib.output_handler =
  235. ; Implicit flush tells PHP to tell the output layer to flush itself
  236. ; automatically after every output block. This is equivalent to calling the
  237. ; PHP function flush() after each and every call to print() or echo() and each
  238. ; and every HTML block. Turning this option on has serious performance
  239. ; implications and is generally recommended for debugging purposes only.
  240. ; http://php.net/implicit-flush
  241. ; Note: This directive is hardcoded to On for the CLI SAPI
  242. implicit_flush = Off
  243. ; The unserialize callback function will be called (with the undefined class'
  244. ; name as parameter), if the unserializer finds an undefined class
  245. ; which should be instantiated. A warning appears if the specified function is
  246. ; not defined, or if the function doesn't include/implement the missing class.
  247. ; So only set this entry, if you really want to implement such a
  248. ; callback-function.
  249. unserialize_callback_func =
  250. ; When floats & doubles are serialized, store serialize_precision significant
  251. ; digits after the floating point. The default value ensures that when floats
  252. ; are decoded with unserialize, the data will remain the same.
  253. ; The value is also used for json_encode when encoding double values.
  254. ; If -1 is used, then dtoa mode 0 is used which automatically select the best
  255. ; precision.
  256. serialize_precision = -1
  257. ; open_basedir, if set, limits all file operations to the defined directory
  258. ; and below. This directive makes most sense if used in a per-directory
  259. ; or per-virtualhost web server configuration file.
  260. ; http://php.net/open-basedir
  261. ;open_basedir =
  262. ; This directive allows you to disable certain functions for security reasons.
  263. ; It receives a comma-delimited list of function names.
  264. ; http://php.net/disable-functions
  265. disable_functions =
  266. ; This directive allows you to disable certain classes for security reasons.
  267. ; It receives a comma-delimited list of class names.
  268. ; http://php.net/disable-classes
  269. disable_classes =
  270. ; Colors for Syntax Highlighting mode. Anything that's acceptable in
  271. ; <span style="color: ???????"> would work.
  272. ; http://php.net/syntax-highlighting
  273. ;highlight.string = #DD0000
  274. ;highlight.comment = #FF9900
  275. ;highlight.keyword = #007700
  276. ;highlight.default = #0000BB
  277. ;highlight.html = #000000
  278. ; If enabled, the request will be allowed to complete even if the user aborts
  279. ; the request. Consider enabling it if executing long requests, which may end up
  280. ; being interrupted by the user or a browser timing out. PHP's default behavior
  281. ; is to disable this feature.
  282. ; http://php.net/ignore-user-abort
  283. ;ignore_user_abort = On
  284. ; Determines the size of the realpath cache to be used by PHP. This value should
  285. ; be increased on systems where PHP opens many files to reflect the quantity of
  286. ; the file operations performed.
  287. ; http://php.net/realpath-cache-size
  288. ;realpath_cache_size = 4096k
  289. ; Duration of time, in seconds for which to cache realpath information for a given
  290. ; file or directory. For systems with rarely changing files, consider increasing this
  291. ; value.
  292. ; http://php.net/realpath-cache-ttl
  293. ;realpath_cache_ttl = 120
  294. ; Enables or disables the circular reference collector.
  295. ; http://php.net/zend.enable-gc
  296. zend.enable_gc = On
  297. ; If enabled, scripts may be written in encodings that are incompatible with
  298. ; the scanner. CP936, Big5, CP949 and Shift_JIS are the examples of such
  299. ; encodings. To use this feature, mbstring extension must be enabled.
  300. ; Default: Off
  301. ;zend.multibyte = Off
  302. ; Allows to set the default encoding for the scripts. This value will be used
  303. ; unless "declare(encoding=...)" directive appears at the top of the script.
  304. ; Only affects if zend.multibyte is set.
  305. ; Default: ""
  306. ;zend.script_encoding =
  307. ;;;;;;;;;;;;;;;;;
  308. ; Miscellaneous ;
  309. ;;;;;;;;;;;;;;;;;
  310. ; Decides whether PHP may expose the fact that it is installed on the server
  311. ; (e.g. by adding its signature to the Web server header). It is no security
  312. ; threat in any way, but it makes it possible to determine whether you use PHP
  313. ; on your server or not.
  314. ; http://php.net/expose-php
  315. expose_php = On
  316. ;;;;;;;;;;;;;;;;;;;
  317. ; Resource Limits ;
  318. ;;;;;;;;;;;;;;;;;;;
  319. ; Maximum execution time of each script, in seconds
  320. ; http://php.net/max-execution-time
  321. ; Note: This directive is hardcoded to 0 for the CLI SAPI
  322. max_execution_time = 30
  323. ; Maximum amount of time each script may spend parsing request data. It's a good
  324. ; idea to limit this time on productions servers in order to eliminate unexpectedly
  325. ; long running scripts.
  326. ; Note: This directive is hardcoded to -1 for the CLI SAPI
  327. ; Default Value: -1 (Unlimited)
  328. ; Development Value: 60 (60 seconds)
  329. ; Production Value: 60 (60 seconds)
  330. ; http://php.net/max-input-time
  331. max_input_time = 60
  332. ; Maximum input variable nesting level
  333. ; http://php.net/max-input-nesting-level
  334. ;max_input_nesting_level = 64
  335. ; How many GET/POST/COOKIE input variables may be accepted
  336. ; max_input_vars = 1000
  337. ; Maximum amount of memory a script may consume (128MB)
  338. ; http://php.net/memory-limit
  339. memory_limit = 128M
  340. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  341. ; Error handling and logging ;
  342. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  343. ; This directive informs PHP of which errors, warnings and notices you would like
  344. ; it to take action for. The recommended way of setting values for this
  345. ; directive is through the use of the error level constants and bitwise
  346. ; operators. The error level constants are below here for convenience as well as
  347. ; some common settings and their meanings.
  348. ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
  349. ; those related to E_NOTICE and E_STRICT, which together cover best practices and
  350. ; recommended coding standards in PHP. For performance reasons, this is the
  351. ; recommend error reporting setting. Your production server shouldn't be wasting
  352. ; resources complaining about best practices and coding standards. That's what
  353. ; development servers and development settings are for.
  354. ; Note: The php.ini-development file has this setting as E_ALL. This
  355. ; means it pretty much reports everything which is exactly what you want during
  356. ; development and early testing.
  357. ;
  358. ; Error Level Constants:
  359. ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
  360. ; E_ERROR - fatal run-time errors
  361. ; E_RECOVERABLE_ERROR - almost fatal run-time errors
  362. ; E_WARNING - run-time warnings (non-fatal errors)
  363. ; E_PARSE - compile-time parse errors
  364. ; E_NOTICE - run-time notices (these are warnings which often result
  365. ; from a bug in your code, but it's possible that it was
  366. ; intentional (e.g., using an uninitialized variable and
  367. ; relying on the fact it is automatically initialized to an
  368. ; empty string)
  369. ; E_STRICT - run-time notices, enable to have PHP suggest changes
  370. ; to your code which will ensure the best interoperability
  371. ; and forward compatibility of your code
  372. ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
  373. ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
  374. ; initial startup
  375. ; E_COMPILE_ERROR - fatal compile-time errors
  376. ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
  377. ; E_USER_ERROR - user-generated error message
  378. ; E_USER_WARNING - user-generated warning message
  379. ; E_USER_NOTICE - user-generated notice message
  380. ; E_DEPRECATED - warn about code that will not work in future versions
  381. ; of PHP
  382. ; E_USER_DEPRECATED - user-generated deprecation warnings
  383. ;
  384. ; Common Values:
  385. ; E_ALL (Show all errors, warnings and notices including coding standards.)
  386. ; E_ALL & ~E_NOTICE (Show all errors, except for notices)
  387. ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnings.)
  388. ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
  389. ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
  390. ; Development Value: E_ALL
  391. ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
  392. ; http://php.net/error-reporting
  393. error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
  394. ; This directive controls whether or not and where PHP will output errors,
  395. ; notices and warnings too. Error output is very useful during development, but
  396. ; it could be very dangerous in production environments. Depending on the code
  397. ; which is triggering the error, sensitive information could potentially leak
  398. ; out of your application such as database usernames and passwords or worse.
  399. ; For production environments, we recommend logging errors rather than
  400. ; sending them to STDOUT.
  401. ; Possible Values:
  402. ; Off = Do not display any errors
  403. ; stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
  404. ; On or stdout = Display errors to STDOUT
  405. ; Default Value: On
  406. ; Development Value: On
  407. ; Production Value: Off
  408. ; http://php.net/display-errors
  409. display_errors = Off
  410. ; The display of errors which occur during PHP's startup sequence are handled
  411. ; separately from display_errors. PHP's default behavior is to suppress those
  412. ; errors from clients. Turning the display of startup errors on can be useful in
  413. ; debugging configuration problems. We strongly recommend you
  414. ; set this to 'off' for production servers.
  415. ; Default Value: Off
  416. ; Development Value: On
  417. ; Production Value: Off
  418. ; http://php.net/display-startup-errors
  419. display_startup_errors = Off
  420. ; Besides displaying errors, PHP can also log errors to locations such as a
  421. ; server-specific log, STDERR, or a location specified by the error_log
  422. ; directive found below. While errors should not be displayed on productions
  423. ; servers they should still be monitored and logging is a great way to do that.
  424. ; Default Value: Off
  425. ; Development Value: On
  426. ; Production Value: On
  427. ; http://php.net/log-errors
  428. log_errors = On
  429. ; Set maximum length of log_errors. In error_log information about the source is
  430. ; added. The default is 1024 and 0 allows to not apply any maximum length at all.
  431. ; http://php.net/log-errors-max-len
  432. log_errors_max_len = 1024
  433. ; Do not log repeated messages. Repeated errors must occur in same file on same
  434. ; line unless ignore_repeated_source is set true.
  435. ; http://php.net/ignore-repeated-errors
  436. ignore_repeated_errors = Off
  437. ; Ignore source of message when ignoring repeated messages. When this setting
  438. ; is On you will not log errors with repeated messages from different files or
  439. ; source lines.
  440. ; http://php.net/ignore-repeated-source
  441. ignore_repeated_source = Off
  442. ; If this parameter is set to Off, then memory leaks will not be shown (on
  443. ; stdout or in the log). This has only effect in a debug compile, and if
  444. ; error reporting includes E_WARNING in the allowed list
  445. ; http://php.net/report-memleaks
  446. report_memleaks = On
  447. ; This setting is on by default.
  448. ;report_zend_debug = 0
  449. ; Store the last error/warning message in $php_errormsg (boolean). Setting this value
  450. ; to On can assist in debugging and is appropriate for development servers. It should
  451. ; however be disabled on production servers.
  452. ; This directive is DEPRECATED.
  453. ; Default Value: Off
  454. ; Development Value: Off
  455. ; Production Value: Off
  456. ; http://php.net/track-errors
  457. ;track_errors = Off
  458. ; Turn off normal error reporting and emit XML-RPC error XML
  459. ; http://php.net/xmlrpc-errors
  460. ;xmlrpc_errors = 0
  461. ; An XML-RPC faultCode
  462. ;xmlrpc_error_number = 0
  463. ; When PHP displays or logs an error, it has the capability of formatting the
  464. ; error message as HTML for easier reading. This directive controls whether
  465. ; the error message is formatted as HTML or not.
  466. ; Note: This directive is hardcoded to Off for the CLI SAPI
  467. ; Default Value: On
  468. ; Development Value: On
  469. ; Production value: On
  470. ; http://php.net/html-errors
  471. html_errors = On
  472. ; If html_errors is set to On *and* docref_root is not empty, then PHP
  473. ; produces clickable error messages that direct to a page describing the error
  474. ; or function causing the error in detail.
  475. ; You can download a copy of the PHP manual from http://php.net/docs
  476. ; and change docref_root to the base URL of your local copy including the
  477. ; leading '/'. You must also specify the file extension being used including
  478. ; the dot. PHP's default behavior is to leave these settings empty, in which
  479. ; case no links to documentation are generated.
  480. ; Note: Never use this feature for production boxes.
  481. ; http://php.net/docref-root
  482. ; Examples
  483. ;docref_root = "/phpmanual/"
  484. ; http://php.net/docref-ext
  485. ;docref_ext = .html
  486. ; String to output before an error message. PHP's default behavior is to leave
  487. ; this setting blank.
  488. ; http://php.net/error-prepend-string
  489. ; Example:
  490. ;error_prepend_string = "<span style='color: #ff0000'>"
  491. ; String to output after an error message. PHP's default behavior is to leave
  492. ; this setting blank.
  493. ; http://php.net/error-append-string
  494. ; Example:
  495. ;error_append_string = "</span>"
  496. ; Log errors to specified file. PHP's default behavior is to leave this value
  497. ; empty.
  498. ; http://php.net/error-log
  499. ; Example:
  500. ;error_log = php_errors.log
  501. ; Log errors to syslog.
  502. ;error_log = syslog
  503. ;windows.show_crt_warning
  504. ; Default value: 0
  505. ; Development value: 0
  506. ; Production value: 0
  507. ;;;;;;;;;;;;;;;;;
  508. ; Data Handling ;
  509. ;;;;;;;;;;;;;;;;;
  510. ; The separator used in PHP generated URLs to separate arguments.
  511. ; PHP's default setting is "&".
  512. ; http://php.net/arg-separator.output
  513. ; Example:
  514. ;arg_separator.output = "&amp;"
  515. ; List of separator(s) used by PHP to parse input URLs into variables.
  516. ; PHP's default setting is "&".
  517. ; NOTE: Every character in this directive is considered as separator!
  518. ; http://php.net/arg-separator.input
  519. ; Example:
  520. ;arg_separator.input = ";&"
  521. ; This directive determines which super global arrays are registered when PHP
  522. ; starts up. G,P,C,E & S are abbreviations for the following respective super
  523. ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
  524. ; paid for the registration of these arrays and because ENV is not as commonly
  525. ; used as the others, ENV is not recommended on productions servers. You
  526. ; can still get access to the environment variables through getenv() should you
  527. ; need to.
  528. ; Default Value: "EGPCS"
  529. ; Development Value: "GPCS"
  530. ; Production Value: "GPCS";
  531. ; http://php.net/variables-order
  532. variables_order = "GPCS"
  533. ; This directive determines which super global data (G,P & C) should be
  534. ; registered into the super global array REQUEST. If so, it also determines
  535. ; the order in which that data is registered. The values for this directive
  536. ; are specified in the same manner as the variables_order directive,
  537. ; EXCEPT one. Leaving this value empty will cause PHP to use the value set
  538. ; in the variables_order directive. It does not mean it will leave the super
  539. ; globals array REQUEST empty.
  540. ; Default Value: None
  541. ; Development Value: "GP"
  542. ; Production Value: "GP"
  543. ; http://php.net/request-order
  544. request_order = "GP"
  545. ; This directive determines whether PHP registers $argv & $argc each time it
  546. ; runs. $argv contains an array of all the arguments passed to PHP when a script
  547. ; is invoked. $argc contains an integer representing the number of arguments
  548. ; that were passed when the script was invoked. These arrays are extremely
  549. ; useful when running scripts from the command line. When this directive is
  550. ; enabled, registering these variables consumes CPU cycles and memory each time
  551. ; a script is executed. For performance reasons, this feature should be disabled
  552. ; on production servers.
  553. ; Note: This directive is hardcoded to On for the CLI SAPI
  554. ; Default Value: On
  555. ; Development Value: Off
  556. ; Production Value: Off
  557. ; http://php.net/register-argc-argv
  558. register_argc_argv = Off
  559. ; When enabled, the ENV, REQUEST and SERVER variables are created when they're
  560. ; first used (Just In Time) instead of when the script starts. If these
  561. ; variables are not used within a script, having this directive on will result
  562. ; in a performance gain. The PHP directive register_argc_argv must be disabled
  563. ; for this directive to have any affect.
  564. ; http://php.net/auto-globals-jit
  565. auto_globals_jit = On
  566. ; Whether PHP will read the POST data.
  567. ; This option is enabled by default.
  568. ; Most likely, you won't want to disable this option globally. It causes $_POST
  569. ; and $_FILES to always be empty; the only way you will be able to read the
  570. ; POST data will be through the php://input stream wrapper. This can be useful
  571. ; to proxy requests or to process the POST data in a memory efficient fashion.
  572. ; http://php.net/enable-post-data-reading
  573. ;enable_post_data_reading = Off
  574. ; Maximum size of POST data that PHP will accept.
  575. ; Its value may be 0 to disable the limit. It is ignored if POST data reading
  576. ; is disabled through enable_post_data_reading.
  577. ; http://php.net/post-max-size
  578. post_max_size = 100M
  579. ; Automatically add files before PHP document.
  580. ; http://php.net/auto-prepend-file
  581. auto_prepend_file =
  582. ; Automatically add files after PHP document.
  583. ; http://php.net/auto-append-file
  584. auto_append_file =
  585. ; By default, PHP will output a media type using the Content-Type header. To
  586. ; disable this, simply set it to be empty.
  587. ;
  588. ; PHP's built-in default media type is set to text/html.
  589. ; http://php.net/default-mimetype
  590. default_mimetype = "text/html"
  591. ; PHP's default character set is set to UTF-8.
  592. ; http://php.net/default-charset
  593. default_charset = "UTF-8"
  594. ; PHP internal character encoding is set to empty.
  595. ; If empty, default_charset is used.
  596. ; http://php.net/internal-encoding
  597. ;internal_encoding =
  598. ; PHP input character encoding is set to empty.
  599. ; If empty, default_charset is used.
  600. ; http://php.net/input-encoding
  601. ;input_encoding =
  602. ; PHP output character encoding is set to empty.
  603. ; If empty, default_charset is used.
  604. ; See also output_buffer.
  605. ; http://php.net/output-encoding
  606. ;output_encoding =
  607. ;;;;;;;;;;;;;;;;;;;;;;;;;
  608. ; Paths and Directories ;
  609. ;;;;;;;;;;;;;;;;;;;;;;;;;
  610. ; UNIX: "/path1:/path2"
  611. ;include_path = ".:/php/includes"
  612. ;
  613. ; Windows: "\path1;\path2"
  614. ;include_path = ".;c:\php\includes"
  615. ;
  616. ; PHP's default setting for include_path is ".;/path/to/php/pear"
  617. ; http://php.net/include-path
  618. ; The root of the PHP pages, used only if nonempty.
  619. ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
  620. ; if you are running php as a CGI under any web server (other than IIS)
  621. ; see documentation for security issues. The alternate is to use the
  622. ; cgi.force_redirect configuration below
  623. ; http://php.net/doc-root
  624. doc_root =
  625. ; The directory under which PHP opens the script using /~username used only
  626. ; if nonempty.
  627. ; http://php.net/user-dir
  628. user_dir =
  629. ; Directory in which the loadable extensions (modules) reside.
  630. ; http://php.net/extension-dir
  631. ; extension_dir = "./"
  632. ; On windows:
  633. ; extension_dir = "ext"
  634. ; Directory where the temporary files should be placed.
  635. ; Defaults to the system default (see sys_get_temp_dir)
  636. ; sys_temp_dir = "/tmp"
  637. ; Whether or not to enable the dl() function. The dl() function does NOT work
  638. ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
  639. ; disabled on them.
  640. ; http://php.net/enable-dl
  641. enable_dl = Off
  642. ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
  643. ; most web servers. Left undefined, PHP turns this on by default. You can
  644. ; turn it off here AT YOUR OWN RISK
  645. ; **You CAN safely turn this off for IIS, in fact, you MUST.**
  646. ; http://php.net/cgi.force-redirect
  647. ;cgi.force_redirect = 1
  648. ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
  649. ; every request. PHP's default behavior is to disable this feature.
  650. ;cgi.nph = 1
  651. ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
  652. ; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
  653. ; will look for to know it is OK to continue execution. Setting this variable MAY
  654. ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
  655. ; http://php.net/cgi.redirect-status-env
  656. ;cgi.redirect_status_env =
  657. ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
  658. ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
  659. ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
  660. ; this to 1 will cause PHP CGI to fix its paths to conform to the spec. A setting
  661. ; of zero causes PHP to behave as before. Default is 1. You should fix your scripts
  662. ; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
  663. ; http://php.net/cgi.fix-pathinfo
  664. cgi.fix_pathinfo=0
  665. ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
  666. ; of the web tree and people will not be able to circumvent .htaccess security.
  667. ; http://php.net/cgi.dicard-path
  668. ;cgi.discard_path=1
  669. ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
  670. ; security tokens of the calling client. This allows IIS to define the
  671. ; security context that the request runs under. mod_fastcgi under Apache
  672. ; does not currently support this feature (03/17/2002)
  673. ; Set to 1 if running under IIS. Default is zero.
  674. ; http://php.net/fastcgi.impersonate
  675. ;fastcgi.impersonate = 1
  676. ; Disable logging through FastCGI connection. PHP's default behavior is to enable
  677. ; this feature.
  678. ;fastcgi.logging = 0
  679. ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
  680. ; use when sending HTTP response code. If set to 0, PHP sends Status: header that
  681. ; is supported by Apache. When this option is set to 1, PHP will send
  682. ; RFC2616 compliant header.
  683. ; Default is zero.
  684. ; http://php.net/cgi.rfc2616-headers
  685. ;cgi.rfc2616_headers = 0
  686. ; cgi.check_shebang_line controls whether CGI PHP checks for line starting with #!
  687. ; (shebang) at the top of the running script. This line might be needed if the
  688. ; script support running both as stand-alone script and via PHP CGI<. PHP in CGI
  689. ; mode skips this line and ignores its content if this directive is turned on.
  690. ; http://php.net/cgi.check-shebang-line
  691. ;cgi.check_shebang_line=1
  692. ;;;;;;;;;;;;;;;;
  693. ; File Uploads ;
  694. ;;;;;;;;;;;;;;;;
  695. ; Whether to allow HTTP file uploads.
  696. ; http://php.net/file-uploads
  697. file_uploads = On
  698. ; Temporary directory for HTTP uploaded files (will use system default if not
  699. ; specified).
  700. ; http://php.net/upload-tmp-dir
  701. ;upload_tmp_dir =
  702. ; Maximum allowed size for uploaded files.
  703. ; http://php.net/upload-max-filesize
  704. upload_max_filesize = 100M
  705. ; Maximum number of files that can be uploaded via a single request
  706. max_file_uploads = 20
  707. ;;;;;;;;;;;;;;;;;;
  708. ; Fopen wrappers ;
  709. ;;;;;;;;;;;;;;;;;;
  710. ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
  711. ; http://php.net/allow-url-fopen
  712. allow_url_fopen = On
  713. ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
  714. ; http://php.net/allow-url-include
  715. allow_url_include = Off
  716. ; Define the anonymous ftp password (your email address). PHP's default setting
  717. ; for this is empty.
  718. ; http://php.net/from
  719. ;from="john@doe.com"
  720. ; Define the User-Agent string. PHP's default setting for this is empty.
  721. ; http://php.net/user-agent
  722. ;user_agent="PHP"
  723. ; Default timeout for socket based streams (seconds)
  724. ; http://php.net/default-socket-timeout
  725. default_socket_timeout = 60
  726. ; If your scripts have to deal with files from Macintosh systems,
  727. ; or you are running on a Mac and need to deal with files from
  728. ; unix or win32 systems, setting this flag will cause PHP to
  729. ; automatically detect the EOL character in those files so that
  730. ; fgets() and file() will work regardless of the source of the file.
  731. ; http://php.net/auto-detect-line-endings
  732. ;auto_detect_line_endings = Off
  733. ;;;;;;;;;;;;;;;;;;;;;;
  734. ; Dynamic Extensions ;
  735. ;;;;;;;;;;;;;;;;;;;;;;
  736. ; If you wish to have an extension loaded automatically, use the following
  737. ; syntax:
  738. ;
  739. ; extension=modulename
  740. ;
  741. ; For example:
  742. ;
  743. ; extension=mysqli
  744. ;
  745. ; When the extension library to load is not located in the default extension
  746. ; directory, You may specify an absolute path to the library file:
  747. ;
  748. ; extension=/path/to/extension/mysqli.so
  749. ;
  750. ; Note : The syntax used in previous PHP versions ('extension=<ext>.so' and
  751. ; 'extension='php_<ext>.dll') is supported for legacy reasons and may be
  752. ; deprecated in a future PHP major version. So, when it is possible, please
  753. ; move to the new ('extension=<ext>) syntax.
  754. ;;;;
  755. ; Note: packaged extension modules are now loaded via the .ini files
  756. ; found in the directory /etc/php.d; these are loaded by default.
  757. ;;;;
  758. ;;;;;;;;;;;;;;;;;;;
  759. ; Module Settings ;
  760. ;;;;;;;;;;;;;;;;;;;
  761. [CLI Server]
  762. ; Whether the CLI web server uses ANSI color coding in its terminal output.
  763. cli_server.color = On
  764. [Date]
  765. ; Defines the default timezone used by the date functions
  766. ; http://php.net/date.timezone
  767. ;date.timezone =
  768. ; http://php.net/date.default-latitude
  769. ;date.default_latitude = 31.7667
  770. ; http://php.net/date.default-longitude
  771. ;date.default_longitude = 35.2333
  772. ; http://php.net/date.sunrise-zenith
  773. ;date.sunrise_zenith = 90.583333
  774. ; http://php.net/date.sunset-zenith
  775. ;date.sunset_zenith = 90.583333
  776. [filter]
  777. ; http://php.net/filter.default
  778. ;filter.default = unsafe_raw
  779. ; http://php.net/filter.default-flags
  780. ;filter.default_flags =
  781. [iconv]
  782. ; Use of this INI entry is deprecated, use global input_encoding instead.
  783. ; If empty, default_charset or input_encoding or iconv.input_encoding is used.
  784. ; The precedence is: default_charset < intput_encoding < iconv.input_encoding
  785. ;iconv.input_encoding =
  786. ; Use of this INI entry is deprecated, use global internal_encoding instead.
  787. ; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.
  788. ; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
  789. ;iconv.internal_encoding =
  790. ; Use of this INI entry is deprecated, use global output_encoding instead.
  791. ; If empty, default_charset or output_encoding or iconv.output_encoding is used.
  792. ; The precedence is: default_charset < output_encoding < iconv.output_encoding
  793. ; To use an output encoding conversion, iconv's output handler must be set
  794. ; otherwise output encoding conversion cannot be performed.
  795. ;iconv.output_encoding =
  796. [intl]
  797. ;intl.default_locale =
  798. ; This directive allows you to produce PHP errors when some error
  799. ; happens within intl functions. The value is the level of the error produced.
  800. ; Default is 0, which does not produce any errors.
  801. ;intl.error_level = E_WARNING
  802. ;intl.use_exceptions = 0
  803. [sqlite3]
  804. ;sqlite3.extension_dir =
  805. [Pcre]
  806. ;PCRE library backtracking limit.
  807. ; http://php.net/pcre.backtrack-limit
  808. ;pcre.backtrack_limit=100000
  809. ;PCRE library recursion limit.
  810. ;Please note that if you set this value to a high number you may consume all
  811. ;the available process stack and eventually crash PHP (due to reaching the
  812. ;stack size limit imposed by the Operating System).
  813. ; http://php.net/pcre.recursion-limit
  814. ;pcre.recursion_limit=100000
  815. ;Enables or disables JIT compilation of patterns. This requires the PCRE
  816. ;library to be compiled with JIT support.
  817. pcre.jit=0
  818. [Pdo]
  819. ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
  820. ; http://php.net/pdo-odbc.connection-pooling
  821. ;pdo_odbc.connection_pooling=strict
  822. ;pdo_odbc.db2_instance_name
  823. [Pdo_mysql]
  824. ; If mysqlnd is used: Number of cache slots for the internal result set cache
  825. ; http://php.net/pdo_mysql.cache_size
  826. pdo_mysql.cache_size = 2000
  827. ; Default socket name for local MySQL connects. If empty, uses the built-in
  828. ; MySQL defaults.
  829. ; http://php.net/pdo_mysql.default-socket
  830. pdo_mysql.default_socket=
  831. [Phar]
  832. ; http://php.net/phar.readonly
  833. ;phar.readonly = On
  834. ; http://php.net/phar.require-hash
  835. ;phar.require_hash = On
  836. ;phar.cache_list =
  837. [mail function]
  838. ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
  839. ; http://php.net/sendmail-path
  840. sendmail_path = /usr/sbin/sendmail -t -i
  841. ; Force the addition of the specified parameters to be passed as extra parameters
  842. ; to the sendmail binary. These parameters will always replace the value of
  843. ; the 5th parameter to mail().
  844. ;mail.force_extra_parameters =
  845. ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
  846. mail.add_x_header = On
  847. ; The path to a log file that will log all mail() calls. Log entries include
  848. ; the full path of the script, line number, To address and headers.
  849. ;mail.log =
  850. ; Log mail to syslog;
  851. ;mail.log = syslog
  852. [ODBC]
  853. ; http://php.net/odbc.default-db
  854. ;odbc.default_db = Not yet implemented
  855. ; http://php.net/odbc.default-user
  856. ;odbc.default_user = Not yet implemented
  857. ; http://php.net/odbc.default-pw
  858. ;odbc.default_pw = Not yet implemented
  859. ; Controls the ODBC cursor model.
  860. ; Default: SQL_CURSOR_STATIC (default).
  861. ;odbc.default_cursortype
  862. ; Allow or prevent persistent links.
  863. ; http://php.net/odbc.allow-persistent
  864. odbc.allow_persistent = On
  865. ; Check that a connection is still valid before reuse.
  866. ; http://php.net/odbc.check-persistent
  867. odbc.check_persistent = On
  868. ; Maximum number of persistent links. -1 means no limit.
  869. ; http://php.net/odbc.max-persistent
  870. odbc.max_persistent = -1
  871. ; Maximum number of links (persistent + non-persistent). -1 means no limit.
  872. ; http://php.net/odbc.max-links
  873. odbc.max_links = -1
  874. ; Handling of LONG fields. Returns number of bytes to variables. 0 means
  875. ; passthru.
  876. ; http://php.net/odbc.defaultlrl
  877. odbc.defaultlrl = 4096
  878. ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
  879. ; See the documentation on odbc_binmode and odbc_longreadlen for an explanation
  880. ; of odbc.defaultlrl and odbc.defaultbinmode
  881. ; http://php.net/odbc.defaultbinmode
  882. odbc.defaultbinmode = 1
  883. ;birdstep.max_links = -1
  884. [Interbase]
  885. ; Allow or prevent persistent links.
  886. ibase.allow_persistent = 1
  887. ; Maximum number of persistent links. -1 means no limit.
  888. ibase.max_persistent = -1
  889. ; Maximum number of links (persistent + non-persistent). -1 means no limit.
  890. ibase.max_links = -1
  891. ; Default database name for ibase_connect().
  892. ;ibase.default_db =
  893. ; Default username for ibase_connect().
  894. ;ibase.default_user =
  895. ; Default password for ibase_connect().
  896. ;ibase.default_password =
  897. ; Default charset for ibase_connect().
  898. ;ibase.default_charset =
  899. ; Default timestamp format.
  900. ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
  901. ; Default date format.
  902. ibase.dateformat = "%Y-%m-%d"
  903. ; Default time format.
  904. ibase.timeformat = "%H:%M:%S"
  905. [MySQLi]
  906. ; Maximum number of persistent links. -1 means no limit.
  907. ; http://php.net/mysqli.max-persistent
  908. mysqli.max_persistent = -1
  909. ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
  910. ; http://php.net/mysqli.allow_local_infile
  911. ;mysqli.allow_local_infile = On
  912. ; Allow or prevent persistent links.
  913. ; http://php.net/mysqli.allow-persistent
  914. mysqli.allow_persistent = On
  915. ; Maximum number of links. -1 means no limit.
  916. ; http://php.net/mysqli.max-links
  917. mysqli.max_links = -1
  918. ; If mysqlnd is used: Number of cache slots for the internal result set cache
  919. ; http://php.net/mysqli.cache_size
  920. mysqli.cache_size = 2000
  921. ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
  922. ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
  923. ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
  924. ; at MYSQL_PORT.
  925. ; http://php.net/mysqli.default-port
  926. mysqli.default_port = 3306
  927. ; Default socket name for local MySQL connects. If empty, uses the built-in
  928. ; MySQL defaults.
  929. ; http://php.net/mysqli.default-socket
  930. mysqli.default_socket =
  931. ; Default host for mysql_connect() (doesn't apply in safe mode).
  932. ; http://php.net/mysqli.default-host
  933. mysqli.default_host =
  934. ; Default user for mysql_connect() (doesn't apply in safe mode).
  935. ; http://php.net/mysqli.default-user
  936. mysqli.default_user =
  937. ; Default password for mysqli_connect() (doesn't apply in safe mode).
  938. ; Note that this is generally a *bad* idea to store passwords in this file.
  939. ; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
  940. ; and reveal this password! And of course, any users with read access to this
  941. ; file will be able to reveal the password as well.
  942. ; http://php.net/mysqli.default-pw
  943. mysqli.default_pw =
  944. ; Allow or prevent reconnect
  945. mysqli.reconnect = Off
  946. [mysqlnd]
  947. ; Enable / Disable collection of general statistics by mysqlnd which can be
  948. ; used to tune and monitor MySQL operations.
  949. ; http://php.net/mysqlnd.collect_statistics
  950. mysqlnd.collect_statistics = On
  951. ; Enable / Disable collection of memory usage statistics by mysqlnd which can be
  952. ; used to tune and monitor MySQL operations.
  953. ; http://php.net/mysqlnd.collect_memory_statistics
  954. mysqlnd.collect_memory_statistics = Off
  955. ; Records communication from all extensions using mysqlnd to the specified log
  956. ; file.
  957. ; http://php.net/mysqlnd.debug
  958. ;mysqlnd.debug =
  959. ; Defines which queries will be logged.
  960. ; http://php.net/mysqlnd.log_mask
  961. ;mysqlnd.log_mask = 0
  962. ; Default size of the mysqlnd memory pool, which is used by result sets.
  963. ; http://php.net/mysqlnd.mempool_default_size
  964. ;mysqlnd.mempool_default_size = 16000
  965. ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
  966. ; http://php.net/mysqlnd.net_cmd_buffer_size
  967. ;mysqlnd.net_cmd_buffer_size = 2048
  968. ; Size of a pre-allocated buffer used for reading data sent by the server in
  969. ; bytes.
  970. ; http://php.net/mysqlnd.net_read_buffer_size
  971. ;mysqlnd.net_read_buffer_size = 32768
  972. ; Timeout for network requests in seconds.
  973. ; http://php.net/mysqlnd.net_read_timeout
  974. ;mysqlnd.net_read_timeout = 31536000
  975. ; SHA-256 Authentication Plugin related. File with the MySQL server public RSA
  976. ; key.
  977. ; http://php.net/mysqlnd.sha256_server_public_key
  978. ;mysqlnd.sha256_server_public_key =
  979. [PostgreSQL]
  980. ; Allow or prevent persistent links.
  981. ; http://php.net/pgsql.allow-persistent
  982. pgsql.allow_persistent = On
  983. ; Detect broken persistent links always with pg_pconnect().
  984. ; Auto reset feature requires a little overheads.
  985. ; http://php.net/pgsql.auto-reset-persistent
  986. pgsql.auto_reset_persistent = Off
  987. ; Maximum number of persistent links. -1 means no limit.
  988. ; http://php.net/pgsql.max-persistent
  989. pgsql.max_persistent = -1
  990. ; Maximum number of links (persistent+non persistent). -1 means no limit.
  991. ; http://php.net/pgsql.max-links
  992. pgsql.max_links = -1
  993. ; Ignore PostgreSQL backends Notice message or not.
  994. ; Notice message logging require a little overheads.
  995. ; http://php.net/pgsql.ignore-notice
  996. pgsql.ignore_notice = 0
  997. ; Log PostgreSQL backends Notice message or not.
  998. ; Unless pgsql.ignore_notice=0, module cannot log notice message.
  999. ; http://php.net/pgsql.log-notice
  1000. pgsql.log_notice = 0
  1001. [bcmath]
  1002. ; Number of decimal digits for all bcmath functions.
  1003. ; http://php.net/bcmath.scale
  1004. bcmath.scale = 0
  1005. [browscap]
  1006. ; http://php.net/browscap
  1007. ;browscap = extra/browscap.ini
  1008. [Session]
  1009. ; Handler used to store/retrieve data.
  1010. ; http://php.net/session.save-handler
  1011. session.save_handler = files
  1012. ; Argument passed to save_handler. In the case of files, this is the path
  1013. ; where data files are stored. Note: Windows users have to change this
  1014. ; variable in order to use PHP's session functions.
  1015. ;
  1016. ; The path can be defined as:
  1017. ;
  1018. ; session.save_path = "N;/path"
  1019. ;
  1020. ; where N is an integer. Instead of storing all the session files in
  1021. ; /path, what this will do is use subdirectories N-levels deep, and
  1022. ; store the session data in those directories. This is useful if
  1023. ; your OS has problems with many files in one directory, and is
  1024. ; a more efficient layout for servers that handle many sessions.
  1025. ;
  1026. ; NOTE 1: PHP will not create this directory structure automatically.
  1027. ; You can use the script in the ext/session dir for that purpose.
  1028. ; NOTE 2: See the section on garbage collection below if you choose to
  1029. ; use subdirectories for session storage
  1030. ;
  1031. ; The file storage module creates files using mode 600 by default.
  1032. ; You can change that by using
  1033. ;
  1034. ; session.save_path = "N;MODE;/path"
  1035. ;
  1036. ; where MODE is the octal representation of the mode. Note that this
  1037. ; does not overwrite the process's umask.
  1038. ; http://php.net/session.save-path
  1039. ; RPM note : session directory must be owned by process owner
  1040. ; for mod_php, see /etc/httpd/conf.d/php.conf
  1041. ; for php-fpm, see /etc/php-fpm.d/*conf
  1042. ;session.save_path = "/tmp"
  1043. ; Whether to use strict session mode.
  1044. ; Strict session mode does not accept uninitialized session ID and regenerate
  1045. ; session ID if browser sends uninitialized session ID. Strict mode protects
  1046. ; applications from session fixation via session adoption vulnerability. It is
  1047. ; disabled by default for maximum compatibility, but enabling it is encouraged.
  1048. ; https://wiki.php.net/rfc/strict_sessions
  1049. session.use_strict_mode = 0
  1050. ; Whether to use cookies.
  1051. ; http://php.net/session.use-cookies
  1052. session.use_cookies = 1
  1053. ; http://php.net/session.cookie-secure
  1054. ;session.cookie_secure =
  1055. ; This option forces PHP to fetch and use a cookie for storing and maintaining
  1056. ; the session id. We encourage this operation as it's very helpful in combating
  1057. ; session hijacking when not specifying and managing your own session id. It is
  1058. ; not the be-all and end-all of session hijacking defense, but it's a good start.
  1059. ; http://php.net/session.use-only-cookies
  1060. session.use_only_cookies = 1
  1061. ; Name of the session (used as cookie name).
  1062. ; http://php.net/session.name
  1063. session.name = PHPSESSID
  1064. ; Initialize session on request startup.
  1065. ; http://php.net/session.auto-start
  1066. session.auto_start = 0
  1067. ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
  1068. ; http://php.net/session.cookie-lifetime
  1069. session.cookie_lifetime = 0
  1070. ; The path for which the cookie is valid.
  1071. ; http://php.net/session.cookie-path
  1072. session.cookie_path = /
  1073. ; The domain for which the cookie is valid.
  1074. ; http://php.net/session.cookie-domain
  1075. session.cookie_domain =
  1076. ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.
  1077. ; http://php.net/session.cookie-httponly
  1078. session.cookie_httponly =
  1079. ; Handler used to serialize data. php is the standard serializer of PHP.
  1080. ; http://php.net/session.serialize-handler
  1081. session.serialize_handler = php
  1082. ; Defines the probability that the 'garbage collection' process is started
  1083. ; on every session initialization. The probability is calculated by using
  1084. ; gc_probability/gc_divisor. Where session.gc_probability is the numerator
  1085. ; and gc_divisor is the denominator in the equation. Setting this value to 1
  1086. ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
  1087. ; the gc will run on any give request.
  1088. ; Default Value: 1
  1089. ; Development Value: 1
  1090. ; Production Value: 1
  1091. ; http://php.net/session.gc-probability
  1092. session.gc_probability = 1
  1093. ; Defines the probability that the 'garbage collection' process is started on every
  1094. ; session initialization. The probability is calculated by using the following equation:
  1095. ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and
  1096. ; session.gc_divisor is the denominator in the equation. Setting this value to 1
  1097. ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
  1098. ; the gc will run on any give request. Increasing this value to 1000 will give you
  1099. ; a 0.1% chance the gc will run on any give request. For high volume production servers,
  1100. ; this is a more efficient approach.
  1101. ; Default Value: 100
  1102. ; Development Value: 1000
  1103. ; Production Value: 1000
  1104. ; http://php.net/session.gc-divisor
  1105. session.gc_divisor = 1000
  1106. ; After this number of seconds, stored data will be seen as 'garbage' and
  1107. ; cleaned up by the garbage collection process.
  1108. ; http://php.net/session.gc-maxlifetime
  1109. session.gc_maxlifetime = 1440
  1110. ; NOTE: If you are using the subdirectory option for storing session files
  1111. ; (see session.save_path above), then garbage collection does *not*
  1112. ; happen automatically. You will need to do your own garbage
  1113. ; collection through a shell script, cron entry, or some other method.
  1114. ; For example, the following script would is the equivalent of
  1115. ; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
  1116. ; find /path/to/sessions -cmin +24 -type f | xargs rm
  1117. ; Check HTTP Referer to invalidate externally stored URLs containing ids.
  1118. ; HTTP_REFERER has to contain this substring for the session to be
  1119. ; considered as valid.
  1120. ; http://php.net/session.referer-check
  1121. session.referer_check =
  1122. ; Set to {nocache,private,public,} to determine HTTP caching aspects
  1123. ; or leave this empty to avoid sending anti-caching headers.
  1124. ; http://php.net/session.cache-limiter
  1125. session.cache_limiter = nocache
  1126. ; Document expires after n minutes.
  1127. ; http://php.net/session.cache-expire
  1128. session.cache_expire = 180
  1129. ; trans sid support is disabled by default.
  1130. ; Use of trans sid may risk your users' security.
  1131. ; Use this option with caution.
  1132. ; - User may send URL contains active session ID
  1133. ; to other person via. email/irc/etc.
  1134. ; - URL that contains active session ID may be stored
  1135. ; in publicly accessible computer.
  1136. ; - User may access your site with the same session ID
  1137. ; always using URL stored in browser's history or bookmarks.
  1138. ; http://php.net/session.use-trans-sid
  1139. session.use_trans_sid = 0
  1140. ; Set session ID character length. This value could be between 22 to 256.
  1141. ; Shorter length than default is supported only for compatibility reason.
  1142. ; Users should use 32 or more chars.
  1143. ; http://php.net/session.sid_length
  1144. ; Default Value: 32
  1145. ; Development Value: 26
  1146. ; Production Value: 26
  1147. session.sid_length = 26
  1148. ; The URL rewriter will look for URLs in a defined set of HTML tags.
  1149. ; <form> is special; if you include them here, the rewriter will
  1150. ; add a hidden <input> field with the info which is otherwise appended
  1151. ; to URLs. <form> tag's action attribute URL will not be modified
  1152. ; unless it is specified.
  1153. ; Note that all valid entries require a "=", even if no value follows.
  1154. ; Default Value: "a=href,area=href,frame=src,form="
  1155. ; Development Value: "a=href,area=href,frame=src,form="
  1156. ; Production Value: "a=href,area=href,frame=src,form="
  1157. ; http://php.net/url-rewriter.tags
  1158. session.trans_sid_tags = "a=href,area=href,frame=src,form="
  1159. ; URL rewriter does not rewrite absolute URLs by default.
  1160. ; To enable rewrites for absolute pathes, target hosts must be specified
  1161. ; at RUNTIME. i.e. use ini_set()
  1162. ; <form> tags is special. PHP will check action attribute's URL regardless
  1163. ; of session.trans_sid_tags setting.
  1164. ; If no host is defined, HTTP_HOST will be used for allowed host.
  1165. ; Example value: php.net,www.php.net,wiki.php.net
  1166. ; Use "," for multiple hosts. No spaces are allowed.
  1167. ; Default Value: ""
  1168. ; Development Value: ""
  1169. ; Production Value: ""
  1170. ;session.trans_sid_hosts=""
  1171. ; Define how many bits are stored in each character when converting
  1172. ; the binary hash data to something readable.
  1173. ; Possible values:
  1174. ; 4 (4 bits: 0-9, a-f)
  1175. ; 5 (5 bits: 0-9, a-v)
  1176. ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
  1177. ; Default Value: 4
  1178. ; Development Value: 5
  1179. ; Production Value: 5
  1180. ; http://php.net/session.hash-bits-per-character
  1181. session.sid_bits_per_character = 5
  1182. ; Enable upload progress tracking in $_SESSION
  1183. ; Default Value: On
  1184. ; Development Value: On
  1185. ; Production Value: On
  1186. ; http://php.net/session.upload-progress.enabled
  1187. ;session.upload_progress.enabled = On
  1188. ; Cleanup the progress information as soon as all POST data has been read
  1189. ; (i.e. upload completed).
  1190. ; Default Value: On
  1191. ; Development Value: On
  1192. ; Production Value: On
  1193. ; http://php.net/session.upload-progress.cleanup
  1194. ;session.upload_progress.cleanup = On
  1195. ; A prefix used for the upload progress key in $_SESSION
  1196. ; Default Value: "upload_progress_"
  1197. ; Development Value: "upload_progress_"
  1198. ; Production Value: "upload_progress_"
  1199. ; http://php.net/session.upload-progress.prefix
  1200. ;session.upload_progress.prefix = "upload_progress_"
  1201. ; The index name (concatenated with the prefix) in $_SESSION
  1202. ; containing the upload progress information
  1203. ; Default Value: "PHP_SESSION_UPLOAD_PROGRESS"
  1204. ; Development Value: "PHP_SESSION_UPLOAD_PROGRESS"
  1205. ; Production Value: "PHP_SESSION_UPLOAD_PROGRESS"
  1206. ; http://php.net/session.upload-progress.name
  1207. ;session.upload_progress.name = "PHP_SESSION_UPLOAD_PROGRESS"
  1208. ; How frequently the upload progress should be updated.
  1209. ; Given either in percentages (per-file), or in bytes
  1210. ; Default Value: "1%"
  1211. ; Development Value: "1%"
  1212. ; Production Value: "1%"
  1213. ; http://php.net/session.upload-progress.freq
  1214. ;session.upload_progress.freq = "1%"
  1215. ; The minimum delay between updates, in seconds
  1216. ; Default Value: 1
  1217. ; Development Value: 1
  1218. ; Production Value: 1
  1219. ; http://php.net/session.upload-progress.min-freq
  1220. ;session.upload_progress.min_freq = "1"
  1221. ; Only write session data when session data is changed. Enabled by default.
  1222. ; http://php.net/session.lazy-write
  1223. ;session.lazy_write = On
  1224. [Assertion]
  1225. ; Switch whether to compile assertions at all (to have no overhead at run-time)
  1226. ; -1: Do not compile at all
  1227. ; 0: Jump over assertion at run-time
  1228. ; 1: Execute assertions
  1229. ; Changing from or to a negative value is only possible in php.ini! (For turning assertions on and off at run-time, see assert.active, when zend.assertions = 1)
  1230. ; Default Value: 1
  1231. ; Development Value: 1
  1232. ; Production Value: -1
  1233. ; http://php.net/zend.assertions
  1234. zend.assertions = -1
  1235. ; Assert(expr); active by default.
  1236. ; http://php.net/assert.active
  1237. ;assert.active = On
  1238. ; Throw an AssertationException on failed assertions
  1239. ; http://php.net/assert.exception
  1240. ;assert.exception = On
  1241. ; Issue a PHP warning for each failed assertion. (Overridden by assert.exception if active)
  1242. ; http://php.net/assert.warning
  1243. ;assert.warning = On
  1244. ; Don't bail out by default.
  1245. ; http://php.net/assert.bail
  1246. ;assert.bail = Off
  1247. ; User-function to be called if an assertion fails.
  1248. ; http://php.net/assert.callback
  1249. ;assert.callback = 0
  1250. ; Eval the expression with current error_reporting(). Set to true if you want
  1251. ; error_reporting(0) around the eval().
  1252. ; http://php.net/assert.quiet-eval
  1253. ;assert.quiet_eval = 0
  1254. [mbstring]
  1255. ; language for internal character representation.
  1256. ; This affects mb_send_mail() and mbstring.detect_order.
  1257. ; http://php.net/mbstring.language
  1258. ;mbstring.language = Japanese
  1259. ; Use of this INI entry is deprecated, use global internal_encoding instead.
  1260. ; internal/script encoding.
  1261. ; Some encoding cannot work as internal encoding. (e.g. SJIS, BIG5, ISO-2022-*)
  1262. ; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.
  1263. ; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
  1264. ;mbstring.internal_encoding =
  1265. ; Use of this INI entry is deprecated, use global input_encoding instead.
  1266. ; http input encoding.
  1267. ; mbstring.encoding_traslation = On is needed to use this setting.
  1268. ; If empty, default_charset or input_encoding or mbstring.input is used.
  1269. ; The precedence is: default_charset < intput_encoding < mbsting.http_input
  1270. ; http://php.net/mbstring.http-input
  1271. ;mbstring.http_input =
  1272. ; Use of this INI entry is deprecated, use global output_encoding instead.
  1273. ; http output encoding.
  1274. ; mb_output_handler must be registered as output buffer to function.
  1275. ; If empty, default_charset or output_encoding or mbstring.http_output is used.
  1276. ; The precedence is: default_charset < output_encoding < mbstring.http_output
  1277. ; To use an output encoding conversion, mbstring's output handler must be set
  1278. ; otherwise output encoding conversion cannot be performed.
  1279. ; http://php.net/mbstring.http-output
  1280. ;mbstring.http_output =
  1281. ; enable automatic encoding translation according to
  1282. ; mbstring.internal_encoding setting. Input chars are
  1283. ; converted to internal encoding by setting this to On.
  1284. ; Note: Do _not_ use automatic encoding translation for
  1285. ; portable libs/applications.
  1286. ; http://php.net/mbstring.encoding-translation
  1287. ;mbstring.encoding_translation = Off
  1288. ; automatic encoding detection order.
  1289. ; "auto" detect order is changed according to mbstring.language
  1290. ; http://php.net/mbstring.detect-order
  1291. ;mbstring.detect_order = auto
  1292. ; substitute_character used when character cannot be converted
  1293. ; one from another
  1294. ; http://php.net/mbstring.substitute-character
  1295. ;mbstring.substitute_character = none
  1296. ; overload(replace) single byte functions by mbstring functions.
  1297. ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
  1298. ; etc. Possible values are 0,1,2,4 or combination of them.
  1299. ; For example, 7 for overload everything.
  1300. ; 0: No overload
  1301. ; 1: Overload mail() function
  1302. ; 2: Overload str*() functions
  1303. ; 4: Overload ereg*() functions
  1304. ; http://php.net/mbstring.func-overload
  1305. ;mbstring.func_overload = 0
  1306. ; enable strict encoding detection.
  1307. ; Default: Off
  1308. ;mbstring.strict_detection = On
  1309. ; This directive specifies the regex pattern of content types for which mb_output_handler()
  1310. ; is activated.
  1311. ; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
  1312. ;mbstring.http_output_conv_mimetype=
  1313. [gd]
  1314. ; Tell the jpeg decode to ignore warnings and try to create
  1315. ; a gd image. The warning will then be displayed as notices
  1316. ; disabled by default
  1317. ; http://php.net/gd.jpeg-ignore-warning
  1318. ;gd.jpeg_ignore_warning = 1
  1319. [exif]
  1320. ; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.
  1321. ; With mbstring support this will automatically be converted into the encoding
  1322. ; given by corresponding encode setting. When empty mbstring.internal_encoding
  1323. ; is used. For the decode settings you can distinguish between motorola and
  1324. ; intel byte order. A decode setting cannot be empty.
  1325. ; http://php.net/exif.encode-unicode
  1326. ;exif.encode_unicode = ISO-8859-15
  1327. ; http://php.net/exif.decode-unicode-motorola
  1328. ;exif.decode_unicode_motorola = UCS-2BE
  1329. ; http://php.net/exif.decode-unicode-intel
  1330. ;exif.decode_unicode_intel = UCS-2LE
  1331. ; http://php.net/exif.encode-jis
  1332. ;exif.encode_jis =
  1333. ; http://php.net/exif.decode-jis-motorola
  1334. ;exif.decode_jis_motorola = JIS
  1335. ; http://php.net/exif.decode-jis-intel
  1336. ;exif.decode_jis_intel = JIS
  1337. [Tidy]
  1338. ; The path to a default tidy configuration file to use when using tidy
  1339. ; http://php.net/tidy.default-config
  1340. ;tidy.default_config = /usr/local/lib/php/default.tcfg
  1341. ; Should tidy clean and repair output automatically?
  1342. ; WARNING: Do not use this option if you are generating non-html content
  1343. ; such as dynamic images
  1344. ; http://php.net/tidy.clean-output
  1345. tidy.clean_output = Off
  1346. [soap]
  1347. ; Enables or disables WSDL caching feature.
  1348. ; http://php.net/soap.wsdl-cache-enabled
  1349. soap.wsdl_cache_enabled=1
  1350. ; Sets the directory name where SOAP extension will put cache files.
  1351. ; http://php.net/soap.wsdl-cache-dir
  1352. ; RPM note : cache directory must be owned by process owner
  1353. ; for mod_php, see /etc/httpd/conf.d/php.conf
  1354. ; for php-fpm, see /etc/php-fpm.d/*conf
  1355. soap.wsdl_cache_dir="/tmp"
  1356. ; (time to live) Sets the number of second while cached file will be used
  1357. ; instead of original one.
  1358. ; http://php.net/soap.wsdl-cache-ttl
  1359. soap.wsdl_cache_ttl=86400
  1360. ; Sets the size of the cache limit. (Max. number of WSDL files to cache)
  1361. soap.wsdl_cache_limit = 5
  1362. [sysvshm]
  1363. ; A default size of the shared memory segment
  1364. ;sysvshm.init_mem = 10000
  1365. [ldap]
  1366. ; Sets the maximum number of open links or -1 for unlimited.
  1367. ldap.max_links = -1
  1368. [dba]
  1369. ;dba.default_handler=
  1370. [curl]
  1371. ; A default value for the CURLOPT_CAINFO option. This is required to be an
  1372. ; absolute path.
  1373. ;curl.cainfo =
  1374. [openssl]
  1375. ; The location of a Certificate Authority (CA) file on the local filesystem
  1376. ; to use when verifying the identity of SSL/TLS peers. Most users should
  1377. ; not specify a value for this directive as PHP will attempt to use the
  1378. ; OS-managed cert stores in its absence. If specified, this value may still
  1379. ; be overridden on a per-stream basis via the "cafile" SSL stream context
  1380. ; option.
  1381. ;openssl.cafile=
  1382. ; If openssl.cafile is not specified or if the CA file is not found, the
  1383. ; directory pointed to by openssl.capath is searched for a suitable
  1384. ; certificate. This value must be a correctly hashed certificate directory.
  1385. ; Most users should not specify a value for this directive as PHP will
  1386. ; attempt to use the OS-managed cert stores in its absence. If specified,
  1387. ; this value may still be overridden on a per-stream basis via the "capath"
  1388. ; SSL stream context option.
  1389. ;openssl.capath=
  1390. ; Local Variables:
  1391. ; tab-width: 4
  1392. ; End: