[PHP-WIN] PHP_YAZ

2011-03-09 Thread Cindy Harper
Is anyone successfully using php_yaz with either 1) WAMP - I have a test Windows server that I manage or 2) a Linux shared hosted LAMP where they won't load the YAZ PECL module for you, but they will allow you to put your lib files in your home directory via SSH. I'm running into brick walls every

[PHP-WIN] What does array_search actually return if a value is not found?

2011-03-09 Thread Jacob Kruger
According to online manual etc., I have tried testing it against both false, and -1 using operators like == != === etc., but for whatever reason I can't seem to manage to compare/test it's return value successfully to determine whether or not a value actually exists in an array, and get returned