232252475f
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
...
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
f65d804916
phpgw_interserv --> egw_interserv
2005-11-13 11:55:07 +00:00
b4a21c4e9e
Switch to egw_info, etc, and remove reset/while
2005-08-23 17:53:41 +00:00
47d7968d60
Disable debugging by default, but enable for the interserv test application
2005-07-02 20:19:19 +00:00
1cabb62405
new schema_proc class seems to work now
2004-08-13 18:59:00 +00:00
48f840d7de
move from old projct to new one
2004-05-05 12:06:13 +00:00
b6162efea5
Replace gettype() where possible
2003-12-14 17:29:52 +00:00
20b851da6f
intval -> (int), replace gettype() and ereg functions where possible
2003-12-14 17:18:41 +00:00
c8d9ba1a5f
small fix to not use eval
2003-10-21 09:18:21 +00:00
6909e7241d
some fixes:
...
- replaced the hardcoded /phpgroupware url with the webserver_url
- register globals
2003-10-20 17:25:56 +00:00
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
e9fd4b08b4
Small cleanup in the query.
2002-02-15 18:57:30 +00:00
ad06fdf765
formatting
2002-02-08 05:21:30 +00:00
86eed797cb
Changes to soap functions
2001-12-10 02:09:31 +00:00
60e82152d5
Finally fix return values, I hope
2001-12-06 15:51:06 +00:00
3326dd642e
This now uses the full path entered in the admin tool for peer servers. The
...
default is used if none was entered, hopefully. (remove hardcoded path)
Thought I fixed this already, but anyway...
2001-11-30 04:46:50 +00:00
9bebfc89c4
now uses the class var only as a default for the app part of the URL
2001-10-22 21:13:11 +00:00
8fe80611d3
Added return of total to get_list by ref, needs tweaking
2001-09-05 11:16:58 +00:00
8353d7e678
Update to version 1.0 of PHP for XML-RPC, inclusing ssl mods
2001-08-30 00:29:55 +00:00
b482e375d0
Adjust for struct return in soap
2001-08-27 11:38:45 +00:00
57ba2dfff8
Handle multi-dimensional array input, decode those xmlrpcvals
2001-08-23 06:47:50 +00:00
55c06c14ad
for xmlrpc, if the value sent is a string, encode it as such - phpgw will almost
...
always use structs...
2001-08-22 03:51:29 +00:00
af775b2be8
Process multi-dimensional array values to one more level deep
2001-08-20 16:51:04 +00:00
aedb803a1c
Switch to always use structs for iomap since they best represent one level
...
associative arrays; Add ability to call a bo layer class
2001-08-20 16:33:26 +00:00
884232c7d0
Trying a new way of handling login and subsequent verification
2001-08-19 23:55:58 +00:00
b2ef2fb0e5
Undo oops in session->verify_server() and make soap auth/verify work
2001-08-18 21:32:22 +00:00
c7edc28716
Fixes to allow for support of server auth using soap with/without ssl
2001-08-18 20:31:47 +00:00
fefe347b33
php3 fix in call to get_list()
2001-08-15 17:05:08 +00:00
51a572a9f5
Move ssl client send into xmlrpc_client class
2001-08-15 14:01:44 +00:00
21e323111d
Add create_server() verify_server() for the 'special' needs they have
2001-08-15 03:54:15 +00:00
fb00930ab8
Fix syntax error in client, make non-ssl xmlrpc work
2001-08-13 22:30:50 +00:00
bf3f08b0fd
Fix xmlrpc calls
2001-08-13 22:17:22 +00:00
705dfe3785
Add additional trust relationships
2001-08-13 20:49:48 +00:00
948bdea4d1
Starting to add initial support for server coop, needs api mod/update
2001-08-13 16:24:03 +00:00