Re: Access Violation at 01CE5CE6



On 27 Feb 2006 12:34:20 -0800, "Joseph Gruber" <joseph.gruber@xxxxxxxxx>
wrote:

When I try to use LDAP to query AD on a Win2k server I recieve the
following error:

PHP has encountered an Access Violation at 01CE5CE6

This only occurs on certain queries but not all (eg: samaccountname=bla
works but samaccountname=blabla would throw the error)

Any ideas what the problem might be? PHP 5.1.2 on Windows 2000 Server

Can you get a stack trace out of it? That would probably help track down
what's crashing: http://bugs.php.net/bugs-generating-backtrace-win32.php

--
Andy Hassall :: andy@xxxxxxxxxxx :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
.



Relevant Pages

  • RE: [PHP] Search Results Accuracy
    ... Subject: [PHP] Search Results Accuracy ... "like" queries are not recommended because these are the most ... From data above if we search the database for '%golf%' it would return all ... I'm just wondering, from a list of search results from a database query, how do ...
    (php.general)
  • Re: PHP script communicating with C/C++ program
    ... Everyone here is telling you how to optimize your queries. ... the bottle neck is not your PHP code, rather running the queries against the ... > - This data is all stored in a database. ... > operation on that data and return the results to the PHP script. ...
    (comp.unix.programmer)
  • Re: php vs mysql speed
    ... (PHP: Loop through results to find Bob and Dave.) ... Both the first and the third queries can be described as "one big query". ... It was bugging me because php is obviously faster than mysql so I ...
    (comp.lang.php)
  • Re: MySql case sensitive?
    ... I've been mucking with PHP for awhile now, ... and I ran into something confusing; ... Queries were coming back case-sensitive. ... Am I tripping on some sort of base-level thing I ...
    (comp.lang.php)
  • PHPs MySQL Query Length Limit? (Long SQL failing!)
    ... I've been doing PHP for a pretty good while now, ... Then I go and use it with a mysql query. ... The query is written correctly AKAIK, but no data reaches the table I'm ... The only difference between queries that work and those that do not ...
    (php.general)