1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Commit Graph

22127 Commits

Author SHA1 Message Date
Andrey Hristov bb4051d480 Fix test 2008-02-06 13:01:30 +00:00
Andrey Hristov ac3d36818f Pconnect working with mysqli_real_connect() 2008-02-06 11:35:44 +00:00
Zoe Slattery 87a60ef453 Fixing 32 bit specific 2008-02-06 09:28:01 +00:00
Zoe Slattery 4da92843b9 Tests for assorted Maths functions 2008-02-06 08:39:23 +00:00
Felipe Pena b50f869aac Fixed bug #42167 (fgetcsv gives different output on php6 compared to php5), #42219 (length argument of fgetcsv() is not effective/working in PHP6) 2008-02-06 02:56:49 +00:00
Marcus Boerger ee507a2d05 - Add new test 2008-02-05 18:56:40 +00:00
Ilia Alshanetsky 4545b5bf25 MFB: Fixed bug #44046 (crash inside array_slice() function with an invalid
by-ref offset).
2008-02-05 16:02:23 +00:00
Robert Nicholson 8f6de4aada - fix arsort_variation3.phpt which was missing its EXPECT section 2008-02-05 11:20:28 +00:00
Marcus Boerger 95fe32b4e6 - Really last flag change (got confused with code) 2008-02-04 21:37:43 +00:00
Jani Taskinen 71e3d357ef - Fixed bugs #43915, #43923 and #44019, a tiny performance issue fixed too 2008-02-04 20:45:16 +00:00
Marcus Boerger cf8300a542 - Update docu 2008-02-04 20:40:29 +00:00
Felipe Pena c866bc64cf Fix wrong test 2008-02-04 19:58:12 +00:00
Felipe Pena 9df576bed3 Fixed wrong fix 2008-02-04 19:48:14 +00:00
Marcus Boerger f5480b2cb0 - Fix/add folding markers 2008-02-04 19:39:07 +00:00
Marcus Boerger ee8827288f - Really fix flag handling 2008-02-04 19:33:03 +00:00
Marcus Boerger de120f6698 - Fix #44018 (RecursiveDirectoryIterator options inconsistancy) 2008-02-04 18:46:02 +00:00
Felipe Pena aa79b70645 Fixed Bug #42057 (fwrite() writes data into file when length is given as a negative value) 2008-02-04 18:45:40 +00:00
Marcus Boerger 223764b66d - Setting flags once is enough 2008-02-04 18:35:08 +00:00
Andrey Hristov 8d7807d681 MFB: Simplify unique string generation and plug a leak. 2008-02-04 17:55:51 +00:00
Andrey Hristov cfcf16f0f7 Fix a leak and memory warning. 2008-02-04 17:32:43 +00:00
Felipe Pena 360fed57da Fix error messages 2008-02-04 17:21:01 +00:00
Marcus Boerger a78c1b4759 Fix default flag value in contructor 2008-02-04 17:18:48 +00:00
Marcus Boerger 3c7c97303d - Fix ArrayObject serializing
- Fix test expectations
2008-02-04 16:47:06 +00:00
Marcus Boerger ea6907a055 - Fix test 2008-02-04 16:12:47 +00:00
Marcus Boerger fac5ae96cb - Fix message 2008-02-04 15:58:12 +00:00
Felipe Pena 421295b52e Fix tests 2008-02-04 15:43:09 +00:00
Sebastian Bergmann 2b486e5833 Add missing Reflection API metadata for DOM classes. 2008-02-04 15:22:40 +00:00
Felipe Pena ac99835507 Fix tests (new error message) 2008-02-04 15:22:08 +00:00
Felipe Pena b315388200 Fix tests (new error message) 2008-02-04 14:02:01 +00:00
Felipe Pena 1348f95d20 Fix tests (new error message) 2008-02-04 13:08:27 +00:00
Felipe Pena 76dab1562f Fix tests (new error message) 2008-02-04 12:37:15 +00:00
Robert Nicholson caea756765 - added some new tests for arsort 2008-02-04 00:06:54 +00:00
Ilia Alshanetsky fb738d95bf MFB: Fixed bug #44028 (crash inside stream_socket_enable_crypto() when
enabling encryption without crypto type)
2008-02-03 16:14:44 +00:00
Marcus Boerger 925071ce41 - Rename it again
[DOC]
- Add config_get_hash()
2008-02-03 14:44:30 +00:00
Derick Rethans 836e228265 - Sync tests. 2008-02-03 14:37:00 +00:00
Marcus Boerger f2ce43983f - Rename dump_config_hash() to get_config_hash() as it doesn't dump 2008-02-03 14:35:29 +00:00
Derick Rethans 91038a08bf - Support "first/last day of <month>" style texts. 2008-02-03 14:10:48 +00:00
Marcus Boerger ff88449c31 - Fix error handling 2008-02-02 23:02:16 +00:00
Marcus Boerger b0f5c889fe - Add new classes 2008-02-02 22:56:25 +00:00
Marcus Boerger ac11e1c12d - MFB glob handling
- Add GlobIterator and FilesystemIterator
# Commit to 5.3 for more
2008-02-02 22:53:05 +00:00
Marcus Boerger 2d4c9b291f - Show interfaces 2008-02-02 21:02:08 +00:00
Derick Rethans 2c2947f93d - Make timezone_open() work again. 2008-02-02 17:25:40 +00:00
Marcus Boerger 0034d47f09 - Fix tests 2008-02-02 13:33:21 +00:00
Marcus Boerger 6840a7815d - Fix flag handling (MFB) 2008-02-02 13:11:12 +00:00
Greg Beaver 2b9a4279dd fix logic of path redirection. always prepend index_php with "/" if it doesn't have it,
and then if path_info ends with "/" just use entry + 1
2008-02-02 05:20:37 +00:00
Antony Dovgal de10394d60 fix test, add 64bit version 2008-02-01 23:18:53 +00:00
Greg Beaver 9af8b12b2b move to in between BEGIN_EXTERN_C() block, to avoid breakage with C++ (i.e. windows)
# david, can you check on mac to be sure this doesn't break?
2008-02-01 22:23:37 +00:00
David Coallier d4d8f3d412 - OSX "extern" compatibility fix. 2008-02-01 22:13:14 +00:00
Greg Beaver 47320359e9 remove unused variable, eliminate an invalid read reported by valgrind 2008-02-01 19:50:06 +00:00
Zoe Slattery bd8678289b A few new tests for math functions 2008-02-01 17:16:40 +00:00