php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #7672 allow_call_time_pass_reference is depreciated, but required by...
Submitted: 2000-11-07 04:13 UTC Modified: 2001-01-03 16:28 UTC
From: phester at home dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.3pl1 OS: All
Private report: No CVE-ID: None
 [2000-11-07 04:13 UTC] phester at home dot com
the ini setting, "allow_call_time_pass_reference" is depreciated, but its also required by xml_parse_into_struct(); Hopefully the function will be changed or the item un-depreciated.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-09 10:00 UTC] sniper@php.net
This should be fixed already.
Please try latest snapshot from http://snaps.php.net

--Jani
 [2000-11-09 10:00 UTC] sniper@php.net
Forgot this: If problem still exists with latest snapshot
please reopen this bug report.

--Jani
 [2000-11-09 11:25 UTC] phester at home dot com
Should be ReOpened. 
 [2000-11-11 13:55 UTC] sniper@php.net
It is fixed. Just remove the '&' from the xml_parse_into_struct() e.g
xml_parse_into_struct($parser,$data,$values,$tags); will work just fine now.

This is documentation problem. Reclassified as such.

--Jani
 [2001-01-03 16:28 UTC] jmoore@php.net
fixed in CVS
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sat Jun 13 05:00:02 2026 UTC