From: audrius dot valunas at bdc dot lt
Operating system: HP-UX B.11.23 U ia64 (ta)
PHP version: 5.0.3
PHP Bug Type: Dynamic loading
Bug description: libtool incorrectly sets deplibs_check_method
Description:
libtool incorrectly sets deplibs_check_method to
From: [EMAIL PROTECTED]
Operating system: Linux, Windows
PHP version: 4.3.0
PHP Bug Type: Arrays related
Bug description: array_shift() and the last index of the array
$m=array('a','b');
$last = array_shift ($m);
$m[]='c';//or array_push ($m,'c');
print_r($m);
in 4.3.0