Stanislav Malyshev
ac40c0b562
Merge branch 'pull-request/341'
...
* pull-request/341: (23 commits)
typofixes
2013-06-10 14:20:18 -07:00
Xinchen Hui
0a7395e009
Happy New Year
2013-01-01 16:28:54 +08:00
David Soria Parra
b9babd22e0
Merge branch 'PHP-5.3' into PHP-5.4
...
By Stanislav Malyshev (1) and michelangelo (1)
* PHP-5.3:
Adding a test for ext/posix/tests/posix_getegid_basic.phpt
typo
2012-06-10 17:08:02 +04:00
michelangelo
cda14b995c
Adding a test for ext/posix/tests/posix_getegid_basic.phpt
2012-06-10 17:07:49 +04:00
zoe slattery
d99203d44b
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Small fixes to tests, see #62022
2012-05-15 11:43:28 +01:00
zoe slattery
e35f09d774
Small fixes to tests, see #62022
2012-05-15 11:42:14 +01:00
David Soria Parra
c918ca57a7
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Replace $Revision$ with $Id$ in keyword expansion enable files
Enable $Id$ expansion for files with the $Revision$ keyword
Conflicts:
ext/mysqlnd/mysqlnd.h
2012-03-20 17:58:58 +01:00
David Soria Parra
f7b10abae9
Replace $Revision$ with $Id$ in keyword expansion enable files
2012-03-20 17:53:47 +01:00
Felipe Pena
e4ca0ed09f
- Year++
2012-01-01 13:15:04 +00:00
Felipe Pena
4e19825281
- Year++
2012-01-01 13:15:04 +00:00
Stanislav Malyshev
d81ea16ef1
Changed silent conversion of array to string to produce a notice. (Patrick)
2011-10-21 06:08:47 +00:00
Ulf Wendel
58e167974c
Fixing SKIPIF
2011-09-06 16:39:55 +00:00
Ulf Wendel
d73b285950
Fixing SKIPIF
2011-09-06 16:39:55 +00:00
Ulf Wendel
1ffe46c020
Fixing SKIPIF
2011-09-06 16:37:45 +00:00
Ulf Wendel
b8ecb0c4af
Fixing SKIPIF
2011-09-06 16:37:45 +00:00
Pierre Joye
9a6b6f3dc7
- add skipif
2011-09-06 06:57:53 +00:00
Pierre Joye
9a3da11206
- add skipif
2011-09-06 06:57:53 +00:00
Stanislav Malyshev
1c83f5e04c
fix tests
2011-08-01 03:42:02 +00:00
Felipe Pena
23e438594d
- Make usage of new PHP_FE_END macro
2011-07-25 11:42:53 +00:00
Felipe Pena
4b30846b50
- Make usage of new PHP_FE_END macro
2011-07-25 11:35:02 +00:00
Felipe Pena
32b5f8a1a3
- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
...
# The tests will be fixed in the next commits
2011-06-06 21:28:16 +00:00
Felipe Pena
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Felipe Pena
0203cc3d44
- Year++
2011-01-01 02:17:06 +00:00
Pierre Joye
ce96fd6b07
- fix #39863 , do not accept paths with NULL in them. See http://news.php.net/php.internals/50191 , trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
2010-11-18 15:22:22 +00:00
Felipe Pena
4667771a5f
- Fixed no bailout address error and posix tests
2010-11-02 18:06:39 +00:00
Kalle Sommer Nielsen
a448b6a72b
MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ( Fixes #52570 )
...
# Some of the updated tests were to make them sync with 5.3 although they don't run on trunk anymore
2010-08-11 21:41:30 +00:00
Kalle Sommer Nielsen
8deefa8780
Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ( Fixes #52570 )
...
# Trunk patch will follow shortly
2010-08-11 21:12:18 +00:00
Felipe Pena
80926568f1
- Fixed bug #52183 (Reflectionfunction reports invalid number of arguments for function aliases)
2010-06-26 16:03:39 +00:00
Felipe Pena
e64734f986
- Fixed bug #52183 (Reflectionfunction reports invalid number of arguments for function aliases)
2010-06-26 16:03:39 +00:00
Michael Wallner
50cda403b1
* fixed bug #49819 : STDOUT losing data with posix_isatty()
2010-05-18 07:25:29 +00:00
Michael Wallner
a1de9f382a
* fixed bug #49819 : STDOUT losing data with posix_isatty()
2010-05-18 07:25:29 +00:00
Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
...
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
2010-04-26 23:53:30 +00:00
Felipe Pena
0a7fe05ab7
- Fix test (Bug #51035 )
2010-02-15 21:24:17 +00:00
Jani Taskinen
c9b509f90b
- Removed duplicate tests (bug #51007 )
2010-02-12 17:09:09 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Rasmus Lerdorf
978452be20
These tests don't work when run as root
2009-11-25 03:53:50 +00:00
Rasmus Lerdorf
eab96b63ca
Need the PCNTL extension loaded since that is where the SIGKILL constant comes from
2009-11-23 21:24:20 +00:00
Rasmus Lerdorf
daf47a8519
This will only get a permission defined error if not running as root.
2009-11-23 21:13:26 +00:00
Rasmus Lerdorf
8c15aa2314
Add missing open_basedir check in posix_mkfifo
2009-09-29 14:02:50 +00:00
Dmitry Stogov
623fe9aaf9
Fixed tests
2009-09-21 11:30:38 +00:00
Dmitry Stogov
7bfe056174
Fixed tests
2009-09-21 09:52:19 +00:00
Zoe Slattery
6a22ec3eda
More tests from 2009 testfest
2009-08-30 09:30:13 +00:00
Zoe Slattery
0e4ce3bcca
More tests from 2009 testfest
2009-08-28 14:31:19 +00:00
andy wharmby
39fd3a2b3c
Fix tests. Add missing SKIPIF sections so test do not run when POSIX extension not available.
2009-08-27 12:21:19 +00:00
Zoe Slattery
1c98e49afd
Test from 2009 testfest
2009-08-26 17:17:58 +00:00
Jani Taskinen
a93fef41c2
- Fix CS and remove extra strlen() call
2009-08-06 11:11:15 +00:00
Rasmus Lerdorf
889e8990a2
The user argument cannot be NULL here - fixes 2 tests
2009-08-06 10:56:00 +00:00
Felipe Pena
ade24c7e35
- Fixed bug #49132 (posix_times returns false without error)
...
patch by: phpbugs at gunnu dot us
2009-08-01 18:22:31 +00:00
Zoe Slattery
9ff94c82df
Remove empty sections. Fix bad use of --SKIP--
2009-07-21 14:02:24 +00:00
andy wharmby
4a110443df
New POSIX extension tests from Berlin UG TestFest 2009.
2009-06-15 12:14:55 +00:00