Skip to content

Commit

Permalink
Fix for missing RAND_MAX on SunOS 4.1
Browse files Browse the repository at this point in the history
Reported by: Brian Lalor <blalor@netDrives.com>
  • Loading branch information
Sascha Schumann committed Dec 18, 1999
1 parent ce10927 commit d15e7a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/session/session.c
Expand Up @@ -36,6 +36,7 @@
#include "ext/standard/datetime.h"
#include "ext/standard/php_lcg.h"
#include "ext/standard/url_scanner.h"
#include "ext/standard/php_rand.h" /* for RAND_MAX */

#ifdef ZTS
int ps_globals_id;
Expand Down

0 comments on commit d15e7a5

Please sign in to comment.