Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word | Dmitry Stogov | 2014-04-21 | 1 | -5/+3 | |
| | | | ||||||
* | | | Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and ↵ | Dmitry Stogov | 2014-04-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | family require second argument to be real pointer. &(ht)->nInternalPointer should be passed instead of NULL. zend_hash_update_current_key() may work only with internal pointer. | |||||
* | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ↵ | Dmitry Stogov | 2014-04-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | candidate for GC, etc) | |||||
* | | | Fixed php_info related | Xinchen Hui | 2014-03-02 | 1 | -9/+13 | |
| | | | ||||||
* | | | Use better data structures (incomplete; able to run bench.php) | Dmitry Stogov | 2014-02-18 | 1 | -4/+2 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-17 | 1 | -4/+2 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -49/+32 | |
|/ / | ||||||
* | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| |/ | ||||||
* | | Kill another TSRMLS_FETCH() in the zend extension loading code | Kalle Sommer Nielsen | 2013-12-18 | 1 | -2/+2 | |
|/ | ||||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-07-15 | 1 | -0/+5 | |
|\ | | | | | | | | | * PHP-5.4: fix buffer overrun | |||||
| * | fix buffer overrun | Anatol Belski | 2013-07-15 | 1 | -0/+5 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | David Soria Parra | 2013-03-19 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | * PHP-5.4: Fix typos | |||||
| * | Fix typos | Carson McDonald | 2013-03-19 | 1 | -1/+1 | |
| | | ||||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Implemented FR #54514 (Get php binary path during script execution). | Xinchen Hui | 2011-12-07 | 1 | -46/+5 | |
| | | ||||||
| * | - be sure to check if the var ha not been removed between the two calls | Pierre Joye | 2011-09-26 | 1 | -1/+5 | |
| | | ||||||
| * | Fix another Coverity warning by initializing this to NULL prior to the ↵ | Rasmus Lerdorf | 2011-08-06 | 1 | -1/+1 | |
| | | | | | | | | strtok_r call | |||||
| * | - fix bug #54204, Can't set a value with a PATH section in php.ini | Pierre Joye | 2011-07-18 | 1 | -1/+1 | |
| | | ||||||
* | | Added ability to load zend_extensions without absolute path names | Dmitry Stogov | 2013-03-17 | 1 | -1/+18 | |
| | | ||||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Implemented FR #54514 (Get php binary path during script execution). | Xinchen Hui | 2011-12-07 | 1 | -46/+5 | |
| | | ||||||
* | | Merge -r317306 to trunk | Xinchen Hui | 2011-12-07 | 1 | -1/+5 | |
| | | ||||||
* | | Fix another Coverity warning by initializing this to NULL prior to the ↵ | Rasmus Lerdorf | 2011-08-06 | 1 | -1/+1 | |
| | | | | | | | | strtok_r call | |||||
* | | - fix bug #54204, Can't set a value with a PATH section in php.ini | Pierre Joye | 2011-07-18 | 1 | -1/+1 | |
|/ | ||||||
* | - path len check and fix buffer overrun | Pierre Joye | 2011-01-19 | 1 | -1/+4 | |
| | ||||||
* | - path len sanity check | Pierre Joye | 2011-01-17 | 1 | -0/+4 | |
| | ||||||
* | - remove local redeclaration | Pierre Joye | 2011-01-10 | 1 | -9/+9 | |
| | ||||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | ||||||
* | - Fixed #52045 (FPM tries to open php.ini from the current dir) | Jérôme Loyet | 2010-11-11 | 1 | -1/+1 | |
| | | | | | - Add php_ini_ignore_cwd to _sapi_module_struct | |||||
* | Fix bug #52786 (PHP should reset section to [PHP] after ini sections). Patch by | Adam Harvey | 2010-09-09 | 1 | -3/+4 | |
| | | | | | Fedora at famillecollet dot com. | |||||
* | - Fixed crash on non-Windows build | Felipe Pena | 2010-08-30 | 1 | -0/+4 | |
| | ||||||
* | - fix possible leak and error while fetching PHPRC | Pierre Joye | 2010-08-30 | 1 | -2/+24 | |
| | ||||||
* | fix bug #51276 (php_load_extension() is missing when HAVE_LIBDL is undefined) | Antony Dovgal | 2010-06-08 | 1 | -0/+2 | |
| | ||||||
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -4/+0 | |
| | | | | | | | * 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 | |||||
* | - Fixed bug #48811 (Directives in PATH section do not get applied to ↵ | Jani Taskinen | 2010-01-16 | 1 | -1/+1 | |
| | | | | subdirectories) | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 | |
| | ||||||
* | - #48779, fix another use case where / usage may differ | Pierre Joye | 2009-10-15 | 1 | -1/+9 | |
| | ||||||
* | - #48779, improve fix, drop usage of _tolower and use zend_strtolower | Pierre Joye | 2009-10-12 | 1 | -1/+1 | |
| | ||||||
* | - fix possible issue in TS environment (we don't have to do that anymore ↵ | Pierre Joye | 2009-10-11 | 1 | -24/+9 | |
| | | | | anyway in 5.3+) | |||||
* | - #48779, don't loop twice over the path chars | Pierre Joye | 2009-10-11 | 1 | -8/+6 | |
| | ||||||
* | - Fixed build and comment-style | Felipe Pena | 2009-10-09 | 1 | -2/+2 | |
| | ||||||
* | - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be ↵ | Garrett Serack | 2009-10-09 | 1 | -0/+21 | |
| | | | | case insensitive (garretts) | |||||
* | - MFH: Get rid of the four different versions of zend_extension* and only use | Derick Rethans | 2009-05-18 | 1 | -13/+1 | |
| | | | | | | | zend_extension. Because of the API identifier change in PHP 5.3 you also get a proper warning message now. #- [DOC] | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 | |
| | ||||||
* | - MFH Do not show empty ini directive tables for modules without ini entries. | Marcus Boerger | 2008-12-30 | 1 | -5/+22 | |
| | ||||||
* | - move declaration on top and fix build error | Pierre Joye | 2008-08-13 | 1 | -1/+2 | |
| |