php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #64599 Wrong class name
Submitted: 2013-04-06 11:07 UTC Modified: 2013-05-18 00:01 UTC
From: koraygulpinar at gmail dot com Assigned: vrana (profile)
Status: Closed Package: solr (PECL)
PHP Version: 5.4.13 OS: Centos 5
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: koraygulpinar at gmail dot com
New email:
PHP Version: OS:

 

 [2013-04-06 11:07 UTC] koraygulpinar at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/solrparams.setparam#refsect1-
solrparams.setparam-examples
---


Wrong -> $param = new SolrParam();

True -> $param = new SolrParams();

Test script:
---------------
$param = new SolrParams();

Expected result:
----------------
True

Actual result:
--------------
Fatal Error

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-05-18 00:01 UTC] vrana@php.net
Automatic comment from SVN on behalf of vrana
Revision: http://svn.php.net/viewvc/?view=revision&revision=330279
Log: Fix typo in example (bug #64599)
 [2013-05-18 00:01 UTC] vrana@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 [2013-05-18 00:01 UTC] vrana@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: vrana
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 06:01:29 2024 UTC