dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] 8eced5: Removed @ operator from dol_i


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 8eced5: Removed @ operator from dol_include_once
Date: Sat, 19 Jul 2014 19:43:39 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 8eced58ba0eeb8c7ab48a3deb0f480d4dd20d8df
      
https://github.com/Dolibarr/dolibarr/commit/8eced58ba0eeb8c7ab48a3deb0f480d4dd20d8df
  Author: Marcos García <address@hidden>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M htdocs/core/lib/functions.lib.php

  Log Message:
  -----------
  Removed @ operator from dol_include_once

Adding @ operator to include_once makes include errors untraceable, it 
shouldn't be there. Errors must be thrown so that we notice them. It is PHP 
configuration's choice to decide wether to log them or print them.


  Commit: ad4512cb24de7df7625f43896225c8aa8f63b0bf
      
https://github.com/Dolibarr/dolibarr/commit/ad4512cb24de7df7625f43896225c8aa8f63b0bf
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M htdocs/core/lib/functions.lib.php

  Log Message:
  -----------
  Avoiding include in case of unexisting file


  Commit: bcafa2c79060ef4ab9b893cb60d102949214f530
      
https://github.com/Dolibarr/dolibarr/commit/bcafa2c79060ef4ab9b893cb60d102949214f530
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-07-17 (Thu, 17 Jul 2014)

  Changed paths:
    M htdocs/core/lib/functions.lib.php

  Log Message:
  -----------
  Corrected file_exists check and little refactor


  Commit: ffe7b531a6550e1c2002d741561064be938297e9
      
https://github.com/Dolibarr/dolibarr/commit/ffe7b531a6550e1c2002d741561064be938297e9
  Author: Laurent Destailleur <address@hidden>
  Date:   2014-07-20 (Sun, 20 Jul 2014)

  Changed paths:
    M htdocs/core/lib/functions.lib.php

  Log Message:
  -----------
  Merge pull request #1746 from marcosgdf/patch-1

Removed @ operator from dol_include_once


Compare: 
https://github.com/Dolibarr/dolibarr/compare/d80de2cdd47c...ffe7b531a655

reply via email to

[Prev in Thread] Current Thread [Next in Thread]