Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Christian Seiler
2e32354456
- MFH: Implemented http://wiki.php.net/rfc/rounding
2008-12-02 16:27:15 +00:00
Stanislav Malyshev
f1056a827c
MFB: init BG(page_uid) and BG(page_gid)
2008-11-29 00:44:33 +00:00
Arnaud Le Blanc
c5c9fd8b07
MFH: Missed file from commit for #44181 & #44182
2008-11-26 04:08:19 +00:00
Arnaud Le Blanc
c3f0c8dd3c
MFH
2008-11-24 19:17:34 +00:00
Stanislav Malyshev
45572a498a
restore BC for arrays
...
[DOC] natsort, natcasesort, usort, uasort, uksort, array_flip, array_unique
still won't work with objects
2008-11-24 18:12:17 +00:00
Felipe Pena
fc2fb50d09
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-11-17 11:28:01 +00:00
Stanislav Malyshev
2a5079e64c
[DOC] Add option for error_log to send directly to SAPI logger
2008-11-13 18:48:25 +00:00
Arnaud Le Blanc
8c4151ad72
Added header_remove() (chsc at peytz dotdk, Arnaud)
...
[DOC] proto void header_remove([string header_name])
Removes an HTTP header previously set using header()
The header_name parameter is optionnal, all headers are
removed if it is not set
[SAPIs] The header_handler callback in sapi_module_struct has
been changed, it now take a new argument.
When it is set to SAPI_HEADER_DELETE, sapi_header->header is
the name of an header, header_handler has to delete it.
When it is set to SAPI_HEADER_DELETE_ALL, header_handler has
to delete all headers.
When sapi_header_op_enum is SAPI_HEADER_ADD or _REPLACE,
sapi_header->header is in the form "Name: value", header_handler
has to add or replace the given header.
In all cases, header_handler must not free sapi_header or
sapi_header->header. SAPI_HEADER_ADD must be returned if the
header has been added or replaced, or 0 in other cases.
2008-11-13 10:14:04 +00:00
Arnaud Le Blanc
06119f4748
MFH: Added stream_context_get_params()
2008-11-13 05:47:47 +00:00
Arnaud Le Blanc
2276e85f13
MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)
...
[DOC] new function parse_ini_string()
proto array parse_ini_string(string ini_string
[, bool process_sections [, int scanner_mode]])
Same as parse_ini_file() except that it takes a string instead of a
filename.
2008-11-05 21:35:02 +00:00
Felipe Pena
7a37fa2d6b
- Revert ZEND_BEGIN_ARG_INFO change
2008-11-02 21:19:39 +00:00
Felipe Pena
8f12025b21
- MFH: Added str_getcsv()
2008-11-02 18:24:34 +00:00
Felipe Pena
df10005563
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-10-24 14:35:40 +00:00
Arnaud Le Blanc
d69dfa4b9f
MFH: initialize optional vars
2008-10-21 22:08:38 +00:00
Kalle Sommer Nielsen
9de7506f8e
Use PHP_DEP_FE instead of throwing an E_DEPRECATED manually inside define_syslog_variables() (Thanks Hannes!)
2008-10-16 23:19:13 +00:00
Jani Taskinen
80f8ad97fb
MFH:- Fixed bug #45956 (parse_ini_file() does not return false with syntax errors in parsed file)
2008-08-31 00:19:50 +00:00
Pierre Joye
2620304003
- MFH:
...
- drop bindlib usage on windows
- inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)
2008-08-23 19:22:10 +00:00
Marcus Boerger
41282aa813
- MFH Fix 64bit issue
2008-08-21 16:55:45 +00:00
Antony Dovgal
a30c01d698
revert for now
2008-08-21 08:37:19 +00:00
Antony Dovgal
898f19975c
fix build
2008-08-21 07:38:16 +00:00
Pierre Joye
50066470cd
- MFH: work around vc6 bug
2008-08-20 22:23:16 +00:00
Antony Dovgal
e7a28edcba
fix warning
2008-08-20 09:01:24 +00:00
Antony Dovgal
881d80382b
MFH: shutdown crypt correctly and fix memleak in ZTS mode
2008-08-19 15:14:46 +00:00
Jani Taskinen
e2451b6825
MFH: fix include
2008-08-18 10:49:59 +00:00
Pierre Joye
85309f686a
- MFH: this change was not part of the env patch
2008-08-18 07:50:10 +00:00
Pierre Joye
a87a90873c
- [DOC] MFH: make putenv behaves like unix putenv on Windows:
...
. FOO=1234 => set FOO to 1234
. FOO= => set FOO to an empty string
. FOO= => unset FOO
. Use Set/GetEnvironmnent variable only
2008-08-18 07:11:00 +00:00
Hannes Magnusson
59463c54ce
Fix arginfo
...
# Yes Jani, it is correct in HEAD :)
2008-08-16 11:11:46 +00:00
Hannes Magnusson
eea3226d58
MFH: [DOC] Added stream_context_set_default() function. (Davey Shafik)
2008-08-16 10:57:56 +00:00
Antony Dovgal
a61c0c8414
MFH: add quoted_printable_encode()
2008-08-14 10:12:21 +00:00
Antony Dovgal
9e7d254f68
fix build
...
compile before commit?
2008-08-14 09:41:16 +00:00
Kalle Sommer Nielsen
b27d8ccda7
MFH: Fix arginfo for nl2br
2008-08-14 09:27:33 +00:00
Kalle Sommer Nielsen
fcf11ba65e
MFH: Implemented feature request #34381 (nl2br() should have an option for XHTML/HTML compatible BR element)
2008-08-14 02:56:23 +00:00
Arnaud Le Blanc
c93fbf629b
MFH:
...
Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud)
[DOC] clearstatcache() now defaults to not affect the realpath cache.
clearstatcache() now takes two optionnal parameters, clear_realpath_cache to
clear the realpath cache (defaults to false), and filename to clear only the
given filename from the cache.
2008-08-07 09:25:33 +00:00
Jani Taskinen
b17dc14f18
MFH: nuketh C++ comments
2008-08-03 12:15:55 +00:00
Felipe Pena
e304515ddb
- MFH: Added parameter TSRMLS_DC in zend_is_callable()
2008-08-02 04:46:07 +00:00
Johannes Schlüter
b9f7b21ec1
MFH (DOC] Add array_replace/array_replace_recursive (Mett Wilmas)
2008-07-31 20:18:17 +00:00
Pierre Joye
acd17a85dc
- MFH: missing in the previous crypt commit (shutdown frees the locking mechanism)
2008-07-29 17:28:41 +00:00
Felipe Pena
0fbe6a0c14
- MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.
2008-07-24 19:52:24 +00:00
Dmitry Stogov
feb8580166
LSB parent/self forwarding
2008-07-24 09:42:18 +00:00
Felipe Pena
0bbed66ede
- MFH: New parameter parsing API
2008-07-23 19:34:35 +00:00
Felipe Pena
b22f47ee30
- Added arginfo
2008-07-20 14:28:41 +00:00
Felipe Pena
c3453925c5
- Deprecate ticks
2008-07-17 19:29:34 +00:00
Dmitry Stogov
833a2295d1
Support for closures
2008-07-17 09:53:42 +00:00
Hannes Magnusson
5b398bf78d
Remove E_DEPRECATED from get_magic_quotes_*()
2008-05-25 14:06:15 +00:00
Antony Dovgal
ea62779338
MFH: revert patch that causes invalid reads/crashes on Linux
2008-05-12 08:47:01 +00:00
Felipe Pena
3e56d46fa1
- Use PHP_DEP_FE and PHP_DEP_FALIAS (magic_quotes related functions)
2008-05-08 22:21:19 +00:00
Ilia Alshanetsky
f5a90feff0
Fixed bug #44836 (putenv() crashes, avoid direct reference of environ in
...
POSIX systems)
# Original patch by delphij at FreeBSD dot org
2008-05-06 18:01:32 +00:00
Antony Dovgal
a00f016648
add atanh() for real
2008-05-05 11:28:11 +00:00
Kalle Sommer Nielsen
f61731874a
Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1()
...
[DOC] Merge_5_3
2008-05-05 07:29:41 +00:00