Commit Graph

146 Commits

Author SHA1 Message Date
andy wharmby
facd8866d8 New POSIX extension tests from Berlin UG TestFest 2009. 2009-06-15 12:14:58 +00:00
andy wharmby
7b438a20cb Delete duplicate test 2009-06-11 23:04:36 +00:00
andy wharmby
6cebe90238 New POISX tests. Tested on Windows (all test SKIP), Linux and Linux 64 2009-06-11 12:30:59 +00:00
Matt Wilmas
fa54a9d0f3 Fixed error message grammar:
- "cannot" instead of "can not" (meaning "also can")
 - "than" instead of "then" (Hint: "then" should hardly be needed;
     you're not telling the order in which to do something)

... plus removed a couple ending. dots
2009-06-06 02:40:14 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Jani Taskinen
4297b99776 - Fix typo 2009-01-21 19:22:19 +00:00
Felipe Pena
d23d2f358c - Fixed tests 2009-01-05 17:53:53 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Ant Phillips
4021b612bf Remove duff comment produced by the test generator tool 2008-12-05 14:18:00 +00:00
Felipe Pena
00d831fe2a - Fixed strange typos 2008-12-03 20:43:22 +00:00
Felipe Pena
86f45fbac1 - Coverage++ 2008-12-03 16:20:29 +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
Arnaud Le Blanc
993e1def13 Fixed #46059 (Compile failure under IRIX 6.5.30 building posix.c) 2008-09-20 22:12:31 +00:00
Alexey Zakhlestin
30ab26af8b MFB: fixed tests not to rely on actual strings of errors, as those are not defined by any standard and are platform-dependent 2008-07-04 14:56:30 +00:00
Felipe Pena
41f3cfb923 - MFB: Added arginfo 2008-06-23 17:54:14 +00:00
Felipe Pena
dcca384b8c - MFB: Fix build where __USE_GNU is used instead of _GNU_SOURCE to define utsname.domainname 2008-06-23 01:16:49 +00:00
Felipe Pena
52c0057c63 - Removed UEXPECT(F) 2008-05-27 12:17:40 +00:00
Felipe Pena
259e6f18a1 - Fixed tests 2008-05-19 15:13:21 +00:00
Rasmus Lerdorf
f0f6e70406 No domainname element in utsname on OSX 2008-05-05 21:28:47 +00:00
Antony Dovgal
77403f0c94 fix folding 2008-05-04 09:33:56 +00:00
Antony Dovgal
3c48de1912 fix tests 2008-04-11 11:05:33 +00:00
Antony Dovgal
0e7655209a fix 2 segfaults in ZTS mode 2008-04-11 10:59:50 +00:00
Steve Seear
20b755c30e POSIX extension error tests 2008-04-11 09:33:59 +00:00
Steve Seear
bd6292a700 POSIX extension variation tests (failing due to spurious array to string conversion notices). 2008-04-11 09:29:08 +00:00
Felipe Pena
2818d4fc51 New way for check void parameters 2008-03-04 23:39:15 +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
Hannes Magnusson
1eaf171d98 Show "wrong parameter count" error messages 2007-07-25 09:05:55 +00:00
Martin Kraemer
e46b1b3747 Typo 2007-03-14 09:49:58 +00:00
Antony Dovgal
ad0a5398ac fix #40678 (Cross compilation fails) 2007-03-01 11:23:07 +00:00
Antony Dovgal
65b54baac4 check for buflen (on FreeBSD _SC_GETGR_R_SIZE_MAX is not implemented)
patch by stas at FreeBSD dot org
2007-02-22 23:40:25 +00:00
Antony Dovgal
bbf2cf8c7b use the same ifdef anf get rid of "unused var" warnings 2007-02-10 00:50:29 +00:00
Antony Dovgal
32a4dee8a0 fix #40410 (ext/posix does not compile on MacOS 10.3.9) 2007-02-09 10:15:03 +00:00
Ilia Alshanetsky
e5a2796223 MFB:
Fixed bug #40098 (php_fopen_primary_script() not thread safe).
	Adjusted previous fixes for similar issue to handle sysconf() failures
2007-01-12 01:50:43 +00:00
Sara Golemon
5082591ce2 #ifdef out the rest of that getpwuid_r() patch, see prior commit 2007-01-11 02:31:50 +00:00
Sara Golemon
8ed4339000 Some platforms have getpwnam_r() but are missing _SC_GETPW_R_SIZE_MAX 2007-01-11 01:52:24 +00:00
Sara Golemon
b42c175d75 Refix posix_ttyname(), test for a working implementation of ttyname_r() -- which BSD doesn't have 2007-01-05 21:30:06 +00:00
Sara Golemon
925cbe4cfe BSD4.1 (possibly others) doesn't support _SC_TTY_NAME_MAX 2007-01-05 20:01:44 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Antony Dovgal
611c688d7c mark most of the ext/posix functions as Unicode safe, for they do not use strings in any way 2006-12-25 19:03:56 +00:00
Antony Dovgal
cbadf38682 fix possible leaks 2006-12-21 01:00:39 +00:00
Michael Wallner
6abefa16a0 - utf8 CREDITS and php_info API
- unicode progress in info.c
2006-12-12 19:25:47 +00:00
Ilia Alshanetsky
85213a12dc MFB: Fixed bug #39754 (Some POSIX extension functions not thread safe). 2006-12-07 01:41:29 +00:00
Ilia Alshanetsky
b364ca66f6 MFB: Added missing function checks 2006-11-30 16:48:27 +00:00
Ilia Alshanetsky
24731d0ba9 MFB: Thread safety fixed for *nix systems 2006-11-30 00:35:27 +00:00
Hannes Magnusson
9c669ecf1f Protos 2006-10-02 07:54:37 +00:00
Nuno Lopes
37a08a329c MFB 2006-09-16 17:42:44 +00:00
Antony Dovgal
a10691e3b9 last portion of z/Z fixes 2006-08-31 16:14:43 +00:00