Edit report at http://bugs.php.net/bug.php?id=51494&edit=1

 ID:               51494
 Updated by:       johan...@php.net
 Reported by:      czarnowski at seitenreport dot info
 Summary:          error_get_last shows error in apache ini
-Status:           Open
+Status:           Bogus
 Type:             Bug
 Package:          *General Issues
 Operating System: Ubuntu
 PHP Version:      5.3.2

 New Comment:

error_get_last() is supposed to give you the last error and that's what
happens.


Previous Comments:
------------------------------------------------------------------------
[2010-04-07 13:24:38] czarnowski at seitenreport dot info

Description:
------------
var_dump(error_get_last());



shows a deprecated from an apache ini file. Is this a bug or a feature
?



array(4) {

  ["type"]=>



  int(8192)

  ["message"]=>

  string(93) "Comments starting with '#' are deprecated in
/etc/php5/apache2filter/conf.d/idn.ini on line 2"

  ["file"]=>

  string(7) "Unknown"

  ["line"]=>

  int(0)



Linux jan-desktop 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 04:38:19
UTC 2010 x86_64 



PHP Version 5.3.2-0.dotdeb.1



error_reporting 32767





Test script:
---------------
<?php

var_dump(error_get_last());

?>



------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=51494&edit=1

Reply via email to