1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Commit Graph

23286 Commits

Author SHA1 Message Date
Antony Dovgal 74a52caa2c use long for "l" 2008-07-14 10:49:10 +00:00
Antony Dovgal e430de504c use zend_bool for "b" 2008-07-14 10:47:35 +00:00
Jani Taskinen 430feb52a6 MFB 2008-07-14 10:32:45 +00:00
Jani Taskinen d01afd9a7d MFB 2008-07-14 09:05:09 +00:00
Antony Dovgal 7c16cfd85b minor speedup - convert offset to long only when needed 2008-07-14 08:08:39 +00:00
Antony Dovgal 8c96f79ca5 fix test 2008-07-14 08:05:58 +00:00
Stanislav Malyshev 3a92e637fc add icu version to phpinfo 2008-07-14 07:16:36 +00:00
Marcus Boerger e3944720b5 - Use new helper 2008-07-13 21:38:58 +00:00
Marcus Boerger 7c3726c907 - Fix test 2008-07-13 21:38:19 +00:00
Antony Dovgal 6521cf8c1a add missing SKIPIF 2008-07-13 21:22:41 +00:00
Antony Dovgal 05028ba6d3 improve code coverage 2008-07-13 19:47:27 +00:00
Etienne Kneuss b111b673e6 Implement toArray,fromArray and get_properties (Thanks Tony for the patches) 2008-07-13 15:59:38 +00:00
Pierre Joye 144b823b36 - fix build with VC9 PSDK6.x 2008-07-12 23:54:30 +00:00
Pierre Joye d9c6286120 - don't use inet_ntop when not present 2008-07-12 23:25:42 +00:00
Felipe Pena 8514a96c99 - MFB: Fixed bug #45220 (curl_read callback returns -1 when needs to return size_t (unsigned)) 2008-07-12 21:20:10 +00:00
Marcus Boerger 059e4f06ef - Allow multiple exceptions in spl's autoload 2008-07-12 14:58:07 +00:00
Felipe Pena 2a55e75300 - MFB: Fixed bug #45449 (filesize() regression using ftp wrapper) (patch by crrodriguez at suse dot de) 2008-07-11 18:34:43 +00:00
Rob Richards 0b17233704 MFB: dont forget the header 2008-07-11 15:06:06 +00:00
Jani Taskinen f58f634618 - Enable bundled library 2008-07-11 14:49:45 +00:00
Rob Richards 75cc69e2b9 MFB: fix iconv linking 2008-07-11 14:42:00 +00:00
Derick Rethans 74947e562e - Move lib to libmagic 2008-07-11 14:13:50 +00:00
Derick Rethans 90f11b47df - Step one for bundling the libmagic library. Some config.m4 issues left. 2008-07-11 14:10:50 +00:00
Felipe Pena 1de275f2c8 MFB: - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: text/plain; charset=' parsing incorrect) 2008-07-11 13:54:47 +00:00
Antony Dovgal e92b2b506a make sure dom extension is present 2008-07-11 12:43:55 +00:00
Felipe Pena 9277fc89c4 - MFB: Fixed bug #45485 (strip_tags and <?XML tag) 2008-07-11 12:43:06 +00:00
Felipe Pena 5003bfc028 MFB: - Fixed the strings size in imap_headerinfo 2008-07-11 11:29:41 +00:00
Antony Dovgal 3519ed9e31 manage references of stream context properly 2008-07-11 10:24:29 +00:00
Antony Dovgal e5612456de fix skip messages 2008-07-11 09:16:50 +00:00
Antony Dovgal 8e28f5d4c0 check for posix_getuid() 2008-07-11 09:15:37 +00:00
Derick Rethans 0e86197822 - Fixed a compiler warning - the code didn't make much sense. 2008-07-11 08:42:11 +00:00
David Soria Parra 82830dd06f PHP Testfest. Tests done by Felix De Vliegher 2008-07-10 23:36:15 +00:00
Felipe Pena 8cb2c1da19 - MFB: Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo doesn't accept lengths of 1024) 2008-07-10 17:54:08 +00:00
Etienne Kneuss ad3cd911ac Forgot to remove the count method here 2008-07-10 13:16:01 +00:00
Etienne Kneuss cecf208c3f Fix resolution rule of count vs. handler 2008-07-09 21:29:39 +00:00
Etienne Kneuss 6d0c676a59 Move SXI::count to SXE::count and make it user-friendly 2008-07-09 21:27:10 +00:00
Etienne Kneuss 4362c16f6a Test extended iterators methods 2008-07-09 20:34:36 +00:00
Rob Richards 3b58e7e8c6 MFB: fix zlib detection and linking
- synch zip config.w32
2008-07-09 16:13:53 +00:00
Felipe Pena 96593efd3b - Fixed test 2008-07-09 13:00:00 +00:00
Felipe Pena 83a2c2f87c - MFB: Added arginfo 2008-07-09 12:51:26 +00:00
Etienne Kneuss 4d1b2255de MFB: Fix filename/pathname/getpathinfo tests according to SPL fix 2008-07-09 09:01:08 +00:00
Joe Orton 28d3a9ef33 - tweak test case to better trigger the (now-fixed) reference bugs 2008-07-09 08:29:55 +00:00
Etienne Kneuss 8cab636c24 Woopsy 2008-07-08 22:49:35 +00:00
Etienne Kneuss c621d4f63f - Fix filename in debug_info
- Fix #45345 (getPathInfo on the file instead of the dir)
- Remove trailing / on input
2008-07-08 22:40:30 +00:00
Derick Rethans b30cdcd5a7 - Fixed bug #45459 (date_create_from_format() fails on DATE_RFC3339) by
allowing a few more format specifiers in date_create_from_format() /
  date_parse_from_format().
2008-07-08 20:23:38 +00:00
Derick Rethans d5bc2d0682 - Fixed a memleak (Original patch by Hannes Magnusson). 2008-07-08 19:29:06 +00:00
Pierre Joye 739450edb7 - use _a for static lib
- fix logic for shared zlib
2008-07-08 19:07:53 +00:00
Derick Rethans 3042898466 - Fixed some ambiguities in the date parser. 2008-07-08 18:27:07 +00:00
Derick Rethans a339c57e1d - Replaced // by /* .. */ comments. 2008-07-08 17:56:36 +00:00
Derick Rethans 698b0f818f - Fixed memory leaks and segfaults, patch by Joe Orton.
- Fixed bug #45038 (Crash when using DateTimeZone object returned by
  Date::getTimezone).
2008-07-08 17:40:35 +00:00
Henrique do Nascimento Angelo 4e39ede17f Fix the expected FileDateTime 2008-07-08 15:34:23 +00:00