summaryrefslogtreecommitdiff
path: root/ext/posix
Commit message (Collapse)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-152-2/+2
|
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-141-2/+2
|\ | | | | | | | | * PHP-5.4: Fix test - on CI somebody could create a process in the meantime
| * Fix test - on CI somebody could create a process in the meantimeStanislav Malyshev2014-04-141-2/+2
| |
| * Bump yearXinchen Hui2014-01-032-2/+2
| |
* | Bump yearXinchen Hui2014-01-032-2/+2
| |
* | These getpwnam('') tests are silly and not portableRasmus Lerdorf2013-10-204-84/+0
|/
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-06-101-0/+15
|\ | | | | | | | | | | | | By Stanislav Malyshev (1) and michelangelo (1) * PHP-5.3: Adding a test for ext/posix/tests/posix_getegid_basic.phpt typo
| * Adding a test for ext/posix/tests/posix_getegid_basic.phptmichelangelo2012-06-101-0/+15
| |
* | Merge branch 'PHP-5.3' into PHP-5.4zoe slattery2012-05-151-1/+0
|\ \ | | | | | | | | | | | | * PHP-5.3: Small fixes to tests, see #62022
| * | Small fixes to tests, see #62022zoe slattery2012-05-151-1/+0
| |/
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-1/+1
|\ \ | |/ | | | | | | | | | | | | | | * 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
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
| |
| * - Year++Felipe Pena2012-01-012-2/+2
| |
| * Fixing SKIPIFUlf Wendel2011-09-061-1/+1
| |
| * Fixing SKIPIFUlf Wendel2011-09-061-1/+1
| |
| * - add skipifPierre Joye2011-09-068-0/+48
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * - Year++Felipe Pena2011-01-012-2/+2
| |
| * - fix #39863, do not accept paths with NULL in them. See ↵Pierre Joye2010-11-181-0/+12
| | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
| * Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ↵Kalle Sommer Nielsen2010-08-115-5/+5
| | | | | | | | | | | | (Fixes #52570) # Trunk patch will follow shortly
| * - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments ↵Felipe Pena2010-06-261-1/+1
| | | | | | | | for function aliases)
| * * fixed bug #49819: STDOUT losing data with posix_isatty()Michael Wallner2010-05-181-1/+3
| |
* | - Year++Felipe Pena2012-01-012-2/+2
| |
* | Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-216-0/+60
| |
* | Fixing SKIPIFUlf Wendel2011-09-061-1/+1
| |
* | Fixing SKIPIFUlf Wendel2011-09-061-1/+1
| |
* | - add skipifPierre Joye2011-09-068-0/+48
| |
* | fix testsStanislav Malyshev2011-08-011-5/+5
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-3/+3
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | - Year++Felipe Pena2011-01-012-2/+2
| |
* | - Fixed no bailout address error and posix testsFelipe Pena2010-11-025-10/+0
| |
* | MFB53: Changed deprecated ini options on startup from E_WARNING to ↵Kalle Sommer Nielsen2010-08-115-5/+5
| | | | | | | | | | | | 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
* | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments ↵Felipe Pena2010-06-261-1/+1
| | | | | | | | for function aliases)
* | * fixed bug #49819: STDOUT losing data with posix_isatty()Michael Wallner2010-05-181-1/+3
| |
* | Removed safe_modeKalle Sommer Nielsen2010-04-266-6/+18
|/ | | | | | | * 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
* - Fix test (Bug #51035)Felipe Pena2010-02-151-2/+2
|
* - Removed duplicate tests (bug #51007)Jani Taskinen2010-02-121-35/+0
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* These tests don't work when run as rootRasmus Lerdorf2009-11-2512-3/+15
|
* Need the PCNTL extension loaded since that is where the SIGKILL constant ↵Rasmus Lerdorf2009-11-231-0/+1
| | | | comes from
* This will only get a permission defined error if not running as root.Rasmus Lerdorf2009-11-231-0/+1
|
* Add missing open_basedir check in posix_mkfifoRasmus Lerdorf2009-09-291-1/+2
|
* Fixed testsDmitry Stogov2009-09-212-2/+4
|
* Fixed testsDmitry Stogov2009-09-215-5/+5
|
* More tests from 2009 testfestZoe Slattery2009-08-306-0/+285
|
* More tests from 2009 testfestZoe Slattery2009-08-283-0/+80
|