Ticket #1461 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Call-time pass-by-reference has been deprecated

Reported by: anonymous Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC7
Component: Frontend (GUI) Version: ispCP ω 1.0.0 - RC6
Severity: Medium Keywords:
Cc:

Description

I get the following error when using a fresh install of ispcp-omega-1.0.0-rc6. It appears on all pages.

  Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you
  would like to pass it by reference, modify the declaration of 
  get_domain_running_sqlu_acc_cnt(). If you would like to enable call-time pass-by-reference,
  you can set allow_call_time_pass_reference to true in your INI file. However, future versions
  may not support this any longer. in /var/www/ispcp/gui/include/reseller-functions.php on line
  528

Software

  ispcp-omega-1.0.0-rc6
  CentOS 5.2
  httpd-2.2.3-11.el5_1.centos.3
  php-common-5.1.6-20.el5_2.1
  php-pdo-5.1.6-20.el5_2.1
  php-cli-5.1.6-20.el5_2.1
  php-ldap-5.1.6-20.el5_2.1
  php-xml-5.1.6-20.el5_2.1
  php-snmp-5.1.6-20.el5_2.1
  php-mcrypt-5.1.6-15.el5.centos.1
  php-odbc-5.1.6-20.el5_2.1
  php-5.1.6-20.el5_2.1
  php-gd-5.1.6-20.el5_2.1
  php-mysql-5.1.6-20.el5_2.1
  php-dba-5.1.6-20.el5_2.1
  php-pear-1.4.9-4.el5.1
  php-bcmath-5.1.6-20.el5_2.1
  php-mbstring-5.1.6-20.el5_2.1

Attachments

Change History

08/10/08 23:02:04 changed by rats

  • status changed from new to closed.
  • resolution set to wontfix.
  • milestone changed from Working to ispCP ω 1.0.0.

if one day references are deprecated we will delete them. so far you can set

allow_call_time_pass_reference = true

in master's php.ini

08/11/08 12:15:58 changed by _lunix_

  • status changed from closed to reopened.
  • resolution deleted.

So is it actually fixed or do you expect people to modify there php.ini ? Fixing it is the right thing to do in the long run in which case this ticket should stay open with a milestone of somewhere in the not too distant future and people can change their php.ini in the short term.

08/18/08 14:28:36 changed by scitech

  • status changed from reopened to closed.
  • resolution set to fixed.

Fixed in r1330


Add/Change #1461 (Call-time pass-by-reference has been deprecated)




Action