PHP3 PHP curl 설정 1. php.ini 수정 extension=curl // ; 제거 2. libssh2.dll 복사 php 소스에서 libssh2.dll 복사해서 windows/system32 에 복사 3. apache 재시동 4. phpinfo() 로 확인 2023. 6. 28. Errormessage: Commands out of sync; you can't run this command now Errormessage: Commands out of sync; you can't run this command now PHP Mysqli에서 Stored Procedure을 호출할때 나오는 오류로 Procedure에서 다중 resultset을 리턴하고 이를 처리해 주지 않았을때 발생하는 에러 임. $db_query = "CALL Procedure()";$mysqli->query($db_query);while($mysqli->more_results()){if($mysqli->next_result()) { if( $sp_result = $mysqli->use_result() ) $sp_result->close(); }}리턴되는 결과셋을 모두 free시켜 주면 다음 쿼리 수행시에 상단과 같은 에러가 발생하지.. 2012. 10. 10. php compile 시에 cannot find -lltdl 오류 발생시 대처법 php compile 시에 cannot find -lltdl 오류 발생시 대처법>yum install libtool-ltdl-devel 하시면 됩니다. 2012. 8. 16. 이전 1 다음