Commit Graph

38392 Commits

Author SHA1 Message Date
1eb7fc2dd7 ChangeLog update 2007-06-09 01:31:16 +00:00
Antony Dovgal
1da8a5eba7 fix #41561 (Values set with php_admin_* in httpd.conf can be overwritten with ini_set()) 2007-06-08 14:47:32 +00:00
Antony Dovgal
419334d9b5 fix tests 2007-06-08 09:03:23 +00:00
Antony Dovgal
41ec253ac8 oops, empty properties are not allowed 2007-06-08 08:57:21 +00:00
Antony Dovgal
445f777480 MFB: fix #41504 (json_decode() incorrectly decodes JSON arrays with empty string keys). 2007-06-08 08:51:46 +00:00
Antony Dovgal
8bb463c82d enable statement cache for non-persistent connections (patch by Chris Jones) 2007-06-08 08:44:26 +00:00
Pierre Joye
7114e613d8 - MFB: #41630, fix segfault when an invalid color index is present in the
image data
2007-06-08 05:25:52 +00:00
cdabbb1678 ChangeLog update 2007-06-08 01:31:12 +00:00
Ilia Alshanetsky
254827fbb7 MFB: Final shot at the date issue 2007-06-07 23:16:41 +00:00
Antony Dovgal
806a90877b reset active_result_id when fetching persistent connection
patch by Peter Christensen
2007-06-07 12:17:16 +00:00
Antony Dovgal
f1f0deae4c php_localtime_r() checks 2007-06-07 09:07:12 +00:00
Antony Dovgal
976a22df16 php_gmtime_r() fixes 2007-06-07 08:58:38 +00:00
Antony Dovgal
a9f6f71460 check return value of *time_r() functions for NULL
more checks will follow
2007-06-07 08:46:32 +00:00
Ilia Alshanetsky
26255ddf1a Fixed typo 2007-06-07 02:21:55 +00:00
f22042f799 ChangeLog update 2007-06-07 01:31:15 +00:00
Ilia Alshanetsky
2d13cd37be MFB: Adjust previous patch to work on all compilers 2007-06-06 23:16:45 +00:00
Ilia Alshanetsky
da635f2b98 MFB: Optimize out a loop 2007-06-06 22:58:53 +00:00
Antony Dovgal
3db7f0603b improve the checks 2007-06-06 22:08:53 +00:00
Ilia Alshanetsky
60a7d31254 MFB: Added missing format validator to unpack() function 2007-06-06 22:04:47 +00:00
Antony Dovgal
6a67784d22 improve the check 2007-06-06 21:55:18 +00:00
Stanislav Malyshev
b7cf37c3e1 MF5: Fix chunk_split fix - avoid using floats
MF5: Fix money_format - don't give strfmon more arguments then supplied
MF5: Fix str[c]spn integer overflow
2007-06-06 20:06:43 +00:00
foobar
e78fd21039 - Fix for passing of shared extensions to run-tests.php 2007-06-06 18:27:54 +00:00
Stanislav Malyshev
f011c37849 fix test format 2007-06-06 17:47:15 +00:00
Stanislav Malyshev
56773a566a add some edge cases 2007-06-06 17:14:59 +00:00
Stanislav Malyshev
32d94ed6cd add moneyformat test 2007-06-06 17:13:18 +00:00
Zoe Slattery
a6ac3f8c20 New tests for file handling 2007-06-06 12:50:06 +00:00
Zoe Slattery
4f38742d2f fixed file permission for new empty file 2007-06-06 12:48:13 +00:00
Nuno Lopes
e7155d9ce5 fix gcov build.. 2007-06-06 12:29:06 +00:00
Antony Dovgal
a0ab81a4da minor optimization - make sure the objects are not the same instance before we start comparing their properties 2007-06-06 11:57:24 +00:00
Antony Dovgal
144b05cdd0 fix several integer overflows in GD 2007-06-06 09:43:39 +00:00
Antony Dovgal
b81d63d74a fix #41608 (segfault on a weird code with objects and switch()) 2007-06-06 08:33:54 +00:00
c77c9eb628 ChangeLog update 2007-06-06 01:31:17 +00:00
Ilia Alshanetsky
886cb0c783 MFB: Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags). 2007-06-06 00:01:13 +00:00
Ilia Alshanetsky
473758a7f2 MFB: Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some
non-well-formed SQL queries).
2007-06-05 22:56:57 +00:00
Antony Dovgal
8881105443 fix build 2007-06-05 13:51:29 +00:00
Antony Dovgal
43a99cebe2 fix folding 2007-06-05 13:37:05 +00:00
Antony Dovgal
6eb6de0fcf fix folding 2007-06-05 12:17:15 +00:00
Antony Dovgal
d7f7c97e43 no readlink() on windows 2007-06-05 12:02:38 +00:00
Antony Dovgal
c241e7584a enable display_startup_errors 2007-06-05 11:33:09 +00:00
Zoe Slattery
ce111057a4 Fixing incorrect comment in test cases fileinode_variation and filetype_variation 2007-06-05 11:32:45 +00:00
Antony Dovgal
89447d110f fix test, add missing ones 2007-06-05 11:25:21 +00:00
Antony Dovgal
ec7de9df9e add SET_VAR_ASCII_STRINGL() 2007-06-05 11:25:02 +00:00
Antony Dovgal
b445a2eaa2 fix HTTP_RAW_POST_DATA in Unicode mode 2007-06-05 11:24:37 +00:00
Antony Dovgal
71d7ee6d33 port the max_input_nesting_level ini option to Unicode mode 2007-06-05 11:24:13 +00:00
Antony Dovgal
878577579c fix #41582 (SimpleXML crashes when accessing newly created element) 2007-06-05 10:02:02 +00:00
Zoe Slattery
484e14354e new test cases for general functions 2007-06-05 09:21:54 +00:00
Zoe Slattery
bdc7acb0d4 New test cases for file system functions 2007-06-05 09:20:17 +00:00
Zoe Slattery
c7590816d5 Updated test output in line with changes to file.inc 2007-06-05 07:57:48 +00:00
Zoe Slattery
bcb5c46495 Added fill_buffer() and fixed file_fill() to write binary data only 2007-06-05 07:54:58 +00:00
Antony Dovgal
3e09aa938d fix #41594 (Statement cache is flushed too frequently) 2007-06-05 07:48:16 +00:00