Date: 06/27/01
- Next message: nathan r. hruby: "[PHP-DEV] [Bug] MacOSX-10.0.4 Unresolved symbols in Apche DSO"
- Previous message: zeev <email protected>: "[PHP-DEV] Bug #11673 Updated: UNC paths not working when used in include_path"
- In reply to: Brian Tanner: "[PHP-DEV] ARG Separation for Get Vars"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Jun 27, 2001 at 02:38:23AM -0700, Brian Tanner wrote:
> I remember the feature to make this work got implemented at 1 point (I
> think), but what is the php.ini config switch to turn this on? Tried to
> RTFM but couldn't find it. ;)
I believe these are what you're looking for:
; The separator used in PHP generated URLs to separate arguments.
; Default is "&".
;arg_separator.output = "&"
; List of separator(s) used by PHP to parse input URLs into variables.
; Default is "&".
; NOTE: Every character in this directive is considered as
separator!
;arg_separator.input = ";&"
-- Jon Parise (jon <email protected>) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member-- 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>
- Next message: nathan r. hruby: "[PHP-DEV] [Bug] MacOSX-10.0.4 Unresolved symbols in Apche DSO"
- Previous message: zeev <email protected>: "[PHP-DEV] Bug #11673 Updated: UNC paths not working when used in include_path"
- In reply to: Brian Tanner: "[PHP-DEV] ARG Separation for Get Vars"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

