Search results

  1. C

    PHP Split associative arrays into individual variables?

    I believe you're thinking of the extract() method.
  2. C

    Does PHP have a unsigned long data type?

    I have an encryption that I'm porting to multiple languages and I wanted to include PHP. The encryption uses unsigned longs for a lot of bitwise logic as well as multiplication. Is there a way in PHP I can specify that I want a variable to be a long (int64)? Better yet a ulong? Will there be an...
  3. C

    Call to mysql_connect in php crashes Apache 2.2 on Windows XP?

    I just finished setting up a web server for personal use here at my house. I used MySQL 5.1.34, Apache 2.2.11, and PHP 5 (using the MSI installer) on Windows XP. The web part is running just fine and PHP is successfully being parsed, until I make a call to mysql_connect(...). When I call the...
Back
Top