Talk:Requirements
From PmaWiki
Cookie problems: symptoms see http://sourceforge.net/forum/message.php?msg_id=4241805 (session.cookie_secure has to be Off). Some other ppl also had similar problems with misconfigured fastcgi servers. Shouldn't there be some check and warning if a cookie value cannot be successfully retrieved by php? --windkiel 01:09, 4 April 2007 (CEST)
I saw already >5 ppl reporting: Call to undefined function ctype_digit() in .../pma2.10.x/libraries/common.lib.php on line ~2993 Some distros seem to disable this extension (although php.net states to be default since PHP 4.2, see http://de.php.net/manual/en/ref.ctype.php)
My suggestion: replace "ctype_digit" by "is_numeric" in common.lib.php (not exactly the same, but good enough here) --windkiel 12:18, 27 March 2007 (CEST)
- possible you should talk directly to Michal, i don't know if there is something special why he used this function, IMHO he committed this change. --Sebastian Mendel 12:34, 27 March 2007 (CEST)
- uh, no, it is from a patch, committed by Marc http://sourceforge.net/tracker/index.php?func=detail&aid=1592366&group_id=23067&atid=377410 --Sebastian Mendel 12:40, 27 March 2007 (CEST)
- fixed in svn
[edit] Hardened PHP notes
- Is there a better way to document the Hardened PHP problems? Perhaps it warrants it's own page and here we can link there from a list of "possible problems" which would include hardened php, Gentoo's modified libraries/config.default.php (http://sourceforge.net/tracker/index.php?func=detail&aid=1695958&group_id=23067&atid=377408), etc. That way we don't clog up the "requirements" section with information only a few people need to know about. Any thoughts? --Ibennetch 16:14, 6 April 2007 (CEST)
- good point, i put my comments there because i didn't know any better place ;) feel free to create new pages for those issues and move the text there --windkiel 20:46, 6 April 2007 (CEST)
- moved from the Article page: ! Which values should be set, especially for phpMyAdmin ?
- Anybody who has "Suhosin" installed could help by reading the links, experimenting and posting his findings here or on a special suhosin page(--windkiel 17:08, 9 January 2008 (CET))
- The demo settings is enough for editing 5 rows on table with primary key. If you need more, limits need to be further increased. --Nijel 00:47, 16 January 2008 (CET)
- the hints on http://www.hardened-php.net/hphp/troubleshooting.html are complete, there is no more to say. (i have suhosin installed, and tweaked configuration as mentioned on the above page, all works fine) --Sebastian Mendel 08:16, 16 January 2008 (CET)
- The demo settings is enough for editing 5 rows on table with primary key. If you need more, limits need to be further increased. --Nijel 00:47, 16 January 2008 (CET)
