How to display_errors with PHP5 in Mac OS X

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jon@corporates.com

    How to display_errors with PHP5 in Mac OS X

    How can I toggle the display_errors function in PHP5 for Mac OS 10.3?

    jon@corporates. com

  • Erwin Moller

    #2
    Re: How to display_errors with PHP5 in Mac OS X

    jon@corporates. com wrote:
    [color=blue]
    > How can I toggle the display_errors function in PHP5 for Mac OS 10.3?
    >
    > jon@corporates. com[/color]

    Hi Jon,


    Don't you have a php.ini on macOSX?

    That is the place to look.
    Find php.ini

    Regards,
    Erwin Moller

    Comment

    • Frank East

      #3
      Re: How to display_errors with PHP5 in Mac OS X

      On 2005-02-22 07:21:35 -0500, Erwin Moller
      <since_humans_r ead_this_I_am_s pammed_too_much @spamyourself.c om> said:
      [color=blue]
      > jon@corporates. com wrote:
      >[color=green]
      >> How can I toggle the display_errors function in PHP5 for Mac OS 10.3?
      >>
      >> jon@corporates. com[/color]
      >
      > Hi Jon,
      >
      >
      > Don't you have a php.ini on macOSX?
      >
      > That is the place to look.
      > Find php.ini
      >
      > Regards,
      > Erwin Moller[/color]

      sudo vi /etc/php.ini

      or if you've installed Zend it's likley

      sudo vi /usr/local/Zend/php.ini


      Comment

      Working...