|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-05-26 14:07 UTC] bdv at sea-aeroportimilano dot it
I use apache 1.3.12, php 4.0.0 and sybase 11.5.1.1 compiled in static mode. At runtime when i fetch rows (with sybase_fetch_row) from database in the log file appear this error: FATAL: erealloc(): Unable to allocate 1515870831 bytes [Thu May 25 12:58:05 2000] [notice] child pid 18547 exit signal Segmentation Fault (11) PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 11:00:01 2025 UTC |
I have wrong the problem, is in the configuration of PHP4. If I use: --with-sybase=/database/sybase the error appears If I use: --with-sybase-ct=/database/sybase the error doesn' t occur any more.