ID:               37186
 Updated by:       [EMAIL PROTECTED]
 Reported By:      lana0 at zahav dot net dot il
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: XP
 PHP Version:      5.1.2
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Add "E" to your variables_order php.ini setting.



Previous Comments:
------------------------------------------------------------------------

[2006-04-25 17:16:32] lana0 at zahav dot net dot il

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.

------------------------------------------------------------------------

[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

Reply via email to