See Also
mysqlnd_memcache_get_config
20.7.10.8. Change History
Copyright 1997-2012 the PHP Documentation Group. [2230]
This change history is a high level summary of selected changes that may impact applications and/or
break backwards compatibility.
See also the
20.7.10.8.1. PECL/mysqlnd_memcache 1.0 series
Copyright 1997-2012 the PHP Documentation Group. [2230]
1.0.0-alpha
• Release date: TBD
• Motto/theme: Basic mapping of SQL SELECT to a MySQL Memcache plugin access.
The initial release does map basic SQL SELECT statements to a MySQL Memcache plugin access.
This bares potential performance benefits as the direct key-value access to MySQL storage using the
Memcache protocol is usually faster than using SQL access.
20.7.11. Connector/PHP
This documentation, and other publications, sometimes uses the term Connector/PHP. This term
refers to the full set of MySQL related functionality in PHP, which includes the three APIs that are
described above, along with the
20.7.12. Common Problems with MySQL and PHP
•
Error: Maximum Execution Time
set the maximum execution time up from 30 seconds to something higher, as needed. It is also not a
bad idea to double the RAM allowed per script to 16MB instead of 8MB.
•
Fatal error: Call to unsupported or undefined function mysql_connect()
...: This means that your PHP version isn't compiled with MySQL support. You can either
in
compile a dynamic MySQL module and load it into PHP or recompile PHP with built-in MySQL
support. This process is described in detail in the PHP manual.
•
Error: Undefined reference to
compiled with support for a compressed client/server protocol. The fix is to add
with -lmysqlclient.
•
Error: Client does not support authentication
encountered when trying to use the older
solutions are: downgrade to MySQL 4.0; switch to PHP 5 and the newer
or configure the MySQL server with the
Section C.5.2.4,
information.)
20.7.13. Enabling Both
If you're experiencing problems with enabling both the
PHP on Linux yourself, you should try the following procedure.
file in the source distribution for a complete list of changes.
CHANGES
mysqlnd
"Client does not support authentication
and
mysql
Connector/PHP
core library and all of its plugins.
Exceeded: This is a PHP limit; go into the
'uncompress': This means that the client library is
extension with MySQL 4.1.1 and later. Possible
mysql
[480]
old_passwords
in PHP
mysqli
mysql
2804
-lz
protocol: This is most often
extension;
mysqli
system variable set to 1. (See
protocol", for more
and the
extension when building
mysqli
file and
php.ini
last when linking
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?
Questions and answers