| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		mtdew3q -
 
  Joined: 16 Oct 2005 Posts: 19
 
  | 
		
			
				 Posted: Sat May 28, 2022 2:00 am    Post subject: php.ini file configuration file not loading PATH not correct | 
				      | 
			 
			
				
  | 
			 
			
				Hi all-
 
 
The path in my phpinfo() in mozilla firefox is giving the wrong directory. It displays phpinfo.
 
 
Configuration File (php.ini) Path /home/user/php-7.4.29/lib 
 
Loaded Configuration File 
 
 
I tried to put a switch to have it load the right php.ini file
 
 
FastCGI (Local - Pipes)	/home/user/php-7.4.29/bin/php-cgi -c /home/user/php-7.4.29/
 
 
is there a cool trick besides this to get abyss and PhP to load the right php.ini? I'd like to somehow set it please.  
 
thanks for any tips- roboloki | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		mtdew3q -
 
  Joined: 16 Oct 2005 Posts: 19
 
  | 
		
			
				 Posted: Sun May 29, 2022 4:28 am    Post subject: re: Load configuration file fixed php.ini SOLVED | 
				      | 
			 
			
				
  | 
			 
			
				HI all-
 
 
good news... I have amf3_php extension loading now so I can fool with apache roayle.
 
Now on to getting the mxml and actionscript fired up.
 
 
Some things I did wrong were:
 
 
I needed to put in the arguments section for the cgi-interpreter the following -
 
-c /PATH/TO/PHPINI -m 
 
 
This loads the right php.ini file and then loads the modules.
 
 
There is an environment variable that you can use to set php.ini location. Its name is PHPRC. I will set that in my .bashrc. Don't forget to $source .bashrc.
 
 
That is  the strory of how I loaded an extension from php_amf3.
 
 
thanks,
 
roboloki | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		admin Site Admin
 
  Joined: 03 Mar 2002 Posts: 1348
 
  | 
		
			
				 Posted: Mon May 30, 2022 10:01 pm    Post subject: Re: re: Load configuration file fixed php.ini SOLVED | 
				      | 
			 
			
				
  | 
			 
			
				mtdew3q,
 
 
Thank you for sharing the solution with us. _________________ Follow @abyssws on Twitter
 
Subscribe to our newsletter
 
_________________
 
Forum Administrator
 
Aprelium - https://aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		pkSML -
 
  Joined: 29 May 2006 Posts: 959 Location: Michigan, USA
  | 
		
			
				 Posted: Wed Jun 08, 2022 2:02 pm    Post subject: Re: php.ini file configuration file not loading PATH not cor | 
				      | 
			 
			
				
  | 
			 
			
				 	  | mtdew3q wrote: | 	 		  FastCGI (Local - Pipes)	/home/user/php-7.4.29/bin/php-cgi -c /home/user/php-7.4.29/
 
 
is there a cool trick besides this to get abyss and PhP to load the right php.ini? I'd like to somehow set it please.  
 
thanks for any tips- roboloki | 	  
 
 
Setting the argument as you've done is the right way to use a different php.ini file. It sounds like you're running Linux? If so, your package manager has a default php.ini location. In Debian using apt, my default location is something like /etc/php/7.4/cgi/php.ini. (If you've built PHP from source, the default location was probably an option you overlooked in the build process somewhere. I've never built PHP from source though, so I can't confirm that.) _________________ Stephen
 
Need a LitlURL?
 
 
 
http://CodeBin.yi.org | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		 |