Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backported the fix for bug #41577 | Anatol Belski | 2014-08-12 | 1 | -3/+30 |
| | |||||
* | Fix missing type checks in various functions | Stanislav Malyshev | 2014-07-27 | 1 | -2/+2 |
| | |||||
* | Fixed bug #66431 Special Character via COM Interface (CP_UTF8) | Anatol Belski | 2014-04-29 | 4 | -1/+113 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 14 | -14/+14 |
| | |||||
* | - Fixed bug #62475 (variant_* functions causes crash when null given as an ↵ | Felipe Pena | 2013-06-25 | 1 | -1/+2 |
| | | | | argument) | ||||
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 14 | -14/+14 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
|\ | |||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
|\ \ | |/ | |||||
| * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-05-25 | 8 | -28/+36 |
|\ \ | |/ | | | | | | | | | | | * PHP-5.3: Fix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy Those changes are in 5.3.15 - BFN | ||||
| * | Fix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy | Johannes Schlüter | 2012-05-25 | 8 | -28/+36 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-03 | 1 | -0/+14 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fix bug #61481 Test Bug - ext/com_dotnet/tests/bug49192 | ||||
| * | Fix bug #61481 Test Bug - ext/com_dotnet/tests/bug49192 | Anatoliy Belsky | 2012-04-03 | 1 | -0/+14 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 14 | -14/+14 |
| | | |||||
| * | - Fix #55301 (com_dotnet part) check if malloc succeded | Pierre Joye | 2011-07-28 | 1 | -0/+3 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 2 | -2/+2 |
| | | |||||
| * | - this function is only in trunk | Pierre Joye | 2011-01-20 | 1 | -1/+1 |
| | | |||||
| * | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+2 |
| | | |||||
| * | - unused var | Pierre Joye | 2011-01-20 | 1 | -1/+0 |
| | | |||||
| * | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+3 |
| | | |||||
| * | - kill local redeclaration | Pierre Joye | 2011-01-20 | 1 | -5/+5 |
| | | |||||
| * | - init err (and simplify) | Pierre Joye | 2011-01-20 | 1 | -2/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 14 | -14/+14 |
| | | |||||
| * | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -0/+7 |
| | | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus | ||||
| * | fix #49192 - crash in GC when get_properties handler returns null | Stanislav Malyshev | 2010-04-01 | 1 | -0/+13 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 14 | -14/+14 |
| | | |||||
* | | Fixed bug #60167 (Crash / memory corruption in ext/com_dotnet) (Timm Friebe). | Dmitry Stogov | 2011-11-25 | 2 | -9/+12 |
| | | |||||
* | | fixes for bug #55748 | Stanislav Malyshev | 2011-11-18 | 1 | -0/+4 |
| | | |||||
* | | - Fix #55301 (com_dotnet part) check if malloc succeded | Pierre Joye | 2011-07-28 | 1 | -0/+3 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 2 | -2/+2 |
| | | |||||
* | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+2 |
| | | |||||
* | | - unused var | Pierre Joye | 2011-01-20 | 1 | -1/+0 |
| | | |||||
* | | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+3 |
| | | |||||
* | | - kill local redeclaration | Pierre Joye | 2011-01-20 | 1 | -5/+5 |
| | | |||||
* | | - init err (and simplify) | Pierre Joye | 2011-01-20 | 1 | -3/+1 |
| | | |||||
* | | - init err | Pierre Joye | 2011-01-20 | 1 | -2/+3 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 14 | -14/+14 |
| | | |||||
* | | - cleanup broken double definition of php_win_err and rename it while being ↵ | Pierre Joye | 2010-11-25 | 6 | -16/+13 |
| | | | | | | | | there | ||||
* | | Kill some more constness warnings in com_dotnet/phar/standard | Kalle Sommer Nielsen | 2010-11-19 | 1 | -1/+1 |
| | | |||||
* | | There are a few cases where we can save a TSRMLS_FETCH() call here | Kalle Sommer Nielsen | 2010-09-23 | 1 | -3/+8 |
| | | |||||
* | | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 2 | -2/+2 |
| | | |||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -4/+2 |
| | | | | | | | | | | | | | | * 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 | ||||
* | | Changed the structure of op_array.opcodes. The constant values are moved ↵ | Dmitry Stogov | 2010-04-20 | 2 | -10/+10 |
| | | | | | | | | from opcode operands into a separate literal table | ||||
* | | fix non-ts build | Stanislav Malyshev | 2010-04-16 | 2 | -2/+2 |
| | | |||||
* | | Remove a couple TSRMLS_FETCH() calls around ext/main/sapi | Kalle Sommer Nielsen | 2010-04-13 | 2 | -25/+9 |
| | | |||||
* | | fix #49192 - crash in GC when get_properties handler returns null | Stanislav Malyshev | 2010-04-01 | 1 | -0/+13 |
|/ | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 14 | -14/+14 |
| |