Skip to content

Commit aceaabc

Browse files
committed
PHP 4.0
1 parent d94f3e2 commit aceaabc

File tree

189 files changed

+43488
-0
lines changed

Some content is hidden

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

189 files changed

+43488
-0
lines changed

BUGS

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
If you think you've found a bug in PHP3, you can report it on the bug
2+
reporting page at:
3+
http://www.php.net/
4+
5+
Current Known Bugs:
6+
7+
* split() function doesn't return regex errors nicely
8+
* Preprocessed scripts don't work with require() and define()
9+
* unset() doesn't actually erase the variables it just marks them as uninitialized
10+
* Some parts in the language core prevent more than 256 arguments in function
11+
calls from being possible

0 commit comments

Comments
 (0)