php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #57830
Patch fix_randlib.c_add_static revision 2013-11-01 10:09 UTC by dev at example dot org

Patch fix_randlib.c_add_static for stats Bug #57830

Patch version 2013-11-01 10:09 UTC

Return to Bug #57830 | Download this patch
Patch Revisions:

Developer: dev@example.org

762c762
< long qinit = 0;
---
> static long qinit = 0;
779c779
< long qstate = 0;
---
> static long qstate = 0;
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 06:01:30 2024 UTC