Re: [PHP-DEV] Inspecting opcode

2009-12-04 Thread Stefan Esser
Hello, > Cannot compile with VC6/x86 under Windows.. Is there any precompiled binary > for this environment? Thanks I recently realised that the ZTS build is broken. Will fix it during the weekend or early next week. I will also move Bytekit and Suhosin.org to new redmine installations, becaue Trac

Re: [PHP-DEV] Inspecting opcode

2009-12-03 Thread Jingcheng Zhang
Hello Stefan, Cannot compile with VC6/x86 under Windows.. Is there any precompiled binary for this environment? Thanks. 2009/12/4 Stefan Esser > Hello, > > > Does anyone know how to inspect the opcode of a php file? > take a look at Bytekit at http://www.bytekit.org > > Bye, > Stefan > > -- > P

Re: [PHP-DEV] Inspecting opcode

2009-12-03 Thread Sebastian Bergmann
Am 03.12.2009 18:02, schrieb Mathieu Suen: > Is there some online tools wihhout any pear to install. > I don't have the right to install any php extention. You won't get bytecode-level introspection without an extension for PHP. -- Sebastian BergmannCo-Founder and Principal

Re: [PHP-DEV] Inspecting opcode

2009-12-03 Thread Mathieu Suen
Sebastian Bergmann a écrit : Am 03.12.2009 16:51, schrieb Mathieu Suen: Does anyone know how to inspect the opcode of a php file? VLD: http://derickrethans.nl/vld.php bytekit-cli: http://github.com/sebastianbergmann/bytekit-cli Is there some online tools wihhout any pear to instal

Re: [PHP-DEV] Inspecting opcode

2009-12-03 Thread Sebastian Bergmann
Am 03.12.2009 16:51, schrieb Mathieu Suen: > Does anyone know how to inspect the opcode of a php file? VLD: http://derickrethans.nl/vld.php bytekit-cli: http://github.com/sebastianbergmann/bytekit-cli -- Sebastian BergmannCo-Founder and Principal Consultant http://s

Re: [PHP-DEV] Inspecting opcode

2009-12-03 Thread Stefan Esser
Hello, > Does anyone know how to inspect the opcode of a php file? take a look at Bytekit at http://www.bytekit.org Bye, Stefan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Inspecting opcode

2009-12-03 Thread troels knak-nielsen
Here's another extension for the same. Generates nice graphs too. http://www.bytekit.org/ -- troels On Thu, Dec 3, 2009 at 4:53 PM, Graham Kelly wrote: > Hi, > > It sounds like what you want is VLD. http://pecl.php.net/package/vld > > - Graham Kelly > > On Thu, Dec 3, 2009 at 10:51 AM, Mat

Re: [PHP-DEV] Inspecting opcode

2009-12-03 Thread Graham Kelly
Hi, It sounds like what you want is VLD. http://pecl.php.net/package/vld - Graham Kelly On Thu, Dec 3, 2009 at 10:51 AM, Mathieu Suen wrote: > Hi, > > Does anyone know how to inspect the opcode of a php file? > > Thanks > > -- Mathieu Suen > > > -- > PHP Internals - PHP Runtime Development Mail

[PHP-DEV] Inspecting opcode

2009-12-03 Thread Mathieu Suen
Hi, Does anyone know how to inspect the opcode of a php file? Thanks -- Mathieu Suen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php