3724 Commits (75df505fe6124e12e0185ee46cc47d2b20140887)

Author SHA1 Message Date
Derick Rethans 88c17817a9 - Fixed bug #27822 (is_resource() returns TRUE for closed resources) 22 years ago
Sara Golemon 72616e6eae BugFix#27619 22 years ago
Hartmut Holzgraefe f8708f369d disallow negative timestamps on windows only 22 years ago
Ard Biesheuvel 81cfb1b312 Make time tests more robust against differences in implementation 22 years ago
Ilia Alshanetsky ec4655f864 Fixed bug #27782 (Wrong behaviour of next(), prev() and each()). 22 years ago
Ard Biesheuvel 04d178f79c Prevent test from failing on least significant digit 22 years ago
Andi Gutmans 9094dd7a5e - Tiny improvement. 22 years ago
Marcus Boerger dddf796edf NAN==NAN doest work (Ard) 22 years ago
Ilia Alshanetsky f7fd3a7dcc Removed extra spaces that cause the test to fail. 22 years ago
Marcus Boerger 8b15b46aa8 Found a NAN/INF solution that should be portable everywhere(?) (Ard,Marcus) 22 years ago
Marcus Boerger 4f855044c7 Improve portability (idea by Ard) 22 years ago
Marcus Boerger f8ff2ccf20 Fix writing of SQLite and SimpleXMl extension and add Rob to the credits 22 years ago
Rasmus Lerdorf 1ece5eb5ad MFB test case for bug #27719 and improve comments in this tricky DST code 22 years ago
Marcus Boerger e4a6365181 Move defines to proper location 22 years ago
Marcus Boerger 141049a2e2 Touch after .c 22 years ago
Marcus Boerger bc0373b880 Portable solution for bug #27646 that works correct on Windows, too 22 years ago
Marcus Boerger 92d8c3d06e Correct that name 22 years ago
Marcus Boerger 86d3e496f0 let inf be generated by INF constant (thanks to Wez) 22 years ago
Rasmus Lerdorf a40518164b MFB: The 2am offset was a bad choice as this hour doesn't necessarily exist 22 years ago
Sara Golemon c52cc1c333 BugFix 27675 and add regression test. 22 years ago
Marcus Boerger a4fba990a4 Pending touch 22 years ago
Marcus Boerger 3450ed948f -Make NAN and INF more portable (atof() doesn't work on MSVC.6 for example) 22 years ago
Marcus Boerger 3f8a43989d Update .c output after .re 22 years ago
Marcus Boerger fdcff80c16 - Allow negative infinity 22 years ago
Marcus Boerger c64376bda5 Bugfix #27646: Cannot serialize/unserialize non-finite numeric values 22 years ago
Sara Golemon dd28c137f6 Cleanup, minor refactor, and CS 22 years ago
Sara Golemon 75268270d6 Bug Fix #27657: TXT records longer than MAXHOSTNAMELEN cause segfaults. 22 years ago
Ilia Alshanetsky d45b2c6bc3 MFH: Fixed bug #27628 (Simplify the process of making a POST request via 22 years ago
Dmitry Stogov deb84befae BUG #27469 was fixed (serialize() objects of incomplete class) 22 years ago
Dmitry Stogov 6e63ea45c7 BUG #27457 was fixed (using temporary hash table with string keys only) 22 years ago
Sara Golemon 4341ee6061 Userspace Directory Stream Test 22 years ago
Ilia Alshanetsky 88058e5715 Fixed bug #27498 (bogus safe_mode error on nonexistent directories for 22 years ago
Jay Smith 83b2d923f8 Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly). 22 years ago
Jon Parise 633c95aa40 Fixed crash in php_ini_scanned_files() when no additional INI files were 22 years ago
Marcus Boerger 15e1d817be Fix strval to use __toString if necessary 22 years ago
Rasmus Lerdorf 8f58b974b2 Fix/workaround for http://bugs.php.net/27533 22 years ago
Rasmus Lerdorf 05f8b4e6bc getopt() doesn't work if variables_order does not include "S" because it 22 years ago
Ard Biesheuvel cc924cad9d Nuke unused vars 22 years ago
Ard Biesheuvel e6281ab38b Don't use fp arithmetic for int results 22 years ago
foobar 3bd12064ef test for bug #27457 22 years ago
Ard Biesheuvel b303ba089c More wordsize fixes 22 years ago
Ilia Alshanetsky 6112260738 Fixed compiler warnings. 22 years ago
Ilia Alshanetsky 72a3bb18d1 Fixed bug #27460 (base64_decode() does not handle extra padding). 22 years ago
Ilia Alshanetsky bf6b0dc5e6 Fixed bug #27505 (htmlentities() does not handle BIG5 correctly). 22 years ago
Pierre Joye a8b6b2102b - fix #27238 22 years ago
Derick Rethans 6644d38e35 - Fixed yacc file 22 years ago
Moriyoshi Koizumi df8ee549f5 - Add support for more ISO8601 style formats. 22 years ago
Sara Golemon d9d38900b6 context parameter for opendir() and dir() 22 years ago
foobar 639073bd2a MFB: typofix 22 years ago
Ilia Alshanetsky 0f5f7c6dd0 Handle situation where feof() occurs before the HTTP header is retrieved. 22 years ago