1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 06:51:18 +02:00
Commit Graph

115 Commits

Author SHA1 Message Date
Felipe Pena 8ecf8ede1f - Removed:
- UG(unicode) checks
       - pcre_cache_entry.unicode_mode
- Changed:
       - ZEND_STR_TYPE -> IS_UNICODE
       - convert_to_text -> convert_to_unicode
       - convert_to_text_ex -> convert_to_unicode_ex

(Felipe, Steph)
2009-03-26 20:02:53 +00:00
Marcus Boerger d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Felipe Pena 43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Felipe Pena e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena 7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Steph Fox 4be7f4aecd - killed off UEXPECT
- com_dotnet gets a .cvsignore
- Ulf will take care of mysql extensions, rest complete
2008-05-27 18:16:04 +00:00
Felipe Pena 3ed829f10e - Added some UEXPECTs
- Fixed some tests
2008-03-22 14:58:29 +00:00
Antony Dovgal 3dcfd1b65b fix newly added segfault 2008-01-21 09:08:12 +00:00
Sara Golemon 4106cbf6d1 Flag additional unicode safe funcs 2008-01-21 06:36:02 +00:00
Sara Golemon 87c8d19c1b Make unicode ready 2008-01-21 06:08:03 +00:00
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Dmitry Stogov 8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Antony Dovgal f1f0deae4c php_localtime_r() checks 2007-06-07 09:07:12 +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
Martin Kraemer e46b1b3747 Typo 2007-03-14 09:49:58 +00:00
Stanislav Malyshev 9466c35fe4 use snprintf, increase hebdate buffer 2007-02-16 18:29:40 +00:00
Sebastian Bergmann 3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Ilia Alshanetsky aaf7159f2a MFB: Fixed tests 2006-12-04 18:30:05 +00:00
Hannes Magnusson 176b72284c Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Hannes Magnusson f76d8e55bc Avoid portability problems 2006-10-07 15:14:57 +00:00
Hannes Magnusson 3a3c1a3a3e Update to the new parameter parsing API 2006-10-04 12:50:02 +00:00
Antony Dovgal 6d6bd77429 MFB: fix test on 64bit machines 2006-07-27 08:14:51 +00:00
Antony Dovgal c68b28f250 fix segfault in jfmonthname(), add test
fix tests (I don't have /home/hartmut here =))
2006-07-11 14:15:38 +00:00
Nuno Lopes b51680b3b6 fix test on non-Harmut machine :) 2006-07-10 07:03:18 +00:00
Ilia Alshanetsky a96e3567de MFB: Removed pointless declarations 2006-07-09 23:28:41 +00:00
Hartmut Holzgraefe 86ae9a5756 more test coverage 2006-07-09 22:42:05 +00:00
Hartmut Holzgraefe 1fffe3cfa7 additional test cases added, should now cover all functions and modes
allthough still not all edge cases
2006-07-09 16:30:02 +00:00
Hannes Magnusson e6487d115e Added argument info
Fixed protos
Fixed vim folding
2006-06-10 22:59:40 +00:00
foobar 251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
Antony Dovgal 632e571642 MFB: add missing skipif conditions, fix existing ones
add one missing test
2005-12-21 11:43:24 +00:00
foobar a208d9a966 - Nuke php3 legacy 2005-12-06 02:28:26 +00:00
Marcus Boerger f53de944df - MFB Add tests 2005-11-06 12:27:11 +00:00
foobar 23e671a51e - Bumber up year 2005-08-03 14:08:58 +00:00
Ilia Alshanetsky fc51ec9e12 Removed unused vars. 2005-04-13 23:05:23 +00:00
Andrey Hristov ce36c5f3b1 simplify code (no need of local variable - return directly) 2005-04-10 20:57:31 +00:00
Dmitry Stogov d976e3d165 Fixed indentation 2005-04-07 16:17:08 +00:00
Dmitry Stogov b14271dbfa Fixed wrong result of cal_days_in_month() with bad dates 2005-04-07 16:12:27 +00:00
Ilia Alshanetsky f8a4d8a4d5 Fixed bug #30375 (cal_info() does not work without a parameter). 2004-10-11 06:39:41 +00:00
Hartmut Holzgraefe eeb172b29f "The Visa to Sibiria" (work in progress)
Adding a package.xml to a bundled extension does not only
ease the transition to PECL whereever suitable but also
allows to build and install an extension as "shared" using
the PEAR installer without having to deal with phpize and
friends by hand
2004-03-23 19:46:10 +00:00
Ilia Alshanetsky 25053ba01b Fixed possible overflows. 2004-02-02 00:06:17 +00:00
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
Wez Furlong 05b9b20ed8 Add new (optional!) win32 build infrastructure.
Will follow up to internals@ shortly.
2003-12-02 23:17:04 +00:00
Ilia Alshanetsky 9c82b1fa75 Fixed compiler warnings. 2003-08-31 20:45:51 +00:00
Ilia Alshanetsky 3652ab6032 Fixed bugs in various tests. 2003-08-12 00:44:05 +00:00
James Cox f68c7ff249 updating license information in the headers. 2003-06-10 20:04:29 +00:00
Moriyoshi Koizumi 9c038be621 Added some compiler check 2003-03-23 01:44:58 +00:00
Moriyoshi Koizumi 0d2bd85a61 Fixed win32 build, which fails with non-SBCS-compatible locale settings. 2003-03-22 23:31:52 +00:00
foobar 1887456484 ws 2003-02-03 09:55:09 +00:00
Sebastian Bergmann b506f5c8f8 Bump year. 2002-12-31 16:08:15 +00:00