Commit Graph

44050 Commits

Author SHA1 Message Date
Pierre Joye
0eee659e5a - include php win32's time.h 2009-01-19 02:31:18 +00:00
Pierre Joye
9107caeb51 - add HAVE_NANOSLEEP 2009-01-19 02:30:18 +00:00
Pierre Joye
b54a6fc5b3 - add nanosleep
- expose nanosleep and usleep
- [DOC] time_ nanosleep and time_ sleep_ until available on windows
2009-01-19 02:29:24 +00:00
Pierre Joye
c4d2527ebe - [MFB] fix nts build 2009-01-19 02:25:58 +00:00
7063da9128 ChangeLog update 2009-01-19 01:32:36 +00:00
Felipe Pena
75a31bacb1 - Fixed bug #47048 (Segfault with new pg_meta_data) 2009-01-18 23:49:11 +00:00
andy wharmby
be123b0de8 New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 22:51:00 +00:00
andy wharmby
310cc4c912 New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 21:59:36 +00:00
andy wharmby
ef6e2c572e New sha1f() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 19:37:43 +00:00
Ilia Alshanetsky
784801cdbd MFB: Upgraded bundled sqlite3 to 3.6.10 2009-01-18 18:03:36 +00:00
andy wharmby
4786d297ad New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:25 +00:00
andy wharmby
5235b762e3 New explode() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:34:15 +00:00
477cc45baf ChangeLog update 2009-01-18 01:32:43 +00:00
andy wharmby
364cf9ae6b New money_format() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 22:52:12 +00:00
Felipe Pena
37a953d466 - Removed XFAIL 2009-01-17 20:42:05 +00:00
Felipe Pena
ca0451c6f9 - Fixed bug #47102 (strripos issues unexpected warning with UNICODE haystack) (Noticed by Andy Wharmby) 2009-01-17 20:36:22 +00:00
Felipe Pena
fd175c9940 - Fixed test 2009-01-17 18:29:17 +00:00
Felipe Pena
08d61d87f7 - Fix build 2009-01-17 18:25:15 +00:00
Felipe Pena
1b5e8dde94 - Added header
- Fixed compiler warning ("no newline at end of file")
2009-01-17 17:16:34 +00:00
andy wharmby
5fee85753e New trim() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 16:40:56 +00:00
Johannes Schlüter
4cd3c87ded Fix Zend extensions 2009-01-17 16:14:24 +00:00
andy wharmby
b893cd4b8a New ltrim() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 15:47:47 +00:00
Stanislav Malyshev
ba488431f6 build IDs 2009-01-17 02:07:46 +00:00
b898fa87ac ChangeLog update 2009-01-17 01:32:44 +00:00
Etienne Kneuss
eed64ece65 Add tests for addAll/RemoveAll 2009-01-17 01:30:43 +00:00
andy wharmby
98e72a7000 New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:45:54 +00:00
Etienne Kneuss
1dd3d05426 Implement SplObjectStorage::addAll/removeAll 2009-01-16 22:20:00 +00:00
Pierre Joye
9ae9f8718c - MFB: fix VC6 build 2009-01-16 15:35:50 +00:00
Pierre Joye
4836956786 -add some doc about versions 2009-01-16 13:52:44 +00:00
andy wharmby
32b293cd9c New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:07 +00:00
Pierre Joye
cf2fbff656 - MFB: don't call it in non zts mode 2009-01-16 10:27:52 +00:00
Pierre Joye
b0dcfe527e - return SUCCESS on success
- check return value
2009-01-16 10:26:06 +00:00
Pierre Joye
4b9ddc9403 - symlink, hardlink & co support (2/2) & (3/3) 2009-01-16 10:04:29 +00:00
Pierre Joye
39695546ca - add EG(windows_version_info), set at init time once per instance
contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example)
2009-01-16 10:03:21 +00:00
Pierre Joye
96bc547ca2 MFB:
- add EG(windows_version_info), set at init time once per instance
   contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example)
 - [DOC] add the ability to disable a function when the windows function does not support a feature (for example symlink)
 - [DOC] symlink, hardlink & co support (1/3)
2009-01-16 10:02:50 +00:00
Pierre Joye
31b4e376d0 - add OPENBASEDIR_CHECKPATH macro to ease merge between 5.3 and 6, it includes safemode (5.3) and openbasedir check 2009-01-16 10:01:14 +00:00
2e63d51381 ChangeLog update 2009-01-16 01:32:37 +00:00
Ilia Alshanetsky
5431556622 MFB: Improved parameter handling 2009-01-16 00:07:25 +00:00
Jani Taskinen
14ef890d58 - Fixed bug #47104 (Linking shared extensions fails with icc) 2009-01-15 14:37:07 +00:00
andy wharmby
16c2f5bdff New test for strripos() string function. 3 test fail on PHP6 until #47102 fixed and have XFAIL sections. All tests checked on Windows, Linux and Linux 64 bit. 2009-01-15 13:39:29 +00:00
Dmitry Stogov
b1de1d4e77 Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) 2009-01-15 08:49:11 +00:00
Kalle Sommer Nielsen
02dffc868b Change optional parameter for IMG_FILTER_PIXELATE to be a boolean 2009-01-15 07:55:18 +00:00
7626186ff7 ChangeLog update 2009-01-15 01:32:42 +00:00
Ilia Alshanetsky
33d2ca2a32 MFB: Removed unused variable 2009-01-14 19:16:43 +00:00
Takeshi Abe
1b9910b645 added pixelate filter. 2009-01-14 18:57:51 +00:00
Antony Dovgal
373782999e fix typo 2009-01-14 16:33:26 +00:00
andy wharmby
4d84966e05 Fix date_suninfo_tests; add missing date_default_timezone_set() to ensure they PASS when run in any timezone. Tested on WIndows, Linux and Linux 64bit. 2009-01-14 16:27:29 +00:00
Etienne Kneuss
1752a8a4c6 Fix #47045 (Correctly compare splobjectstorages with ==) 2009-01-14 15:51:54 +00:00
andy wharmby
a3064e1140 Fixed base64_decode variation tests and new base64_encode test. Tested on Windows, Linux and Linux64 bit 2009-01-14 14:38:29 +00:00
Dmitry Stogov
84f46ee437 Fixed bug #46755 (warning: use statement with non-compound name)
Fixed bug #46979 (use with non-compound name *has* effect)
2009-01-14 13:57:59 +00:00