Skip to content

Commit

Permalink
PHP 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuraski committed Apr 7, 1999
1 parent d94f3e2 commit aceaabc
Show file tree
Hide file tree
Showing 189 changed files with 43,488 additions and 0 deletions.
11 changes: 11 additions & 0 deletions BUGS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
If you think you've found a bug in PHP3, you can report it on the bug
reporting page at:
http://www.php.net/

Current Known Bugs:

* split() function doesn't return regex errors nicely
* Preprocessed scripts don't work with require() and define()
* unset() doesn't actually erase the variables it just marks them as uninitialized
* Some parts in the language core prevent more than 256 arguments in function
calls from being possible
Loading

0 comments on commit aceaabc

Please sign in to comment.