Antony Dovgal
d38bf75b69
int -> size_t
2006-10-03 23:22:21 +00:00
Michael Wallner
99fe9133c1
- typo
2006-10-03 22:28:33 +00:00
Michael Wallner
32186c45fb
- fix failure with tests/lang/bug23489.phpt
...
- allocate fci param space at once with php_output_handler_user_func_t
2006-10-03 22:20:28 +00:00
Ilia Alshanetsky
15e5832c26
MFB: Last set of zend_hash_init() optimizations
2006-10-03 19:52:34 +00:00
Sara Golemon
d666c05427
PHP6 Update for get_included_files() and export of path decode for Zend
2006-10-03 16:28:02 +00:00
Michael Wallner
ea0f299bad
- use fci/fcc instead of zval* for user ob handler
2006-10-03 08:15:44 +00:00
Sara Golemon
fa71abf4a2
Unused label, now how the heck did it get there?
2006-10-02 18:13:56 +00:00
Sara Golemon
e321287b4f
Try out simplified API for encoding paths/filenames
2006-10-02 02:24:29 +00:00
Antony Dovgal
500dd0ac79
fix compile warning
2006-09-28 08:26:19 +00:00
Dmitry Stogov
eb1e643690
Fixed wrong pipe detection code
2006-09-28 07:26:19 +00:00
Ilia Alshanetsky
1af5f8cd39
MFB: Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()).
2006-09-27 23:44:34 +00:00
Ilia Alshanetsky
13e1309f40
MFB: Fixed bug #38904 (apache2filter changes cwd to /).
2006-09-25 14:49:34 +00:00
Sara Golemon
f8fdb67056
PHP6 Updates for popen() and related functionality
2006-09-24 20:33:14 +00:00
Sara Golemon
3191ed0e85
Update stream_copy_to_stream() for PHP6
2006-09-22 19:54:30 +00:00
Sara Golemon
3f56da6eba
Add INI controlled default stream encoding (unicode.stream_encoding).
...
Add convenience function stream_defualt_encoding() for setting it.
2006-09-19 20:36:48 +00:00
Dmitry Stogov
128548a5c0
Disabled autoconversion of hash keys (from string to unicode) for PHP arrays
2006-09-19 10:38:31 +00:00
Ilia Alshanetsky
a3a3cc7546
MFB: Avoid generating php_errormsg twice in some instances.
2006-09-18 23:11:01 +00:00
Antony Dovgal
e264e460a4
fix double free(), add test
2006-09-15 07:26:19 +00:00
Dmitry Stogov
a9f035d5c1
*** empty log message ***
2006-09-14 09:59:23 +00:00
Ilia Alshanetsky
504078c64e
MFB: Fixed bug #37779 (empty include_path leads to search for files
...
inside /).
2006-09-12 15:49:02 +00:00
Sara Golemon
1ce3ba599b
Bug #38687 - sockaddr local storage insufficient for all sock families
2006-09-11 19:18:06 +00:00
Antony Dovgal
d13d452523
fix coverity issue #197
...
"I can't think of a reason to pass a NULL buf" (c) Wez
2006-09-10 13:01:28 +00:00
Edin Kadribasic
b279fe502a
MFB
2006-09-05 11:55:08 +00:00
Dmitry Stogov
9a06a517d6
Fixed VIRTUAL_DIR inconsistency
2006-09-04 08:18:35 +00:00
Ilia Alshanetsky
22206ebf22
MFB: Fixed bug #38661 (mixed-case URL breaks url-wrappers).
2006-09-03 16:33:02 +00:00
Michael Wallner
df26ea87bd
- output handler alias ctor should know about chunk_size and flags
2006-08-31 13:51:35 +00:00
Michael Wallner
d83fdc677f
- fix PHP_OUTPUT_CONFLICT macro
2006-08-30 22:34:32 +00:00
Michael Wallner
e62c35f141
- add PHP_OUTPUT_WRITTEN and PHP_OUTPUT_SENT status flags
2006-08-30 14:42:01 +00:00
Michael Wallner
2dc5f6de5d
- the Vary header for zlib.output_compression is now handled inside the output handler
2006-08-30 12:25:56 +00:00
Michael Wallner
0eef1208c2
- output handler may modify context->op
...
- discard any context->out.data on failure
2006-08-30 12:06:22 +00:00
Michael Wallner
7947beb75a
- revise output handler alias API
...
- add convenience macros for conflicts and aliases
- generalize flags to php_output_stack_pop()
- mark the handler as started *after* run
- handler should still be flushable after marking it immutable
2006-08-30 07:39:09 +00:00
Antony Dovgal
144cca7be3
fix #38199 (fclose() unable to close STDOUT and STDERR)
2006-08-28 17:14:13 +00:00
Andrei Zmievski
f4a5e50069
MFB
2006-08-23 20:39:37 +00:00
Michael Wallner
53ca648bb5
- fix php_output_handler_started()
2006-08-22 09:56:24 +00:00
Michael Wallner
31632b3458
- use the handler name zval directly when listing stati, too
2006-08-22 08:21:19 +00:00
Michael Wallner
0ff7bc29d9
- fix tests to comply with upgraded string.c
...
- use add_next_index_zval() when listing handlers
2006-08-22 08:16:37 +00:00
Michael Wallner
139f6ff79d
- allocate handler stack on the heap and avoid segfaults on shutdown when startup fails
...
- don't try to append empty buffer
- fix some dbg format strings
2006-08-22 07:53:58 +00:00
Dmitry Stogov
d824f02ce1
Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32)
2006-08-22 06:15:45 +00:00
Ilia Alshanetsky
2ae992d772
MFB: Increased default memory limit to 16 megabytes to accommodate for a
...
more accurate memory utilization measurement.
2006-08-17 13:43:51 +00:00
Antony Dovgal
a4a561dc72
fix #38450 (constructor is not called for classes used in userspace stream wrappers)
2006-08-14 15:00:04 +00:00
Nuno Lopes
5897477522
MFH: const/static keywording
2006-08-12 19:41:28 +00:00
Michael Wallner
de93f1dc91
- error message enhancements
...
- avoid duplicate error messages
- add PHP_OUTPUT_HANDLER_FLUSHABLE
- add PHP_OUTPUT_HANDLER_HOOK_GET_LEVEL
- add more tests
2006-08-09 13:56:45 +00:00
Michael Wallner
6e54e763ae
- mark unicode safe functions
2006-08-09 10:57:46 +00:00
Michael Wallner
f5949edfe9
- use HashPosition for traversal of registered reverse conflicts
...
- fix protos
2006-08-09 10:21:10 +00:00
Antony Dovgal
2c946984da
unused variable
2006-08-08 17:05:14 +00:00
Antony Dovgal
dbe2092313
implement zend_unicode_to_string() and zend_string_to_unicode()
...
part #2 (of 2)
2006-08-08 16:59:11 +00:00
Dmitry Stogov
a0f7f6680a
In addtion to path to php.ini, PHPRC now may specify full file name
2006-08-03 11:05:09 +00:00
Ilia Alshanetsky
d2579f9dd1
MFB: Fixed bug #38236 (Binary data gets corrupted on multipart/formdata
...
POST).
2006-07-27 17:14:24 +00:00
foobar
95f2db2459
- Removed unnecessary quotes
2006-07-27 08:52:10 +00:00
foobar
f0fe4e05b9
- Added PHP_VERSION_ID == PHP_VERSION as integer value.
2006-07-27 08:50:41 +00:00