[PHP] Re: About php4-imap package

2003-01-10 Thread Guille -bisho-
Hello! I don't know if there is a bug on php4-imap debian package, but I could not connect to to my IMAP server. (With mutt it works). PHP says: Couldn't open stream {localhost:143/notls}INBOX I have tried everything. Add/remove the "/notls" to the port, imap2, imap3, imaps, dpkg-reconfigure lib

[PHP] PHP 4.0.6 diferent handling of comments.

2001-07-09 Thread Guille -bisho-
In previous versions I could comment in this way: #<%=$txt%> And now only consider # as the comment. I think this is the proper way of working, But maybe other people could have problems with this change ??? -- \|||/Guillermo Pérez Pérez < o o > - [EMAIL PROTECTED]

[PHP] Code diagnostics & profiling

2001-01-10 Thread Guille -bisho-
Anymody knows any way of making diagnostics of PHP code to make optimizations??? In mod_perl exists a bunch of utilitys & modules to make this things like Devel::DProf I usually put PHP in the maximun Warning level and write them to a log file, or using the debugger and see the output in other m