Auteur Topic: php.ini  (gelezen 1508 keer)

Offline prettynifty

  • Bedankjes
  • -Gegeven: 0
  • -Ontvangen: 0
  • Berichten: 174
php.ini
« Gepost op: 14 september 2009, 16:56:15 »
Omdat ik een probleempje heb met een stukje php en dat waarschijnlijk komt door onderstaande.
Waar vind ik de php.ini?

------------------------------------------
Let op: om jezelf een hoop ellende te besparen:
Open php.ini
Zoek
; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
; NOTE: Using short tags should be avoided when developing applications or
; libraries that are meant for redistribution, or deployment on PHP
; servers which are not under your control, because short tags may not
; be supported on the target server. For portable, redistributable code,
; be sure not to use short tags.

Als daar staat:
short_open_tag = Off

Moet zijn:
short_open_tag = On
------------------------------------------

Of is dit hier niet van toepassing?

Ik heb er niet veel verstand van dus alle hulp is welkom

ps. mocht het hier niet goed staan, dan graag verplaatsen naar het juiste topic

Robert
  • Mijn Synology: DS212+
  • HDD's: 2x HD204UI
  • Extra's: DX213 2x WD30EFRX
It cannot be stressed enough how very important grammar is.

"Capitalization is the difference between helping your Uncle Jack off a horse and helping your uncle jack off a horse."

Is everybody clear on that?

Offline prettynifty

  • Bedankjes
  • -Gegeven: 0
  • -Ontvangen: 0
  • Berichten: 174
Re: php.ini
« Reactie #1 Gepost op: 15 september 2009, 12:52:25 »
php.ini gevonden

via of in de Config File Editor kan het aangepast worden

hoe je daar aan komt lees je hier:
viewtopic.php?f=84&t=2405
  • Mijn Synology: DS212+
  • HDD's: 2x HD204UI
  • Extra's: DX213 2x WD30EFRX
It cannot be stressed enough how very important grammar is.

"Capitalization is the difference between helping your Uncle Jack off a horse and helping your uncle jack off a horse."

Is everybody clear on that?