]> granicus.if.org Git - php/commit
- Fix the "weird bug" with different serialized file under cli/cgi or apache sapi
authorPierre Joye <pajoye@php.net>
Tue, 27 May 2003 23:31:56 +0000 (23:31 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 27 May 2003 23:31:56 +0000 (23:31 +0000)
commit400e5c0b66317217cf1615d315549e96ff76f301
tree993d64febe7baa00cf21a9f98da916c8675ce473
parent94136f0ccdaa0ebf19dd988e54a186d41757f53b
- Fix the "weird bug" with different serialized file under cli/cgi or apache sapi
Important Notice:
*always* use 'wb' to write file, sapi cli and cgi force the default to be binary, apache does not.
pear/PEAR/Registry.php