RE: LDAP - The Adventure Continues SOLVED

[snip]
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 94 bytes) in /srv/www/htdocs/test/ldapTest.php on line 47

47 -> $info =3D ldap_get_entries($ds, $sr);

$sr=3Dldap_search($ds, "dc=3Dfoo,dc=3Dlocal", "cn=3D*");
$ds is the connection to the LDAP server

Does anyone know what this means?
[/snip]

The php.ini still had an 8mb memory limit set. I increased the amount
and all is well.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
jblanchard [ Di, 07 März 2006 15:18 ] [ ID #1218802 ]
PHP » gmane.comp.php.general » RE: LDAP - The Adventure Continues SOLVED

Vorheriges Thema: LDAP - The Adventure Continues
Nächstes Thema: PHP4 with MYSQL5