Commit Graph

8 Commits

Author SHA1 Message Date
Michal Čihař
4b5f3f9a12 Merge changes from php-gettext 1.0.12
This ensures that parameter to select_string is numeric, avoiding code
injection through it.

Our code is not vulnerable as we do not pass user supplied values to
this function, this fix is included only to be closer to upstream.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-01-17 13:34:53 +01:00
Michal Čihař
655f72e474 This should not be executable 2011-05-11 14:47:19 +02:00
Michal Čihař
8a8986d9da Update php-gettext to 1.0.11.
There are two changes:
- fix possible wrong result of npgettext
- cosmetical renaming of some variables
2010-12-27 14:20:35 +01:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Michal Čihař
add9bc3a38 Fix pgettext when there is no translation. 2010-04-01 09:54:39 +02:00
Michal Čihař
237c009be8 Update php-gettext to 1.0.10.
We're now using upstream version with no changes.
2010-03-23 15:32:46 +01:00
Michal Čihař
c33c13de97 Add php-gettext.
Version 1.0.9, downloaded from https://launchpad.net/php-gettext/.
2010-03-11 18:49:14 +01:00