#31808 [NEW]: libtool incorrectly sets deplibs_check_method

2005-02-02 Thread audrius dot valunas at bdc dot lt
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

#22088 [NEW]: array_shift() and the last index of the array

2003-02-06 Thread audrius
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