MySQL Forums
Forum List  »  PHP

Re: PHP Queries show results in mysql4.1 but not 5.0.18
Posted by: Alex Pandre
Date: March 02, 2006 11:47AM

Find in a "php.ini" file following:

; Whether or not to register the old-style input arrays, HTTP_GET_VARS
; and friends. If you're not using them, it's recommended to turn them off,
; for performance reasons.
register_long_arrays = Off

This is a default settings for PHP 5 php.ini-recommended.

Turn it On:
register_long_arrays = On

Works for me,
Alex

Options: ReplyQuote


Subject
Written By
Posted
Re: PHP Queries show results in mysql4.1 but not 5.0.18
March 02, 2006 11:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.