Egon Schmid
57d200c21b
Some protos fixed.
2001-01-15 12:01:34 +00:00
Zeev Suraski
0592feb2a1
Nuke a couple of warnings
2001-01-15 10:48:48 +00:00
Zeev Suraski
90c8e2cf75
Fix Win32 build
2001-01-15 10:22:19 +00:00
David Croft
5951b8063a
restored vadddomain/vdeldomain to use library functions rather than invoking
...
vpopmail executables
implemented vaddaliasdomain natively
global variable to store whether vpopmail was used and only vclose() if
necessary
return the functions to returning true/false for success/failure rather than
some arbitrary vpopmail return value
return the functions to not doing everything at once as you then lose
fine-grain control over its operation
change C++ comments to C
2001-01-15 02:14:13 +00:00
Stig Bakken
fcdf6ac680
@- Added odbc_error() and odbc_errormsg() functions (Stig)
2001-01-15 01:11:06 +00:00
David Croft
646e796e5a
vpopmail's bin dir is unnecessary as the library exports these functions
2001-01-14 22:21:16 +00:00
Boian Bonev
487f211fcf
#added simple minimum survival readme
2001-01-14 17:38:30 +00:00
Boian Bonev
bd92e10213
merged my version with David Croft's
...
removed unneccessary php.ini calls and defines
removed module_init, shutdown, request_init declarations and references
added request_shutdown to close mysql/other db connection
(a must in apache module)
added defines for external binaries from vpopmail
changed functions to present more consistent api from user's point of view
so that in one call more stuff is done
added more comprehensive MINFO function helping users debug their case
added static int vpopmail_exec(char *cmd) [will change to php_Exec soon]
@ vpopmail extension updated to working alfa. give it a try but keep in
@ mind that it is not ready for production environments (Boian Bonev)
2001-01-14 17:04:22 +00:00
Boian Bonev
f6ad8186d6
updated
2001-01-14 16:47:56 +00:00
Rasmus Lerdorf
e37d304d35
Name this php_Exec instead
2001-01-14 16:41:06 +00:00
Boian Bonev
ef462402f4
rewritten the whole logic of the script
...
added VPOPMAIL_BIN_DIR to point to ~vpopmail/bin directory
added checks for ALL files needed by the extension
style fixes to the output
2001-01-14 16:40:26 +00:00
Sean Bright
40f3524247
Added localeconv() function. Operates similarly to localeconv() defined in
...
locale.h. Should work well under non-ZTS as well as ZTS.
2001-01-14 16:36:30 +00:00
Rasmus Lerdorf
5311bfa5c5
Export _Exec for extensions to use
2001-01-14 16:30:22 +00:00
Thies C. Arntzen
6b84fb1cde
fixed readfile() fd-leak.
...
guys, always remember that every function that *generates output* could cause a
bailout if ignore_user_abort is set to false (and the user _aborts_ the
connection). in this case a longjump will be performed and our function (in
this case readfile) will have no chance to clean-up. having said that it's a
good idea to register all opened files using REGISTER_RESOURCE - that way the
engine will make sure they get closed on request end.
2001-01-14 14:11:38 +00:00
Zeev Suraski
27afea5c6d
Don't fetch numeric indices in mysql_fetch_object()
2001-01-14 09:30:17 +00:00
David Croft
d9671d5d49
# restored code for latest vpopmail version
...
@ New extension for vpopmail - http://www.inter7.com/vpopmail (David Croft)
2001-01-14 09:01:26 +00:00
David Croft
560e218ee6
vpopmail extension
2001-01-14 08:54:01 +00:00
Rui Hirokawa
c61a557808
added iconv_get_encoding and supported initialization from php.ini
2001-01-14 07:40:16 +00:00
David Croft
00db616ac4
reserve space for quoted characters
...
fixes buffer overrun bug #8694
2001-01-14 05:37:33 +00:00
Zeev Suraski
a85da45a66
Both thread-safe and thread-unsafe builds should be ok now
2001-01-13 23:49:44 +00:00
Zeev Suraski
94ca2181fb
Add sybase_get_last_message() from Jan Fedak <J.Fedak@sh.cvut.cz>
...
@- Added sybase_get_last_message() to the Sybase CT module (Jan Fedak)
2001-01-13 22:47:44 +00:00
Derick Rethans
97510346ed
- Removed a stale var that broke the build
2001-01-13 22:00:23 +00:00
Derick Rethans
1104639d0a
- There was one ret left, changed it to FG(pclose_ret), this fixes the
...
build
2001-01-13 21:52:09 +00:00
Colin Viebrock
707e7bd938
Support for perl-compatible blowfish encryption (in libmcrypt CVS and
...
versions later than 2.4.8)
2001-01-13 20:55:15 +00:00
Zeev Suraski
86624dfad9
- Fix exec() bug
...
- Merge fsock and file globals
2001-01-13 13:59:22 +00:00
Zeev Suraski
6562e98afa
Fix Windows & thread-safe build
2001-01-13 13:02:19 +00:00
Stig Venaas
d9f52a4176
Fixed memory leaks that could happen in some error situations. Also removed
...
some unnecessary code in ldap_set_option()
2001-01-13 10:00:27 +00:00
Stig Venaas
fe98565b60
Realized that emalloc() never returns NULL, simplified code
2001-01-13 09:16:36 +00:00
Stig Venaas
2d17c57664
Added parallel search when given array of link identifiers
...
@- Made ldap_list(), ldap_read() and ldap_search() do parallel search when
@ first parameter is an array of link identifiers (Stig Venaas)
2001-01-12 22:08:26 +00:00
Stig Venaas
5cf503b2a9
Follows redirects again, and $http_response_header now contains all headers
...
with an empty string as delimiter
@- Made fopen() of HTTP URL follow redirects, $http_response_header will
@ contain all headers with empty string as delimiter (Stig Venaas)
2001-01-12 20:49:25 +00:00
foobar
ab6639564c
- Fixed a possible crash bug in xmltree().
...
# PR: #7052
2001-01-12 16:49:06 +00:00
Sterling Hughes
0e6fe30139
Make daniel's changes work in ZTS mode...
2001-01-12 10:49:38 +00:00
Daniel Beulshausen
490cca07de
take out emtpy struct
...
# vc chokes on them
2001-01-12 10:26:29 +00:00
Rasmus Lerdorf
69d16ee1f9
Fix for bug 6073 from Sean R. Bright <elixer@erols.com>
2001-01-12 08:03:24 +00:00
foobar
a8e88c0ddc
Fix build.
2001-01-11 18:25:33 +00:00
foobar
1fc035dfa5
If external expat is used, header file is expat.h
2001-01-11 16:19:20 +00:00
Daniel Beulshausen
29714ff530
removed old expat libs
2001-01-11 14:50:52 +00:00
Rui Hirokawa
c2881f7c6b
disable directory search for libexpat and disable some macros for libxml-1.95.
2001-01-10 14:41:01 +00:00
Thies C. Arntzen
6871b839b5
exec'd processes now get cleaned up even if the browser connections was
...
aborted.
fixes : #8143
2001-01-10 13:08:14 +00:00
David Croft
2b3d9d7ec4
fixed swatch internet time (bugs#8242,7106)
2001-01-10 06:48:06 +00:00
David Croft
0afe88cbc6
Allocate buffer in date() for the actual length of the timezone (bug#8292)
2001-01-10 04:01:02 +00:00
Rui Hirokawa
c172daa6d1
added a option to dedine libexpat install directory (by Jani Taskinen)
2001-01-09 22:15:56 +00:00
Sterling Hughes
f058a07915
Move the definition of the xslt_set_encoding to the "proper" place in the file and
...
fix the prototype.
2001-01-09 20:17:11 +00:00
Sascha Schumann
7eb8469679
Avoid possible memory leak in the URL scanner, if the connection is
...
interrupted during writing the output.
2001-01-09 16:45:19 +00:00
Egon Schmid
8d5d20500b
Sorry, two lines are enough.
2001-01-09 15:53:09 +00:00
Egon Schmid
6aef38f590
Fixed protos.
2001-01-09 15:48:15 +00:00
Rui Hirokawa
187828f2f2
moved to ext/iconv.
2001-01-09 15:40:49 +00:00
Rui Hirokawa
0acff20f38
added test code to iconv.
2001-01-09 15:39:25 +00:00
Rui Hirokawa
4e035d035a
move iconv related functions to separate iconv extension.
2001-01-09 15:22:45 +00:00
Rui Hirokawa
0afcb03de3
added iconv extension.
2001-01-09 15:11:23 +00:00