php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37186 Hi, fellows your doing a great job, but...
Submitted: 2006-04-24 18:17 UTC Modified: 2006-04-25 19:29 UTC
From: lana0 at zahav dot net dot il Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.1.2 OS: XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lana0 at zahav dot net dot il
New email:
PHP Version: OS:

 

 [2006-04-24 18:17 UTC] 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!!!




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-24 18:32 UTC] tony2001@php.net
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:33 UTC] bjori@php.net
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 19:30 UTC] tony2001@php.net
.
 [2006-04-25 17:16 UTC] 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-25 19:29 UTC] mike@php.net
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.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 22:01:30 2024 UTC