Dmitry Stogov
|
323b2733f6
|
Fixed compilation warnings
|
2016-06-22 00:40:50 +03:00 |
|
Lior Kaplan
|
ed35de784f
|
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Happy new year (Update copyright to 2016)
|
2016-01-01 19:48:25 +02:00 |
|
Lior Kaplan
|
49493a2dcf
|
Happy new year (Update copyright to 2016)
|
2016-01-01 19:21:47 +02:00 |
|
Dmitry Stogov
|
53403fe56d
|
Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal equialent sequences.
|
2015-07-01 02:05:21 +03:00 |
|
Bob Weinand
|
dd2e6e866d
|
Fix test failures from previous commit
(I really don't get that issue in phar... if there's a better fix, it's welcome...)
|
2015-06-30 07:02:56 +02:00 |
|
Dmitry Stogov
|
4a2e40bb86
|
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).
|
2015-06-30 04:05:24 +03:00 |
|
Xinchen Hui
|
47f2e42fc9
|
Remove PHAR_GLOBALS (make it respect ZEND_ENABLE_STATIC_TSRMLS_CACHE)
|
2015-03-09 23:00:56 +08:00 |
|
Xinchen Hui
|
792630bc50
|
Use strpprintf
|
2015-03-05 12:40:09 +08:00 |
|
Dmitry Stogov
|
2fa8d67a5c
|
Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse.
|
2015-03-04 02:05:28 +03:00 |
|
Xinchen Hui
|
fc33f52d8c
|
bump year
|
2015-01-15 23:27:30 +08:00 |
|
Xinchen Hui
|
0579e8278d
|
bump year
|
2015-01-15 23:26:37 +08:00 |
|
Stanislav Malyshev
|
b7a7b1a624
|
trailing whitespace removal
|
2015-01-10 15:07:38 -08:00 |
|
Dmitry Stogov
|
6b20895c21
|
Use HashTable.u.flags instead of HashTable.arHash to check if HashTable is properly initialized
|
2014-12-30 00:14:13 +03:00 |
|
Anatol Belski
|
bdeb220f48
|
first shot remove TSRMLS_* things
|
2014-12-13 23:06:14 +01:00 |
|
Anatol Belski
|
4d997f63d9
|
master renames phase 3
|
2014-08-25 20:22:49 +02:00 |
|
Anatol Belski
|
c3e3c98ec6
|
master renames phase 1
|
2014-08-25 19:24:55 +02:00 |
|
Anatol Belski
|
8704e392a1
|
ported ext/phar
|
2014-08-19 15:12:13 +02:00 |
|
Anatol Belski
|
63d3f0b844
|
basic macro replacements, all at once
|
2014-08-19 08:07:31 +02:00 |
|
Dmitry Stogov
|
d07c1941ec
|
Use new hash iteration API and avoid old zend_hash_update_current_key() hack
|
2014-05-19 00:50:00 +04:00 |
|
Dmitry Stogov
|
89dbe07449
|
Fixed pointer mess (use * instead of **)
|
2014-05-16 16:56:36 +04:00 |
|
Dmitry Stogov
|
df5ad846c6
|
Support for ext/phar (incomplete)
|
2014-05-08 18:30:07 +04:00 |
|
Dmitry Stogov
|
f4cfaf36e2
|
Use better data structures (incomplete)
|
2014-02-10 10:04:30 +04:00 |
|
Xinchen Hui
|
c081ce628f
|
Bump year
|
2014-01-03 11:08:10 +08:00 |
|
Nikita Popov
|
e6b228332f
|
Remove PHAR_(Z)STR* usages
|
2013-09-13 21:49:09 +02:00 |
|
Nikita Popov
|
39bd738fbf
|
Remove version checks in phar
No need to keep around compatability code for PHP 5.0 and PHP 6.
|
2013-09-13 21:47:59 +02:00 |
|
Andrey Hristov
|
92d27ccb05
|
Constify streams API and a few other calls down the rabbit hole.
(`char *` to `const char *` for parameters and few return values)
In a few places int len moved to size_t len.
|
2013-07-30 12:49:36 +02:00 |
|
Veres Lajos
|
4749457a49
|
HASH_KEY_NON_EXISTANT fix
|
2013-07-21 20:09:53 -07:00 |
|
Dmitry Stogov
|
b5d267aa95
|
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
PHAR should modify entry timestamp when it's modified
|
2013-02-21 15:57:26 +04:00 |
|
Dmitry Stogov
|
7b113d789d
|
PHAR should modify entry timestamp when it's modified
|
2013-02-21 15:55:20 +04:00 |
|
Xinchen Hui
|
c2f8e90504
|
Merge branch 'PHP-5.3' into PHP-5.4
|
2013-01-06 10:20:00 +08:00 |
|
Xinchen Hui
|
bc11e6fdbb
|
bump year
|
2013-01-06 10:19:09 +08:00 |
|
Felipe Pena
|
b0dbf71466
|
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
- Removed PHP 6 checks
|
2012-08-21 20:15:48 -03:00 |
|
Felipe Pena
|
85fa4d7747
|
- Removed PHP 6 checks
|
2012-08-21 20:15:34 -03:00 |
|
Felipe Pena
|
e4ca0ed09f
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Felipe Pena
|
4e19825281
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Xinchen Hui
|
4c2e6c1cf6
|
Initialize variable with fixed value for avoiding compile warnings
|
2011-08-07 11:13:27 +00:00 |
|
Xinchen Hui
|
cc42ac9d9b
|
Initialize variable with fixed value for avoiding compile warnings
|
2011-08-07 11:13:27 +00:00 |
|
Felipe Pena
|
12d2104277
|
- Year++
|
2011-01-01 02:48:19 +00:00 |
|
Felipe Pena
|
d90a33d51c
|
- Year++
|
2011-01-01 02:46:03 +00:00 |
|
Ilia Alshanetsky
|
9c30a3398a
|
Fixed bug #53541 (format string bug in ext/phar).
|
2010-12-14 17:00:36 +00:00 |
|
Ilia Alshanetsky
|
c946ff2f51
|
Fixed bug #53541 (format string bug in ext/phar).
|
2010-12-14 17:00:36 +00:00 |
|
Pierre Joye
|
0f58370215
|
- fix string validation, MOPS-2010-24
|
2010-08-20 16:37:33 +00:00 |
|
Pierre Joye
|
511b547342
|
- fix string validation, MOPS-2010-24
|
2010-08-20 16:37:33 +00:00 |
|
Ilia Alshanetsky
|
7174b6ec78
|
Fixed string format validation inside phar extension. Reported by Stefan Esser
|
2010-04-27 17:13:24 +00:00 |
|
Ilia Alshanetsky
|
1b47fcfd33
|
Fixed string format validation inside phar extension. Reported by Stefan Esser
|
2010-04-27 17:13:24 +00:00 |
|
Hannes Magnusson
|
3283b811eb
|
- Unifiy that message
- Mention php.ini
|
2010-04-27 08:23:25 +00:00 |
|
Hannes Magnusson
|
8ba86768e7
|
- Unifiy that message
- Mention php.ini
|
2010-04-27 08:23:25 +00:00 |
|
Hannes Magnusson
|
267b5cea14
|
mention which setting!
|
2010-04-25 18:55:06 +00:00 |
|
Hannes Magnusson
|
b25baf178d
|
mention which setting!
|
2010-04-25 18:55:06 +00:00 |
|
Greg Beaver
|
66908185b7
|
fix basic phar test issues, failing tests phar_oo_009.phpt and phar_buildfromiterator10.phpt are due to bugs in Spl
|
2009-07-26 01:24:12 +00:00 |
|