Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2000111

[PHP-DEV] Re: PHP 4.0 Bug #7817 Updated: configure script ignores --disable-magic-quotes From: Don Rude (don <email protected>)
Date: 11/15/00

Bug Database wrote:
>
> There isn't such configure argument as
> --disable-magic-quotes. And php.ini is a static
> file which you always should edit by hand.

cd /usr/src/php-4.0.3.pl1
./confugre --help | grep magic
  --enable-magic-quotes Enable magic quotes by default.

here is some further context to find where that occurs in the output:

  --enable-debug Compile with debugging symbols.
  --enable-safe-mode Enable safe mode by default.
  --with-exec-dir[=DIR] Only allow executables in DIR when in safe mode
                          defaults to /usr/local/php/bin
  --enable-sigchild Enable PHP's own SIGCHLD handler.
  --enable-magic-quotes Enable magic quotes by default.
  --disable-rpath Disable passing additional runtime library
                          search paths
  --enable-libgcc Enable explicitly linking against libgcc
  --disable-short-tags Disable the short-form <? start tag by default.

-- 
Don Rude                   Lead Hacker
V 301-208-1796 x11      F 301-208-9731
Build your world.     http://STEEM.com

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>