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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Tue May 14 13:01:33 2024 UTC