Hi,
I've just moved all my stuff to a brand new PC with Windows XP.
I have some MS Access databases I used to access with my PHP-scripts.
Unfortunately I have noticed that now the scripts crash. The Apache error log shows "emalloc(): Unable to allocate xxx bytes" error messages.
I haven't changed anything neither in PHPs nor in Apaches configuration. I have configured the ODBC sources exactly the same as on my old system. The databases are just in another location (because the filesystem scheme is different under XP - document folders, shared folders, etc.).
I have tried to recreate the error from scratch, by writing a simple script with ODBC calls. It connects to an ODBC source (MS Access-database), but when I do a select, then I get a recordset with n rows, but they are ALL EMPTY!! This is a very strange behaviour. The call has actually generated a recordset with a lot of empty arrays.
Have you had the same problem? It is driving me mad.
Thanks in advance for any help.
Miguel