summaryrefslogtreecommitdiff
path: root/Zend/zend_stream.c
Commit message (Collapse)AuthorAgeFilesLines
* updating license information in the headers.James Cox2003-06-101-1/+1
|
* *cough*Wez Furlong2003-02-201-1/+1
| | | | | Fix another stupid mistake.
* Fix stupid mistake that only affected interactive mode.Wez Furlong2003-02-191-2/+2
|
* fileno() needs a FILE * here, and at least on FreeBSD with gcc-2.95.3Rasmus Lerdorf2003-02-181-1/+1
| | | | | | it is unable to figure out that this is indeed a FILE * and hence it won't compile without this cast.
* Implement simple stream support in the ZE scanners.Wez Furlong2003-02-181-0/+123