Wez Furlong
1a314027d3
- Move proc_open code to a source file of it's own.
...
- Tidy up that netware mess by performing a configure check which will
define the symbol PHP_CAN_SUPPORT_PROC_OPEN if PHP can support proc_open.
- Protected the proc_open specific code with #ifdef PHP_CAN_SUPPORT_PROC_OPEN
so that user-space scripts can use function_exists and react accordingly.
** Heads Up Win32: You need to add ext/standard/proc_open.c to the DSP and
** #define PHP_CAN_SUPPORT_PROC_OPEN in the w32 config header.
2003-01-15 16:29:00 +00:00
Ilia Alshanetsky
ea0f37fc76
Build fixes.
2003-01-15 15:36:28 +00:00
Moriyoshi Koizumi
fdf0768d4e
Fixed a qp encoder bug that the constructor sometimes fails if
...
line-breaking mode is off.
2003-01-15 15:05:17 +00:00
Ilia Alshanetsky
475125ac25
Typo fixes.
2003-01-15 14:05:41 +00:00
Ilia Alshanetsky
f704ac13a8
Fixed typo.
2003-01-15 14:02:11 +00:00
Ilia Alshanetsky
2b121d0b37
Various corrections.
2003-01-15 13:55:34 +00:00
Ilia Alshanetsky
dbe5972a0d
Fixed typos.
2003-01-15 13:50:54 +00:00
Ilia Alshanetsky
e0e77d7d02
Typo corrections.
2003-01-15 13:48:07 +00:00
Sascha Schumann
0855c0b603
whitespace
2003-01-15 11:30:39 +00:00
Sascha Schumann
4668b7130b
whitespace
2003-01-15 11:22:04 +00:00
Yasuo Ohgaki
345ada81c8
Fixed proto
2003-01-15 10:21:15 +00:00
Adam Dickmeiss
f8b55fabc5
Fix functions comments (connection resource rather than connection id).
...
New functions yaz_set_option and yaz_get_option.
Cleanup in yaz_connect.
2003-01-15 08:00:44 +00:00
Adam Dickmeiss
701ab27de7
Fix lib config for the case where YAZ depends on multiple libraries
2003-01-15 07:57:52 +00:00
Ilia Alshanetsky
fc9282c183
Kill compile warning.
2003-01-15 03:37:11 +00:00
Ilia Alshanetsky
299614ae16
Newer parameter parsing API.
2003-01-15 03:01:17 +00:00
Ilia Alshanetsky
a354531144
Getting rid of the old API parsing code.
2003-01-15 02:54:54 +00:00
Ilia Alshanetsky
c2d66fa8bf
Changed php_error to php_error_docref.
...
Made use of the more recent parameter parsing API, zend_get_parameters*.
2003-01-15 02:49:38 +00:00
Ilia Alshanetsky
ad42fba9fa
Removed pointless checks around array_init() & ZE memory allocation macros.
...
Changed php_error to php_error_docref.
Dropped getParam* parameter parsing API in favor of zend_get_parameters*.
2003-01-15 02:31:16 +00:00
a34d4dc30e
ChangeLog update
2003-01-15 01:34:55 +00:00
Ilia Alshanetsky
a63b47cae0
This patch allows cpdf to be compiled in conjunction with ncurses, which was
...
not possible before due to conflicting defines.
2003-01-15 00:52:06 +00:00
Andi Gutmans
c073b76aac
- Change "is" to "instanceof" as it explains better what the operator means.
...
- "is_a" was also appropriate but ugly.
2003-01-14 21:29:23 +00:00
Ilia Alshanetsky
e37aee1a34
Porting of patch applied to ext/xmlrpc.
2003-01-14 21:04:47 +00:00
Ilia Alshanetsky
a0b3f822f7
Made the code use php_error_docref().
...
Removed pointless checks around array_init() and emalloc().
Switched to zend_get_parameters_ex() argument parsing API.
2003-01-14 21:02:14 +00:00
Andrey Hristov
05ff5da32b
Migrated to C style comments.
2003-01-14 20:24:40 +00:00
Ilia Alshanetsky
74e34d1657
Changed getParameters() to zend_get_parameters_ex().
2003-01-14 20:07:52 +00:00
Ilia Alshanetsky
1dbf11e1ba
Fixed compile warnings.
2003-01-14 20:05:38 +00:00
Ilia Alshanetsky
f12a4164a5
One more typo.
2003-01-14 20:02:42 +00:00
Ilia Alshanetsky
44c8927daf
Fixed typos.
2003-01-14 19:59:48 +00:00
Moriyoshi Koizumi
3ae7d13bc9
Appended my name to the list of authors
2003-01-14 19:26:00 +00:00
Moriyoshi Koizumi
ac66d4481e
Test update for new feature
2003-01-14 19:25:10 +00:00
Ilia Alshanetsky
cd267a3df4
Switched from old getParse* argument parsing API to a more recent
...
zend_get_parameters*.
2003-01-14 18:54:44 +00:00
Andrey Hristov
7866f02260
added function get_memory_usage(). available only when PHP is compiled
...
with --enable-memory-limit
2003-01-14 18:26:47 +00:00
Ilia Alshanetsky
62f7e27141
Fixed compile warning & removed useless variable.
2003-01-14 17:45:31 +00:00
Ilia Alshanetsky
7d14dae0bb
Changed php_error to php_error_docref.
...
Got rid off the ancient getParameters* parameter parsing API.
2003-01-14 17:44:56 +00:00
Moriyoshi Koizumi
e5c5412777
Added a new option "force-encode-first" to the quoted-printable encoder
...
as per Wez's request. If enabled, the encoder forcefully does qp
tranformation on every first character of lines in incoming stream.
2003-01-14 16:42:18 +00:00
Ilia Alshanetsky
4bc247553a
Changed php_error() to php_error_docref().
...
Made pdfdoc retrieval a macro.
2003-01-14 15:15:53 +00:00
Moriyoshi Koizumi
bde6801add
Made php_quot_print_decode() RFC2045-compliant
...
# this function is only used in iconv extension and the corresponding
# userland function doesn't use it, so I don't see any BC issue here.
2003-01-14 15:14:11 +00:00
Stanislav Malyshev
5340b204ca
fix memory leaks and key size
2003-01-14 15:12:35 +00:00
Edin Kadribasic
45e9f594bb
MFB: bind_textdomain_codeset() availability on windows
2003-01-14 14:46:33 +00:00
Ilia Alshanetsky
dff55752aa
MFZE2
2003-01-14 14:21:45 +00:00
Derick Rethans
4ff9267143
s/gd/gd2
2003-01-14 13:55:00 +00:00
Stanislav Malyshev
67c50ee22a
fix warning
2003-01-14 12:27:07 +00:00
Stanislav Malyshev
eccc536883
Make add_property_ functions work via write_property handler
2003-01-14 12:15:09 +00:00
Stanislav Malyshev
f30f3590a1
ws
2003-01-14 12:13:51 +00:00
Ilia Alshanetsky
ad3b2ccec9
Reverting previous patch.
2003-01-14 02:41:47 +00:00
Ilia Alshanetsky
6fb507b53e
Changed php_error to php_error_docref().
...
Removed pointless checks around array_init().
2003-01-14 02:39:10 +00:00
062942c4e9
ChangeLog update
2003-01-14 01:35:54 +00:00
Moriyoshi Koizumi
a0be48c109
Fixed small memory leak that occurs when the invalid line length is passed
...
to the qprint ctor.
2003-01-14 01:27:57 +00:00
Moriyoshi Koizumi
121e625977
Fixed quoted-printable encoder so that it produces RFC2045 complicant
...
output. As per this specification requirement, the constructor now accepts
three options: binary (boolean), line-len (uint), line-break-chars (string).
2003-01-14 01:23:35 +00:00
foobar
cabee3635f
Fixed bug: #21543 , Informix version detection fails
2003-01-13 23:31:13 +00:00