kopia lustrzana https://github.com/magicbug/Cloudlog
				
				
				
			[PHP8.2] Updated CI files to work with PHP8.2
							rodzic
							
								
									1e300fbc30
								
							
						
					
					
						commit
						1f116eee67
					
				| 
						 | 
				
			
			@ -49,6 +49,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
 | 
			
		|||
 * @author		EllisLab Dev Team
 | 
			
		||||
 * @link		https://codeigniter.com/userguide3/general/controllers.html
 | 
			
		||||
 */
 | 
			
		||||
#[AllowDynamicProperties]
 | 
			
		||||
class CI_Controller {
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -48,6 +48,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
 | 
			
		|||
 * @author		EllisLab Dev Team
 | 
			
		||||
 * @link		https://codeigniter.com/userguide3/libraries/loader.html
 | 
			
		||||
 */
 | 
			
		||||
#[AllowDynamicProperties]
 | 
			
		||||
class CI_Loader {
 | 
			
		||||
 | 
			
		||||
	// All these are set automatically. Don't mess with them.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -50,6 +50,13 @@ defined('BASEPATH') OR exit('No direct script access allowed');
 | 
			
		|||
 */
 | 
			
		||||
class CI_Router {
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * CI_URI class object
 | 
			
		||||
	 *
 | 
			
		||||
	 * @var	object
 | 
			
		||||
	 */
 | 
			
		||||
	public $uri;
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * CI_Config class object
 | 
			
		||||
	 *
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -50,6 +50,13 @@ defined('BASEPATH') OR exit('No direct script access allowed');
 | 
			
		|||
 */
 | 
			
		||||
class CI_URI {
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * CI_Config instance
 | 
			
		||||
	 *
 | 
			
		||||
	 * @var	CI_Config
 | 
			
		||||
	 */
 | 
			
		||||
	public $config;
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * List of cached URI segments
 | 
			
		||||
	 *
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -50,6 +50,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
 | 
			
		|||
 * @author		EllisLab Dev Team
 | 
			
		||||
 * @link		https://codeigniter.com/userguide3/database/
 | 
			
		||||
 */
 | 
			
		||||
#[AllowDynamicProperties]
 | 
			
		||||
abstract class CI_DB_driver {
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
| 
						 | 
				
			
			@ -825,7 +826,7 @@ abstract class CI_DB_driver {
 | 
			
		|||
	{
 | 
			
		||||
		return $this->_trans_status;
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
 | 
			
		||||
	// --------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -52,6 +52,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
 | 
			
		|||
 * @author		EllisLab Dev Team
 | 
			
		||||
 * @link		https://codeigniter.com/userguide3/general/profiling.html
 | 
			
		||||
 */
 | 
			
		||||
#[AllowDynamicProperties]
 | 
			
		||||
class CI_Profiler {
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue