Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | reworked ini dtor | Anatol Belski | 2014-12-16 | 1 | -1/+2 |
| | |||||
* | free the right globals | Anatol Belski | 2014-12-16 | 1 | -1/+1 |
| | | | | | | That's the same as in the previous commit. In the TS mode the tsrm cache pointer might be unavailable or point to a wrong thread, so the exact globals passed should be freed. | ||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -17/+17 |
| | |||||
* | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -17/+28 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
| | |||||
* | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -3/+3 |
| | |||||
* | Allocate zend_strings with correct size | Nikita Popov | 2014-04-23 | 1 | -30/+0 |
| | | | | | | | | For me (32bit) sizeof(zend_string) is 20, which means that the char[1] array at the end is padded with three bytes. Thus allocating based on sizeof(zend_string)-1 overallocates by those 3 padding bytes. This commit fixes the allocation size, by using XtOffsetOf. | ||||
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -3/+3 |
| | |||||
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-18 | 1 | -8/+8 |
| | |||||
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -3/+3 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang) | Ard Biesheuvel | 2013-02-13 | 1 | -1/+1 |
| | | | | | | Updated the code to test for __ARMCC_VERSION instead of __arm, as that is a more reliable indicator of whether the ARMCC compiler is being used. | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | improved performance of @ (silence) operator | Dmitry Stogov | 2010-08-18 | 1 | -2/+0 |
| | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Add zend_ini_string_ex so that the you can differentiate between NULL as a ↵ | Scott MacVicar | 2008-07-07 | 1 | -1/+2 |
| | | | | value and its absence, this is important for ini_get. Related to bug #42657 and #43348 | ||||
* | MFB: Fixed bug #43677 (Inconsistent behaviour of include_path set with | Ilia Alshanetsky | 2008-03-13 | 1 | -2/+3 |
| | | | | | php_value). (Patch by: manuel at mausz dot at) | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: | Jani Taskinen | 2007-09-28 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | - Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI. - Added support for special [PATH=/opt/httpd/www.example.com/] sections in php.ini. All directives set in these sections will not be able to be overridden in user-defined ini-files or during runtime in the specified path. - Improved php.ini handling: . Added better error reporting for syntax errors in php.ini files . Allowed "ini-variables" to be used almost everywhere ini php.ini files . Allowed using alphanumeric/variable indexes in "array" ini options . Fixed get_cfg_var() to be able to return "array" ini options - Fixed bug #27372 (parse error loading browscap.ini at apache startup) - Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric characters) | ||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | MFH: Nuked unnecessary TSRMLS_FETCH() call | Jani Taskinen | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | - No need to break binary compatibility here | Jani Taskinen | 2007-09-07 | 1 | -3/+1 |
| | |||||
* | MFH: - Fixed the rest of bug #41561 ( @ operator not working ) | Jani Taskinen | 2007-09-07 | 1 | -1/+4 |
| | |||||
* | add stage for .htaccess | Stanislav Malyshev | 2007-08-02 | 1 | -0/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Ensure that OnUpdateLongGEZero is greater or equal to 0. | Ilia Alshanetsky | 2006-12-25 | 1 | -0/+1 |
| | | | | | Added a update wrapper for ensuring >0 values | ||||
* | MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; ↵ | Dmitry Stogov | 2006-09-19 | 1 | -0/+1 |
| | | | | constants are working exactly like in php.ini; with FastCGI -d affects all requests). | ||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | export INI parser | Stanislav Malyshev | 2004-07-19 | 1 | -1/+1 |
| | |||||
* | - modifyable -> modifiable | Andi Gutmans | 2004-04-12 | 1 | -29/+29 |
| | |||||
* | Silence some compile warnings | foobar | 2004-01-23 | 1 | -6/+6 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | linkage for C++ | Wez Furlong | 2003-08-18 | 1 | -2/+7 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 |
| | |||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -1/+1 |
| | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | ||||
* | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+9 |
| | |||||
* | ini patch to allow 'entry[] = value' entries | Harald Radi | 2003-01-19 | 1 | -0/+1 |
| | |||||
* | partially revert previous commit and | Harald Radi | 2003-01-12 | 1 | -1/+25 |
| | | | | | | change zend_modules.h to include a forward declaration to zend_ini_entry | ||||
* | added zend_ini_entry to zend_modules_entry as | Harald Radi | 2003-01-12 | 1 | -25/+1 |
| | | | | | discussed with zeev | ||||
* | Implemented compatibility mode | Zeev Suraski | 2003-01-12 | 1 | -0/+1 |
| | | | | | To enable - zend2.implicit_clone = on in php.ini or using ini_set() | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -6/+6 |
| | |||||
* | Merge from branch - move to standard C scanners in thread safe mode | Zeev Suraski | 2001-08-06 | 1 | -0/+5 |
| |