|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-01-14 10:01 UTC] derick@php.net
[2003-02-08 07:12 UTC] r dot s dot a dot vandomburg at student dot utwente dot nl
[2003-02-25 08:20 UTC] yohgaki@php.net
[2003-02-25 09:01 UTC] r dot s dot a dot vandomburg at student dot utwente dot nl
[2003-03-05 15:31 UTC] iliaa@php.net
[2003-03-10 20:40 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 25 19:00:02 2025 UTC |
Subject says it all. Working with PostgreSQL 7.3.1. Simple script to reproduce this behavior: <?php $str = pg_escape_string("toet"); echo $str; ?> FATAL: emalloc(): Unable to allocate 36514201601 bytes Webpages containing such code take a long time to be generated on the server but leave no error message in the Apache log.