summaryrefslogtreecommitdiff
path: root/ext/gettext
Commit message (Collapse)AuthorAgeFilesLines
* ext/gettext: respect passed in library directory for all checksMichael Heimpold2017-04-171-1/+1
| | | | | | | | | | | | | | A directory given to configure by --with-gettext=dir is only used within the very first AC_CHECK_LIB. This is because the temporary modified LDFLAGS variable is reset too early. This results in functions not detected properly. The original issue and patch was reported for OpenWrt/LEDE distribution by @Dimazhan at: https://github.com/openwrt/packages/issues/4250 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
|
* Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-6/+0
| | | | | | | | | | | | | | | | Squashed commit of the following: commit 3e27fbb3d22b42d181e15c345f1c59a007b6b58c Author: Andrea Faulds <ajf@ajf.me> Date: Sun Sep 11 19:14:37 2016 +0100 Keep dummy FAST_ZPP macro for compatibility commit 8a7cfd00deaa4a3c5026c97580c49c886c72a5b4 Author: Andrea Faulds <ajf@ajf.me> Date: Mon Sep 5 22:36:03 2016 +0100 Remove FAST_ZPP macro and plain zpp fallback code
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| |
| * bump yearXinchen Hui2015-01-152-2/+2
| |
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-2/+2
| | | | | | | | semantick changes).
* | Hint the compilerXinchen Hui2015-05-151-2/+2
| |
* | Use fast zpp for frequently used gettext(_)Xinchen Hui2015-05-061-5/+11
| |
* | cleanup the mod version macros, round 2Anatol Belski2015-03-232-1/+4
| |
* | bump yearXinchen Hui2015-01-152-2/+2
| |
* | Merge branch 'PHP-5.6'Anatol Belski2015-01-081-0/+1
|\ \ | |/ | | | | | | * PHP-5.6: fix test
| * fix testAnatol Belski2015-01-081-0/+1
| |
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
| |
* | Merge branch 'PHP-5.6'Anatol Belski2014-11-211-0/+8
|\ \ | |/ | | | | | | * PHP-5.6: fixed test
| * fixed testAnatol Belski2014-11-211-0/+8
| | | | | | | | on Linux gettext requires a locale to be installed on the system
* | Merge branch 'PHP-5.6'Anatol Belski2014-11-217-0/+98
|\ \ | |/ | | | | | | | | | | * PHP-5.6: added test for things done so far for bug #66265 partially fixed bug #66265 forked bug67052.phpt for Windows
| * added test for things done so far for bug #66265Anatol Belski2014-11-217-0/+98
| |
| * Bump yearXinchen Hui2014-01-032-2/+2
| |
* | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-113/+0
| |
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-202-2/+2
|\ \ | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
| | |
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-4/+4
|/ /
* | 's' works with size_t round 3Anatol Belski2014-08-271-5/+5
| |
* | first show to make 's' work with size_tAnatol Belski2014-08-271-4/+4
| |
* | master renames phase 1Anatol Belski2014-08-251-8/+8
| |
* | ported ext/gettextAnatol Belski2014-08-191-8/+8
| |
* | Refactor gettextXinchen Hui2014-05-051-9/+9
| |
* | Bump yearXinchen Hui2014-01-032-2/+2
|/
* Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* - Year++Felipe Pena2012-01-012-2/+2
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - Year++Felipe Pena2011-01-012-2/+2
|
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+113
|
* Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-113/+0
| | | | anymore and are barely updated nor available for all extensions
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* Tests from Berlin test festZoe Slattery2009-06-1834-0/+493
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-9/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+9
|
* MFHJani Taskinen2008-11-011-22/+10
|
* MFH: #44938Lars Strojny2008-10-302-3/+118
|
* Fixed bug #44938 (gettext functions crash with overly long domain)Ilia Alshanetsky2008-10-291-0/+21
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-9/+0
|
* - MFH: use static lib first if foundPierre Joye2008-08-011-1/+1
|
* - New parameter parsing APIFelipe Pena2008-06-202-100/+72
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|