ID: 37186 User updated by: lana0 at zahav dot net dot il Reported By: lana0 at zahav dot net dot il -Status: Bogus +Status: Open Bug Type: *General Issues Operating System: XP PHP Version: 5.1.2 New Comment:
1. php -dvariables_order="E" -r 'var_dump($_ENV);' Indeed works fine!!! The problem that I not run it from command line but in script: print_r($_ENV) gives the next answer: Array ( ) ??? I did not hear about "make test", but test should be done on real programs not on never-used test scenarios. Previous Comments: ------------------------------------------------------------------------ [2006-04-24 19:30:34] [EMAIL PROTECTED] . ------------------------------------------------------------------------ [2006-04-24 18:33:07] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If possible, make the script source available online and provide an URL to it here. Try to avoid embedding huge scripts into the report. Please do not report more then one bug in the same bug-report. php -dvariables_order="E" -r 'var_dump($_ENV);' Works just fine. Need reproducable script for mysqli_stmt_bind_param... ------------------------------------------------------------------------ [2006-04-24 18:32:17] [EMAIL PROTECTED] It's great that you haven't ever heard about `make test` and snapshots, but that doesn't mean WE have never heard about it. >1. $_ENV is empty Definitely bogus. >2. mysqli_stmt_bind_param fails to update db, i.e. >it succeeds to fill field with empty value! Try to read this: http://bugs.php.net/how-to-report.php before reporting problems in such a weird way. ------------------------------------------------------------------------ [2006-04-24 18:17:30] lana0 at zahav dot net dot il Description: ------------ Hi, fellows your are doing a great job but before you release version you should, if you don't like test, run it at least ONE time. 1. $_ENV is empty 2. mysqli_stmt_bind_param fails to update db, i.e. it succeeds to fill field with empty value! all that I found in 20 minites, before downgrade to previous version! If you need a help, I'd like to help you, but YOU MAY NOT RELEASE VERSION WITHOUT TESTS!!! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37186&edit=1