Commit Graph

7019 Commits

Author SHA1 Message Date
Etienne Kneuss
ef045590dc Fix endless recursion of var_dump() over self-referencing closures 2009-08-10 15:18:13 +00:00
Andi Gutmans
e4765438b8 - Optimize slightly for common case - n!=4 2009-08-09 04:46:02 +00:00
Jani Taskinen
35349fd6ae - Generated files 2009-08-07 15:45:56 +00:00
Jani Taskinen
b37f2e6187 - Fixed bug #48719 parse_ini_*(): scanner mode is not checked for sanity) 2009-08-07 15:44:37 +00:00
Jani Taskinen
12297bdb05 - Generated files.. 2009-08-07 14:22:49 +00:00
Jani Taskinen
dd7b767d7f - Fixed bug #48660 (parse_ini_*(): dollar sign as last character of value fails) 2009-08-07 14:21:38 +00:00
Jani Taskinen
33399d96bf - Restore PHP-5.2 behaviour when passing null inside object scope to get_class() 2009-08-06 11:02:25 +00:00
Scott MacVicar
afcc47ef85 Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific code. 2009-08-06 01:33:54 +00:00
Jani Taskinen
95ae7a0366 - Generated files 2009-08-04 02:58:29 +00:00
Jani Taskinen
f487836c1a - Fixed bug #48768 (parse_ini_*() crash with INI_SCANNER_RAW) 2009-08-04 02:56:26 +00:00
Jani Taskinen
32b6cd0a22 - Generated files 2009-08-04 02:35:38 +00:00
Jani Taskinen
cdf04b13a9 - Fixed bug #49056 (parse_ini_file() regression in 5.3.0 when using non-ASCII strings as option keys) 2009-08-04 02:34:04 +00:00
Kalle Sommer Nielsen
3dd9fcbdfb Fix compiler warnings - regenerate 2/2 2009-08-01 14:47:10 +00:00
Kalle Sommer Nielsen
04c14e0d05 Fix compiler warnings 1/2 2009-08-01 14:46:47 +00:00
Stanislav Malyshev
cc8406151c fix for bug #49000 2009-07-30 05:01:53 +00:00
Felipe Pena
94ae97b524 - Fixed expected data type for class name (%s -> %v) 2009-07-29 14:27:43 +00:00
Jani Taskinen
b40e882e1f - Fixed bug #48971 (Missing ZEND_NS_NAMED_FE macro) 2009-07-28 21:12:42 +00:00
Dmitry Stogov
f560d4ea84 Fixed bug #49037 (@list( $b ) = $a; causes a crash) 2009-07-28 13:01:40 +00:00
Dmitry Stogov
5753d36230 Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract()) 2009-07-28 12:36:08 +00:00
Rasmus Lerdorf
415795f827 Please review this one. It seems pretty fundamental.
When $str is a binary string and you do: $str[4]=0;
there should be no unicode conversion.
2009-07-26 15:53:36 +00:00
Zoe Slattery
ec97c3c3e3 Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
David Soria Parra
b4ea9bf939 - Define HAVE_DTRACE if dtrace is available and ifdef all calls to dtrace probes 2009-07-20 10:12:34 +00:00
David Soria Parra
9491c31906 - Fix overflow and use our internal vssprintf implementation 2009-07-20 10:12:12 +00:00
Kalle Sommer Nielsen
29b1f03d5d Fix Windows build with dtrace and add missing $Id$'s to files 2009-07-20 08:05:04 +00:00
Felipe Pena
3cf7638cf2 - New tests 2009-07-19 16:31:43 +00:00
David Soria Parra
1f06f5f458 - Add license headers 2009-07-19 15:57:06 +00:00
Felipe Pena
e2e62d3afb - Fixed ZTS build 2009-07-19 14:19:32 +00:00
David Soria Parra
28f7ed9365 - Add DTrace support. 2009-07-19 14:00:25 +00:00
Felipe Pena
6ff8222d0e - New test 2009-07-19 03:36:46 +00:00
Felipe Pena
f1be9ef385 - Tests related to bug #48770 2009-07-19 03:25:49 +00:00
Zoe Slattery
199a181a2c Removing unnecessary SKIPIF sections 2009-07-18 13:44:15 +00:00
Jani Taskinen
438b181d82 CS 2009-07-17 11:49:50 +00:00
Zoe Slattery
a8fbe048a6 fix tests 2009-07-17 08:20:04 +00:00
Stanislav Malyshev
fa1f24867a fix memory leak 2009-07-17 00:57:46 +00:00
Jani Taskinen
24d327ba2b CS 2009-07-16 12:18:13 +00:00
Stanislav Malyshev
29fb4ab87d fix ini_restore problem 2009-07-16 00:03:44 +00:00
Felipe Pena
dd6e75c230 - Fixed bug #48899 (is_callable returns true even if method does not exist in parent class) 2009-07-15 01:08:15 +00:00
David Soria Parra
0216e20432 Fix date warning by setting the default timezone to UTC 2009-07-13 23:55:34 +00:00
b3468e257b ChangeLog update 2009-07-08 01:34:26 +00:00
David Soria Parra
646cce06e6 Adjust tests. The order in which notices appear is platform dependend as the function call ordering in parameter lists is not defined in C. 2009-07-07 11:52:43 +00:00
2ceb43130e ChangeLog update 2009-07-07 01:33:12 +00:00
andy wharmby
9f62b4467a Fix test 2009-07-06 19:34:58 +00:00
bb6bb49671 ChangeLog update 2009-07-01 01:34:02 +00:00
338feb1bf7 ChangeLog update 2009-06-29 01:33:31 +00:00
Felipe Pena
e2e5c765f8 - Fixed bug #48693 (Double declaration of __lambda_func when lambda wrongly formatted) 2009-06-28 01:14:28 +00:00
ca35a584b8 ChangeLog update 2009-06-27 01:35:55 +00:00
2e134996b0 ChangeLog update 2009-06-23 01:33:15 +00:00
dbebf39ff3 ChangeLog update 2009-06-20 01:33:11 +00:00
aa1713fabc ChangeLog update 2009-06-19 01:33:18 +00:00
c3bf1cd273 ChangeLog update 2009-06-18 01:33:13 +00:00