Skip to content

Commit 34f5d66

Browse files
committed
Create separate CVS tree for web stuff
1 parent 880c7f5 commit 34f5d66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+4700
-0
lines changed

.glimpse_exclude

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

.glimpse_include

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*.txt
2+
*.php3
3+
*.phtml
4+
text
5+
README
6+
CREDITS
7+
CHANGES
8+
INSTALL
9+
BUGS
10+
README.WIN32
11+
TODO
12+
README.mirror

BUGS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* sprintf crashes with hard-limited string width combined with
2+
alignment (%-.20s)
3+
* String in eval() is either not efree()'d, or both efree()'d and free()'d.
4+
It's allocated using e*() functions, but may be free()'d by flex, and later free()'d by the memory
5+
manager. Another alternative is that it's not free()'d by flex, and is only free()'d by the
6+
memory manager, which is just a simple leak.
7+
* split() function doesn't return regex errors nicely
8+
* ksort() may contain a bug that causes PHP to get stuck and consume 100% CPU
9+
* Configuration file strings are kinda broken

0 commit comments

Comments
 (0)