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

 ID:                 61704
 User updated by:    ricardo dot nuno dot rodrigues at hotmail dot com
 Reported by:        ricardo dot nuno dot rodrigues at hotmail dot com
 Summary:            Crash apache
 Status:             Open
 Type:               Bug
 Package:            Reproducible crash
 Operating System:   Windows 7 64bit
 PHP Version:        5.4.0
 Block user comment: N
 Private report:     N

 New Comment:

Update-- even without xdebug it gives the same error


Previous Comments:
------------------------------------------------------------------------
[2012-04-14 07:20:51] ricardo dot nuno dot rodrigues at hotmail dot com

[xdebug]
xdebug.profiler_enable = 0
xdebug.profiler_output_dir = "C:/xxxx/data"
xdebug.profiler_enable_trigger = 0
xdebug.remote_enable=on
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.show_mem_delta = 1
xdebug.show_local_vars = 1
xdebug.collect_vars = 1
xdebug.var_display_max_data = 2048
xdebug.var_display_max_depth = 5
xdebug.var_display_max_children = 512
xdebug.max_nesting_level = 10000

------------------------------------------------------------------------
[2012-04-14 04:20:14] larue...@php.net

what's your xdebug.max_nesting_level ?

------------------------------------------------------------------------
[2012-04-13 21:13:14] ricardo dot nuno dot rodrigues at hotmail dot com

It's literally only phpinfo - nothing more.

Loaded modules:
array (size=51)
  0 => string 'Core' (length=4)
  1 => string 'bcmath' (length=6)
  2 => string 'calendar' (length=8)
  3 => string 'com_dotnet' (length=10)
  4 => string 'ctype' (length=5)
  5 => string 'date' (length=4)
  6 => string 'ereg' (length=4)
  7 => string 'filter' (length=6)
  8 => string 'ftp' (length=3)
  9 => string 'hash' (length=4)
  10 => string 'iconv' (length=5)
  11 => string 'json' (length=4)
  12 => string 'mcrypt' (length=6)
  13 => string 'SPL' (length=3)
  14 => string 'odbc' (length=4)
  15 => string 'pcre' (length=4)
  16 => string 'Reflection' (length=10)
  17 => string 'session' (length=7)
  18 => string 'standard' (length=8)
  19 => string 'mysqlnd' (length=7)
  20 => string 'tokenizer' (length=9)
  21 => string 'zip' (length=3)
  22 => string 'zlib' (length=4)
  23 => string 'libxml' (length=6)
  24 => string 'dom' (length=3)
  25 => string 'PDO' (length=3)
  26 => string 'bz2' (length=3)
  27 => string 'SimpleXML' (length=9)
  28 => string 'wddx' (length=4)
  29 => string 'xml' (length=3)
  30 => string 'xmlreader' (length=9)
  31 => string 'xmlwriter' (length=9)
  32 => string 'apache2handler' (length=14)
  33 => string 'memcache' (length=8)
  34 => string 'snappy' (length=6)
  35 => string 'bloomy' (length=6)
  36 => string 'mbstring' (length=8)
  37 => string 'openssl' (length=7)
  38 => string 'curl' (length=4)
  39 => string 'gd' (length=2)
  40 => string 'exif' (length=4)
  41 => string 'mysqli' (length=6)
  42 => string 'Phar' (length=4)
  43 => string 'shmop' (length=5)
  44 => string 'sockets' (length=7)
  45 => string 'sqlite3' (length=7)
  46 => string 'lzf' (length=3)
  47 => string 'mongo' (length=5)
  48 => string 'Stomp' (length=5)
  49 => string 'mhash' (length=5)
  50 => string 'xdebug' (length=6)

------------------------------------------------------------------------
[2012-04-13 21:08:44] ricardo dot nuno dot rodrigues at hotmail dot com

Update: also without APC gave the same output

------------------------------------------------------------------------
[2012-04-13 09:08:04] paj...@php.net

I do not see how:

[12-Apr-2012 19:56:38 UTC] PHP Fatal error:  Nesting level too deep - recursive 
dependency? in C:\AppServ\www\jobbist\phpinfo.php on line 2

can be raised using phpinfo(); only.

What's the output of phpinfo()? Can you same a static version of it somwhere as 
well as your php.ini?

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


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=61704


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

Reply via email to