For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > May 2005 > #33157 [Opn->Ana]: Missing htmlspecialchars_decode









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author #33157 [Opn->Ana]: Missing htmlspecialchars_decode
iliaa@php.net

2005-05-27, 3:57 am

ID: 33157
Updated by: iliaa@php.net
Reported By: mjs15451 at hotmail dot com
-Status: Open
+Status: Analyzed
-Bug Type: *General Issues
+Bug Type: Livedocs problem
Operating System: Linux 2.6.10
PHP Version: 5.0.4
New Comment:

Documentation is wrong, this function is found in PHP 5.1 only


Previous Comments:
------------------------------------------------------------------------

[2005-05-27 01:57:06] mjs15451 at hotmail dot com

Description:
------------
htmlspecialchars_decode() is missing.

Reproduce code:
---------------
echo htmlspecialchars_decode("asdf<>");

Expected result:
----------------
Should output:

asdf<>

Actual result:
--------------
Fatal error: Call to undefined function htmlspecialchars_decode()

I double checked my php version and I am definitely running php 5.0.4
and according to the docs this function should be available in PHP 5.

http://us2.php.net/manual/en/functi...hars-decode.php

I did the usual configure, make, make install.

../configure --prefix=/usr/lib/php --with-apxs2=/usr/sbin/apxs2
--with-openssl --with-zlib --enable-dio --with-bz2 --enable-calendar
--enable-bcmath --with-curl=/usr/include/curl --enable-exif
--enable-filepro --enable-ftp --with-ttf --enable-mbstring
--enable-zend-multibyte --without-mysql
--with-mysqli=/usr/lib/mysql/bin/mysql_config
--with-mysql-sock=/var/run/mysqld/mysql.sock --enable-sockets
--enable-sqllite-utf8 --enable-wddx --with-gettext=/usr/lib/gettext
--with-imagick=/usr --with-mcrypt --with-mhash --with-gd
--with-jpeg-dir --with-png-dir --with-freetype-dir --with-zlib-dir
--with-libxml-dir

make

make install


------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=33157&edit=1
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com