Xinchen Hui
45c3112726
Add some missed entry
2015-04-11 09:48:09 +08:00
Anatol Belski
e1f706e3f4
fix typo
2015-03-24 22:02:26 +01:00
Anatol Belski
4dc69709e2
some more UPGRADING INTERNALS notes
2015-03-23 15:50:13 +01:00
Anatol Belski
429c8715b2
some UPGRADING.INTERNALS notes
2015-03-23 15:27:26 +01:00
Reeze Xia
ff2cccbfdd
TSRMLS_* macros have been removed, user don't have to care about the change anymore
2015-02-06 11:46:38 +01:00
Xinchen Hui
118ed493e1
Update UPGRADING
2015-02-04 14:25:06 +08:00
Xinchen Hui
77b164edfd
Update UPGRADING
2015-02-04 11:42:19 +08:00
Yasuo Ohgaki
6230493005
Update UPGRADING.INTERNALS Session section
2015-02-04 11:54:16 +09:00
Yasuo Ohgaki
f90f6108c8
Merge branch 'master' into master-rfc-session-lock4
...
Conflicts:
UPGRADING
2015-01-29 09:55:36 +09:00
Stanislav Malyshev
dfe6aea9ca
size_t cleanup for PDO
2015-01-26 16:16:02 -08:00
Yasuo Ohgaki
7b17980875
Update UPGRADING and UPGRADING.INTERNALS
2015-01-26 06:14:40 +09:00
Adam Harvey
eb6dc9db29
Make gc_collect_cycles hookable.
2015-01-23 19:23:58 +00:00
Anatol Belski
dec8eb431a
noted the TSRM changes to UPGRADING.INTERNALS
2014-12-18 09:09:02 +01:00
Julien Pauli
0adfa03397
Merged PR #911 .
2014-12-12 18:00:13 +01:00
Andrea Faulds
8efe343352
Note macro removal in UPGRADING.INTERNALS
2014-12-05 19:46:31 +00:00
Anatol Belski
583c3dc9e7
added info about some other macro changes
2014-11-20 14:23:15 +01:00
Anatol Belski
f030cd8bda
added note about toolset and phpize
2014-11-20 14:23:14 +01:00
Anatol Belski
799057c6be
added note about the response files
2014-11-20 14:23:13 +01:00
Anatol Belski
5eb65a71a7
update UPGRADING.INTERNALS
2014-11-10 14:25:14 +01:00
Nikita Popov
3efc331701
Add notes about get_class_entry/get_class_name to UPGRADING
2014-10-10 12:28:55 +02:00
Anatol Belski
bdc4f23517
updated UPGRADING.INTERNALS
2014-08-27 20:49:34 +02:00
Anatol Belski
316705c7ed
add note about 'l' and zend_long
2014-08-27 09:26:25 +02:00
Ferenc Kovacs
a18714d8ed
better heading for UPGRADING.INTERNALS
2014-08-26 00:35:40 +02:00
Anatol Belski
1cda5e196c
updated UPGRADING.INTERNALS
2014-08-26 00:13:37 +02:00
Anatol Belski
b2d123f985
fix a phrase
2014-08-24 02:57:19 +02:00
Anatol Belski
3c17ce9e0f
note on %pd format
2014-08-24 02:36:17 +02:00
Anatol Belski
4ff697b6b1
adedd note on portable numeric macros
2014-08-22 13:48:20 +02:00
Anatol Belski
4c56e68b7f
note on LFS macros
2014-08-22 13:40:45 +02:00
Anatol Belski
24cf50d2df
note on hash table and sprintf
2014-08-22 13:22:49 +02:00
Anatol Belski
c893552a9a
note on zpp specs
2014-08-22 10:31:48 +02:00
Anatol Belski
612e459041
updated UPGRADING.INTERNALS with new data types
2014-08-22 10:24:51 +02:00
Kalle Sommer Nielsen
9e3551ba1f
Eliminated the TSRMLS_FETCH() in zend_set_memory_limit()
2013-11-18 01:36:17 +01:00
Ferenc Kovacs
d17b684b91
bump version, empty NEWS, UPGRADING and UPGRADING.INTERNALS
2013-11-06 14:03:24 +01:00
Nikita Popov
0d7a638866
Implement variadic function syntax
...
As per RFC: https://wiki.php.net/rfc/variadics
2013-09-26 18:39:17 +02:00
Michael Wallner
4a3936ef4a
NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream
2013-09-17 11:08:23 +02:00
Nikita Popov
0856714576
Always pass return_value_ptr to internal functions
...
Previous some places passed return_value_ptr only if the function
returned by reference. Now return_value_ptr is always set, even
for functions returning by-value.
This allows you to return zvals without copying their contents. For
this purpose two new macros RETVAL_ZVAL_FAST and RETURN_ZVAL_FAST
are added:
RETVAL_ZVAL_FAST(zv); /* Analog to RETVAL_ZVAL(zv, 1, 0) */
RETURN_ZVAL_FAST(zv); /* Analog to RETURN_ZVAL(zv, 1, 0) */
These macros behave similarly to the non-FAST versions with
copy=1 and dtor=0, with the difference that the FAST versions
will try return the zval without copying by utilizing return_value_ptr.
2013-08-31 13:16:41 +02:00
Michael Wallner
3419ee9547
bison upgrading notes
2013-08-09 22:23:35 +02:00
Nikita Popov
ca660c2f77
Update NEWS, UPGRADING and UPGRADING.INTERNALS
2013-06-17 18:27:22 +02:00
Nikita Popov
1713d9ad30
Merge branch 'PHP-5.5'
...
Conflicts:
UPGRADING
UPGRADING.INTERNALS
2013-03-23 18:09:05 +01:00
Nikita Popov
0cb868c042
Move some internal changes from UPGRADING to UPGRADING.INTERNALS
2013-03-23 18:06:25 +01:00
Nikita Popov
fcc6611de9
Add support for non-scalar Iterator keys in foreach
...
RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys
2013-03-12 17:27:31 +01:00
Gustavo Lopes
70b25e9c61
UPGRADING.INTERNALS: document zend_qsort_r
2013-01-14 17:27:20 +01:00
Stanislav Malyshev
bd340b7296
add NEWS/UPGRADING
2012-07-14 15:03:51 -07:00
Gustavo André dos Santos Lopes
e391abb1d9
- Cleanup UPGRADING and UPGRADING.INTERNALS from 5.4 changes.
...
- Added information about removal of streams pooling API.
2012-02-22 10:08:37 +00:00
Pierre Joye
090bfcdfe1
- add expand_filepath_with_mode (not used anywhere yet but will be used for file ops (fopen&co) to avoid extra links resolution and other non required ops on open
2011-07-25 16:50:07 +00:00
Jani Taskinen
6791197b31
- Added section for build system changes in UPGRADING.INTERNALS
2010-11-18 10:43:01 +00:00
Gustavo André dos Santos Lopes
dc8bc65fe6
- Fixed incorrection in UPGRADING.INTERNALS.
2010-11-15 03:22:26 +00:00
Gustavo André dos Santos Lopes
3a02cfb675
- Added leak_variable() function.
...
- Added mechanism to force outer streams to be closed before their inner ones.
- Fixed temp:// streams only handling correctly (through an ad hoc mechanism) reverse closing order
when the inner stream is of type memory.
2010-11-15 03:05:32 +00:00
Gustavo André dos Santos Lopes
3f804701b5
- Added to UPGRADING(.INTERNALS) information about the changes on html.c.
...
- Added to UPGRADING information about the new class Transliteral, the new
parameter in dns_get_record and the fact that call_user_func_array no longer
allows call-time pass-by-reference.
2010-10-24 16:21:15 +00:00
Kalle Sommer Nielsen
a3161aa091
Removed a TSRMLS_FETCH() call in php_idate() in favor of the TSRMLS macros
2010-09-27 01:19:57 +00:00