Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #18931 > unrolled thread

php.ini: expand tilde char

Started byFx ROOM <naso@tata.new>
First post2022-04-30 11:26 +0200
Last post2023-03-06 16:23 +0000
Articles 6 — 5 participants

Back to article view | Back to comp.lang.php


Contents

  php.ini: expand tilde char Fx ROOM <naso@tata.new> - 2022-04-30 11:26 +0200
    Re: php.ini: expand tilde char "J.O. Aho" <user@example.net> - 2022-04-30 11:47 +0200
      Re: php.ini: expand tilde char Fx ROOM <naso@tata.new> - 2022-04-30 12:54 +0200
    Re: php.ini: expand tilde char Y A <yyyyyeeeee00000@writeme.com> - 2023-02-24 09:52 -0800
    Re: php.ini: expand tilde char Ezimene nimi Teine nimi <techfan55555@hotmail.com> - 2023-03-06 03:26 -0800
      Re: php.ini: expand tilde char The Doctor <doctor@doctor.nl2k.ab.ca> - 2023-03-06 16:23 +0000

#18931 — php.ini: expand tilde char

FromFx ROOM <naso@tata.new>
Date2022-04-30 11:26 +0200
Subjectphp.ini: expand tilde char
Message-ID<t4ivcm$bsn$1@gioia.aioe.org>
$ grep error_log php.ini
error_log = ~/logs/error.log
$ php -i|grep error_log
error_log => -1 => -1

That's no good.
Solution?

$ grep error_log php.ini
error_log = %HOME%/logs/error.log
$ php -i|grep error_log
error_log => %HOME%/logs/error.log => %HOME%/logs/error.log

That's not good either.
Solution?

[toc] | [next] | [standalone]


#18932

From"J.O. Aho" <user@example.net>
Date2022-04-30 11:47 +0200
Message-ID<jd4esnFn5f3U1@mid.individual.net>
In reply to#18931
On 30/04/2022 11:26, Fx ROOM wrote:
> $ grep error_log php.ini
> error_log = ~/logs/error.log

Not sure php.ini will support file path substitutions in error_log, you 
will also need to enable logging before php will log something 
(log_errors = on). I think using a full path tends to work better.

Also you need to keep in mind that the php executing user needs that the 
directory already exists, the user has write permission in the directory 
and also has execution permission on all the directories from root to 
the directory where to store the log file.

-- 

  //Aho

[toc] | [prev] | [next] | [standalone]


#18933

FromFx ROOM <naso@tata.new>
Date2022-04-30 12:54 +0200
Message-ID<t4j4gl$h11$2@gioia.aioe.org>
In reply to#18932
Il 30/04/22 11:47, J.O. Aho ha scritto:
> On 30/04/2022 11:26, Fx ROOM wrote:
>> $ grep error_log php.ini
>> error_log = ~/logs/error.log
> 
> Not sure php.ini will support file path substitutions in error_log, you 
> will also need to enable logging before php will log something 
> (log_errors = on). I think using a full path tends to work better.
> 
> Also you need to keep in mind that the php executing user needs that the 
> directory already exists, the user has write permission in the directory 
> and also has execution permission on all the directories from root to 
> the directory where to store the log file.
> 

thanks

[toc] | [prev] | [next] | [standalone]


#19348

FromY A <yyyyyeeeee00000@writeme.com>
Date2023-02-24 09:52 -0800
Message-ID<271d0446-d261-4695-aeda-9536d442e773n@googlegroups.com>
In reply to#18931
MY TELEPHONE NUMBER 4 MONEY: + 3 7 2 ⠀⠀5 6 0 9 1 1 9 6⠀ .....


⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀



On Saturday, April 30, 2022 at 11:26:54 AM UTC+2, Fx ROOM wrote:
> $ grep error_log php.ini 
> error_log = ~/logs/error.log 
> $ php -i|grep error_log 
> error_log => -1 => -1 
> 
> That's no good. 
> Solution? 
> 
> $ grep error_log php.ini 
> error_log = %HOME%/logs/error.log 
> $ php -i|grep error_log 
> error_log => %HOME%/logs/error.log => %HOME%/logs/error.log 
> 
> That's not good either. 
> Solution?

[toc] | [prev] | [next] | [standalone]


#19377

FromEzimene nimi Teine nimi <techfan55555@hotmail.com>
Date2023-03-06 03:26 -0800
Message-ID<6fe6a3d2-9d13-4dbc-bdee-ce05243a6a2fn@googlegroups.com>
In reply to#18931
Get to: http://aaaaaaaaaaaaaaaar.medianewsonline.com/firstpage.php

And invite all Your friends too !!!!!!!!!!!





On Saturday, April 30, 2022 at 11:26:54 AM UTC+2, Fx ROOM wrote:
> $ grep error_log php.ini 
> error_log = ~/logs/error.log 
> $ php -i|grep error_log 
> error_log => -1 => -1 
> 
> That's no good. 
> Solution? 
> 
> $ grep error_log php.ini 
> error_log = %HOME%/logs/error.log 
> $ php -i|grep error_log 
> error_log => %HOME%/logs/error.log => %HOME%/logs/error.log 
> 
> That's not good either. 
> Solution?

[toc] | [prev] | [next] | [standalone]


#19382

FromThe Doctor <doctor@doctor.nl2k.ab.ca>
Date2023-03-06 16:23 +0000
Message-ID<tu542j$2s2r$61@gallifrey.nk.ca>
In reply to#19377
Ezimene nimi Teine nimi <techfan55555@hotmail.com> wrote:
: Get to: http://aaaaaaaaaaaaaaaar.medianewsonline.com/firstpage.php

: And invite all Your friends too !!!!!!!!!!!





: On Saturday, April 30, 2022 at 11:26:54=E2=80=AFAM UTC+2, Fx ROOM wrote:
: > $ grep error_log php.ini=20
: > error_log =3D ~/logs/error.log=20
: > $ php -i|grep error_log=20
: > error_log =3D> -1 =3D> -1=20
: >=20
: > That's no good.=20
: > Solution?=20
: >=20
: > $ grep error_log php.ini=20
: > error_log =3D %HOME%/logs/error.log=20
: > $ php -i|grep error_log=20
: > error_log =3D> %HOME%/logs/error.log =3D> %HOME%/logs/error.log=20
: >=20
: > That's not good either.=20
: > Solution?

This abusive spamtroll came from

X-Received: by 2002:ac8:42c8:0:b0:3bd:1838:2596 with SMTP id g8-20020ac842c8000
000b003bd18382596mr1371846qtm.8.1678101982242;
        Mon, 06 Mar 2023 03:26:22 -0800 (PST)
	X-Received: by 2002:a81:af46:0:b0:53c:70c5:45d9 with SMTP id
	 x6-20020a81af46000000b0053c70c545d9mr6294156ywj.2.1678101981904; Mon, 06 Mar
	  2023 03:26:21 -0800 (PST)
	  Path: news.nk.ca!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.c
	  om!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!new
	  s.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!g
	  oogle-groups.googlegroups.com!not-for-mail
	  Newsgroups: comp.lang.php
	  Date: Mon, 6 Mar 2023 03:26:21 -0800 (PST)
	  In-Reply-To: <t4ivcm$bsn$1@gioia.aioe.org>
	  Injection-Info: google-groups.googlegroups.com; posting-host=82.131.38.37; post
	  ing-account=ogslnwoAAACd9vU9PADzlWBA81fSuNpL
	  NNTP-Posting-Host: 82.131.38.37
	  References: <t4ivcm$bsn$1@gioia.aioe.org>
	  User-Agent: G2/1.0
	  MIME-Version: 1.0
	  Message-ID: <6fe6a3d2-9d13-4dbc-bdee-ce05243a6a2fn@googlegroups.com>
	  Subject: Re: php.ini: expand tilde char
	  From: Ezimene nimi Teine nimi <techfan55555@hotmail.com>
	  Injection-Date: Mon, 06 Mar 2023 11:26:22 +0000
	  Content-Type: text/plain; charset="UTF-8"
	  Content-Transfer-Encoding: quoted-printable
	  X-Received-Bytes: 1717
	  Xref: news.nk.ca comp.lang.php:167966



Spamtrollers are trolls posting useless spam thinking it is content
but are posting useless noise. Spamtrolls are newsgroup vandals!
Thoses trolls are as bad as Donald 
Trump on Twitter.

This makes
https://groups.google.com/search/conversations?q=Depeer%20Google%20Groups

Depeer Google groups Now!!
-- 
Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising!
Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b 
We cannot defy gravity without paying a price. -unknown Beware https://mindspring.com

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.php


csiph-web