Re: [PHP] PHP Doesn't Crash but show blank page
Chances are the error is showing up on the page, but is not visible. If you view the source (HTML) from your browser, I bet you'll see the error. Hope this helps, Joe Tamas Arpad wrote: > > > I'm having issues with my php pages. When I have errors, Instead of > > crashing or showing errors, the browser shows a blank page. > > PHP does not report the error. > > My php.ini is configured as > > error_reporting = > > E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR|E_USER_ERROR|E_USER_WARNING|E_ > >USER_NOTICE > > display_errors is also turned On ? > > Arpi > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] FreeBSD 4.3, PHP 4.0.6 & unixODBC -- Undefined Symbol
I had previously attempted to get the Openlink ODBC drivers work with iodbc and PHP. I was having no luck and turned to easysoft's solution, which includes unixODBC. I re-configured PHP (removing the config.cache file) and used --with-unixODBC=path/to/unixODBC instead of --with-iodbc=/path/to/iodbc. However, when starting Apache, I now get a 'Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/src/lib/libiodbc.so.3: Undefined symbol "pthread_mutex_unlock"'. The version of Apache that is installed is 1.3.20. I must not understand something about unixODBC because I didn't think libiodbc should even be getting loaded. Regardless, does anyone have a fix? Thanks, Joe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] FreeBSD 4.3, PHP 4.0.6 & unixODBC -- Undefined Symbol
I played with this a little bit more, added --with-iodbc back into my configure line, and all went well, except ona phpinfo() page, it lists iodbc as my odbc library which won't help because I need to use unixODBC for the easysoft driver to work. Any ideas on what might be causing this? Or how to change my ODBC library? Thanks, joe Joe Koenig wrote: > > I had previously attempted to get the Openlink ODBC drivers work with > iodbc and PHP. I was having no luck and turned to easysoft's solution, > which includes unixODBC. I re-configured PHP (removing the config.cache > file) and used --with-unixODBC=path/to/unixODBC instead of > --with-iodbc=/path/to/iodbc. However, when starting Apache, I now get a > 'Cannot load /usr/local/libexec/apache/libphp4.so into server: > /usr/local/src/lib/libiodbc.so.3: Undefined symbol > "pthread_mutex_unlock"'. The version of Apache that is installed is > 1.3.20. I must not understand something about unixODBC because I didn't > think libiodbc should even be getting loaded. Regardless, does anyone > have a fix? Thanks, > > Joe > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]