Commit Graph

37818 Commits

Author SHA1 Message Date
Marcus Boerger
3ec87dc3e4 - Prepare release 1.1.0 2007-04-12 20:58:09 +00:00
Johannes Schlüter
85910d510b - Add test 2007-04-12 18:31:57 +00:00
Dmitry Stogov
c878774f2e Fixed bug #41063 (chdir doesn't like root paths). 2007-04-12 15:29:10 +00:00
Antony Dovgal
77e3b99726 bail out if unicode.semantics is On (stream_select() is unable to cast Unicode streams to FDs)
check stream_select() return value correctly and avoid endless loop
2007-04-12 13:17:14 +00:00
Antony Dovgal
63d2c1f093 return success only if succeeded casting at least one stream to fd 2007-04-12 13:15:17 +00:00
Antony Dovgal
1efa2ab3fc add new test and SKIPIF sections 2007-04-12 12:43:54 +00:00
Antony Dovgal
eb7e31c17a swap the options 2007-04-12 12:31:02 +00:00
Antony Dovgal
6cc5c10713 add short descriptions for PCRE ini options 2007-04-12 10:24:57 +00:00
a6986f2156 ChangeLog update 2007-04-12 01:31:02 +00:00
Antony Dovgal
8957f06763 MFB 2007-04-11 22:35:25 +00:00
Antony Dovgal
e94b3c8f88 improve test 2007-04-11 22:29:46 +00:00
Antony Dovgal
2f3dc4a7d7 we don't ship libmysql anymore, so there is no need for this message 2007-04-11 16:02:56 +00:00
Derick Rethans
e9f77bb7e5 - Fixed bug #40861 (strtotime() doesn't handle double negative relative time
units correctly).
2007-04-11 14:36:45 +00:00
Pierre Joye
4b25f38a07 - add HAVE_GD_FONTMUTEX and HAVE_GD_FONTCACHESHUTDOWN to win32 build 2007-04-11 11:45:19 +00:00
Zoe Slattery
904042bb83 new tests: array_merge, array_push, fprintf. modified tests: count_recursive, md5. 2007-04-11 11:44:37 +00:00
Scott MacVicar
9c49c0403e fix #41048 (PHP6 Segmentation fault issue) 2007-04-11 10:43:28 +00:00
747218ba7e ChangeLog update 2007-04-11 01:31:05 +00:00
Andrei Zmievski
324cdbf874 Wrong locale name. 2007-04-10 22:44:57 +00:00
Antony Dovgal
a8e133eafa MFB: fix #40931 (open_basedir bypass via symlink and move_uploaded_file()) 2007-04-10 22:31:27 +00:00
Antony Dovgal
210389ab21 skip test if openssl is present
in this case the error messages are different
2007-04-10 21:38:09 +00:00
Antony Dovgal
5c2b931d6f skip this test on MacOS 2007-04-10 21:20:33 +00:00
Marcus Boerger
c301d0fb42 - MFB Synch 2007-04-10 15:59:29 +00:00
foobar
d34248e5f2 MFB:- Fixed ZEND_SIGNED_MULTIPLY_LONG() so that ext/filter/tests/046.phpt wont fail. (Integer overflow) 2007-04-10 10:57:54 +00:00
Antony Dovgal
28c5d45652 fix test 2007-04-10 10:49:10 +00:00
Antony Dovgal
8667be3e5d fix #41037 (unregister_tick_function() inside the tick function crash PHP) 2007-04-10 09:36:10 +00:00
Antony Dovgal
69cee820e2 MFB 2007-04-10 07:08:51 +00:00
Dmitry Stogov
0e0cc2ef52 Initial WIN64 support 2007-04-10 06:22:45 +00:00
6259e449e1 ChangeLog update 2007-04-10 01:31:05 +00:00
Dmitry Stogov
2ebfb15089 Removed wrong size_t definition 2007-04-09 15:40:23 +00:00
Dmitry Stogov
8610b4f6cf Fixed 64-bit support 2007-04-09 15:39:16 +00:00
Dmitry Stogov
e43c55d20f ZTS fix 2007-04-09 15:35:49 +00:00
Dmitry Stogov
c5602be799 Usage of sizeof(void*) is not portable 2007-04-09 15:33:59 +00:00
Dmitry Stogov
91853fe83f Fixed 64-bit support 2007-04-09 15:30:37 +00:00
Antony Dovgal
a083ad9257 new test 2007-04-09 07:29:12 +00:00
6d36de5e38 ChangeLog update 2007-04-09 01:31:10 +00:00
Antony Dovgal
5f0b474146 MFB: fix #40999 (mcrypt_create_iv() not using random seed) 2007-04-08 08:04:30 +00:00
Antony Dovgal
8bb69d5e0d MFB: Avoid locks when appening to the error log file 2007-04-08 08:02:02 +00:00
Johannes Schlüter
c3b395d83a - Added linenumbers to array returned by token_get_all() 2007-04-08 00:17:40 +00:00
7e75dcbe5a ChangeLog update 2007-04-07 01:31:01 +00:00
Marcus Boerger
d7c50ff9a9 - Fix unicode issue 2007-04-06 21:15:44 +00:00
Marcus Boerger
4868360f1c - Fix unicode issue in unregister according to register solution 2007-04-06 21:07:48 +00:00
Marcus Boerger
7425d1a6fa - Fix unicode issue (our string termination test checks both ending bytes instead of just one) 2007-04-06 21:02:20 +00:00
Marcus Boerger
4aa4a425b6 - Add a helper 2007-04-06 20:41:23 +00:00
Antony Dovgal
c711d41f1f fix test 2007-04-06 19:35:06 +00:00
Andrei Zmievski
dce63050b8 MFB 2007-04-06 19:27:15 +00:00
Marcus Boerger
3c1b5421aa - Fix types 2007-04-06 19:04:53 +00:00
Marcus Boerger
236ae8c79e - MFB #40091 fix 2007-04-06 18:50:07 +00:00
Pierre Joye
41274c7f87 - MFB: Fix windows mutex intialization, add HAVE_GD_FONTMUTEX and
HAVE_LIBFREETYPE to config.w32 (Thanks to Frank for the report)
2007-04-06 15:42:27 +00:00
Marcus Boerger
aba41d889a - Fix #40442 2007-04-06 15:32:29 +00:00
858775b3b2 ChangeLog update 2007-04-06 01:31:05 +00:00