[PHP-WIN] Re: PHP console (php.exe -a)

2009-12-30 Thread Carsten Wiedmann
Am 30.12.2009 12:12, schrieb Richard Quadling: >> Specifically, autoload functions, though registered (either by having >> __autoload() or by using spl_autoload_register()), are not invoked for >> missing classes. >> >> So, for windows, what's the point of the interactive mode? > > [2009/12/30 11:

[PHP-WIN] Re: PHP console (php.exe -a)

2009-12-30 Thread Carsten Wiedmann
Am 30.12.2009 11:56, schrieb Richard Quadling: > As mentioned, CTRL+Z is the END-OF-TEXT character needed to terminate > input from STDIN. ctrl-z signals end-of-file. On *nix that's ctrl-d (ctrl-z on *nix is for job control). > [2009/12/30 10:56:09] [C:\] [] >php -v > PHP 5.3.2-dev (cli) (built:

Re: [PHP-WIN] PHP console (php.exe -a)

2009-12-30 Thread Richard Quadling
2009/12/30 Richard Quadling : > 2009/12/30 Richard Quadling : >> 2009/12/27 Libor : >>> Hi all, >>> I don't know if I am stupid or what but I can't find out how to send typed >>> code to execute. >>> php.exe -a >>> Interactive mode enabled >>> >>> Pressing or didn't execute code. Please, hel

Re: [PHP-WIN] PHP console (php.exe -a)

2009-12-30 Thread Richard Quadling
2009/12/30 Richard Quadling : > 2009/12/27 Libor : >> Hi all, >> I don't know if I am stupid or what but I can't find out how to send typed >> code to execute. >> >>> php.exe -a >> Interactive mode enabled >> >> Pressing or didn't execute code. Please, help me! >> >> (I am running PHP 5.3.0 on Wi

Re: [PHP-WIN] PHP console (php.exe -a)

2009-12-30 Thread Richard Quadling
2009/12/27 Libor : > Hi all, > I don't know if I am stupid or what but I can't find out how to send typed > code to execute. > >> php.exe -a > Interactive mode enabled > > Pressing or didn't execute code. Please, help me! > > (I am running PHP 5.3.0 on Win XP.) > > Thanks > Libor > > -- > PHP Win