Re: [PHP-DEV] Re: Help with the snaps site

2007-05-02 Thread Edin Kadribasic
Jan Reininghaus wrote: I would like to suggest a redesign of the page. In my opinion the page is too complex, so for example I find it a bit hard to match the information for the next snapshots in the left of the page with the snapshots itself on the right. I find it also complex that the

[PHP-DEV] Error handling in php with session_start

2007-05-02 Thread Ralph Schindler
Instead of reopening a bug report, I figured I'll post it here to get better exposure. Myself (and a few others at Zend) feel like http://bugs.php.net/bug.php?id=41253 is most definitely a bug in the engine as it relates to ext/session. What is trying to be accomplished is the following: If

Re: [PHP-DEV] While-else

2007-05-02 Thread Richard Lynch
On Sat, April 28, 2007 1:03 pm, Pelle Ravn Rosfeldt wrote: Is it possible to make a while with a else-statement in PHP6? I know that it's not the first time this subject is up, but my research shows that a lot of people miss it. Including me. Here's an example of what I mean:

[PHP-DEV] How to find a bug: is_link troubles

2007-05-02 Thread Arnold Daniels
Hi, I've got a bug with is_link and lstats. Any symlinks not created in the current session, will not be read. This only occurs in the Apache 2 SAPI version, not in the CLI version. Script: /? $symlink = '/tmp/link-test'; if (file_exists($symlink)) unlink($symlink);

[PHP-DEV] Trying to understand PHP6's unicode support

2007-05-02 Thread Rangel Reale
Hello! I am trying to understand how PHP6 handling of unicode works, I think I am missing something. My config is: ; Unicode settings ; unicode.semantics = on unicode.runtime_encoding = iso-8859-1 unicode.script_encoding = iso-8859-1