mac os update 10.3.7 and PHP MYSQL

Joined
Dec 17, 2004
Messages
27
Reaction score
0
Points
1
i have PHP 5.0.2 MYSQL 4.0.22 on my machine for testing only and was wondering if i installed the last security update and the 10.3.7 updater whether that would course any problems with PHP or MySQL

i got my system how i like it and i don't want to muck it up!

kev
 
Joined
Jun 11, 2003
Messages
4,915
Reaction score
68
Points
48
Location
Mount Vernon, WA
Your Mac's Specs
MacBook Pro 2.6 GHz Core 2 Duo 4GB RAM OS 10.5.2
I havent had it mess up MySQL or PHP in quite a long time.. at least the last 3 updates have not changed it. I also have Marc Lyinage's modules installed so OS X does not look where he installs it.
 
B

broberts

Guest
PHP Messed Up -- Anyone else see this?

It seems the Jan 25 security patch messed up PHP for me. Still connects to mySQL fine, but there appears to be a bug in handling arrays.
<?php
print_r($my_array);
// I see
// Array
// ( [0] => 5
// [1] => 9
// [2] => 10
// [3] => 11 )
foreach ($my_array as $test)
echo "$test";
// I see
// Array
// Array
// Array
// Array
?>

This code worked fine before the security patch I applied yesterday. :-( :-(
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top