foobar
0e26e149bf
cleanup
2002-06-09 17:05:17 +00:00
Tomas V.V.Cox
0d5d98a6d8
displayLine() -> outputData()
2002-06-09 16:29:50 +00:00
Tomas V.V.Cox
7647781340
- outputData($data, $command)
...
+ outputData($data, $command = '_default')
2002-06-09 16:28:46 +00:00
Harald Radi
30e1541595
reflect the new abstraction changes in the demo layer
2002-06-09 14:52:50 +00:00
Harald Radi
c55e855fdd
- using stas' abstraction now
...
- layer can add individual ini settings now
- classentries for the loaded rpc object are created dynamically now
class hirarchy looks like: rpc<-[layer]<-[object] (e.g. rpc<-com<-adodb),
thus the whole class tree is reflected into php
- added user-functions to mark an object as a singleton and as poolable
#rest of the linuxtag work
2002-06-09 14:51:41 +00:00
Harald Radi
ecad1fbc5a
pg_escape_* functions were not available on win32 due to a missing define
...
#if this breaks the build because the win32 pg libs don't export the functions
#we should consider implementing them somehow else
#some linuxtag work
2002-06-09 14:32:40 +00:00
Harald Radi
3738a6edd0
only check for an available class entry instead of
...
the std_object_handlers on some places
#some linuxtag work
2002-06-09 14:20:37 +00:00
Sander Roobol
85a99fa5a3
Don't use headers if the module contains only one phpinfo() entry, just
...
stick to ordinary rows.
2002-06-09 12:56:27 +00:00
Sander Roobol
c5dc21f8c2
Made phpinfo() show if we're using the bundled version of GD
2002-06-09 12:44:33 +00:00
James Cox
210744928f
dont test for the socket -- enables installs over NFS etc.
...
# my previous commit was the revision before the fixed one (ie, i had the fix) so apologies for that.
2002-06-09 11:43:50 +00:00
Sander Roobol
a2849b868b
Fixed detection of JPEG support in bundled version of GD.
2002-06-09 11:27:04 +00:00
Sander Roobol
2f6c2a9b18
Fixed configure stuff
...
# It didn't work for me... hope it works for everybody now...
2002-06-09 10:46:13 +00:00
Andrei Zmievski
5f3a9ebf13
Make RAND_RANGE() an API macro.
2002-06-09 04:26:36 +00:00
foobar
fd70290b76
De-messify
2002-06-09 00:53:28 +00:00
foobar
c8bacb7a06
Cleaned up the mess. Now it actually works too.
...
# TEST BEFORE COMMIT!!
2002-06-09 00:50:46 +00:00
fb7e21effd
NEWS update
2002-06-09 00:22:17 +00:00
f6c9059da5
ChangeLog update
2002-06-09 00:22:00 +00:00
Christian Dickmann
3dd47bc651
add modes to list-all. fix a mergerbug
2002-06-08 18:44:34 +00:00
Sascha Schumann
5e148e3875
too many flushes are bad
2002-06-08 18:11:03 +00:00
Tomas V.V.Cox
2ed7358250
Hopefully fixed a couple of problems with destination paths:
...
- Bug #17529
- In Windows getting <pear>\/\<file>
- Documentation under <doc_dir>/Package/Package/
# Please test it and report possible problem
2002-06-08 17:34:46 +00:00
Andrei Zmievski
8515f3ec54
*** empty log message ***
2002-06-08 13:46:36 +00:00
Andi Gutmans
90f43c78b0
- This should improve performance on Windows
2002-06-08 13:01:05 +00:00
Andi Gutmans
1186d51c3a
- Add a loop unrolled version of the hash function and a bit of an
...
- explanation about our hash function (Ralf S. Engelschall)
2002-06-08 12:44:39 +00:00
James Cox
00779e5fa3
@ added support for --with-mysql-sock so people can specify it (eg, NFS compiles, etc)
...
changed the default mysql.sock location to use the one from the RPM. Added /usr/local
locations to the search list. (imajes)
2002-06-08 11:37:20 +00:00
Markus Fischer
0cd40c2808
- Since streams are always enabled, instead of just printing 'enabled' we tell
...
what streams are currently registered.
2002-06-08 10:25:44 +00:00
75f925dd37
NEWS update
2002-06-08 00:25:03 +00:00
a7f8fc82c5
ChangeLog update
2002-06-08 00:22:08 +00:00
Tomas V.V.Cox
f33c5896ac
Experimental dependencies database handling functions
...
(not yet in production)
2002-06-07 18:07:38 +00:00
Sebastian Bergmann
874cdf43a6
Unbreak build by setting PHP_PREFIX to c:\php4 for now.
2002-06-07 15:30:13 +00:00
Sebastian Bergmann
49446bb216
Fugbix typo.
2002-06-07 15:24:03 +00:00
Zak Greant
9daec6d227
Updating embedded libmysql to version 3.23.48
2002-06-07 15:07:55 +00:00
Tomas V.V.Cox
fcd6d2b5cd
Beautify remote-info
2002-06-07 15:06:25 +00:00
Joseph Tate
7a58bc690a
Added aliases to make attr_node access functions more consistent.
...
Old access functions are now deprecated.
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: php_domxml.c
CVS: ----------------------------------------------------------------------
2002-06-07 14:56:08 +00:00
Tomas V.V.Cox
f3673c8798
- Reapplied the "treat umask as octal in "config-set"
...
command" Stig's patch
- Ported the config-help command to new UI API
2002-06-07 14:50:39 +00:00
Tomas V.V.Cox
8f21117efb
more wrapping cases
2002-06-07 14:48:01 +00:00
Stig Bakken
41e31645dd
* fix SHLIB_SUFFIX_NAME define for Windows
2002-06-07 12:20:28 +00:00
Stig Bakken
40ab700677
@New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX (Stig)
2002-06-07 12:19:26 +00:00
Tomas V.V.Cox
ebea2ed5cf
Remove debug code
2002-06-07 10:22:00 +00:00
Tomas V.V.Cox
eeb7f9dafc
More info output retouchs
2002-06-07 10:20:41 +00:00
Tomas V.V.Cox
b5bf0fb154
Fix some minor issues with the parsing
2002-06-07 10:18:59 +00:00
Stig Bakken
2bc921c60a
* get rid of pearize
2002-06-07 10:17:25 +00:00
Tomas V.V.Cox
c083784023
Make "info" full human friendly (in deps list and lastmodified)
2002-06-07 08:45:00 +00:00
Tomas V.V.Cox
9f46d24922
Make $_deps_rel_trans and $_deps_type_trans globally avaible:
...
moved from Command/Package.php -> Command/Common.php
2002-06-07 08:43:45 +00:00
Tomas V.V.Cox
149dcec76f
Be nicer with the help
2002-06-07 08:05:48 +00:00
Tomas V.V.Cox
7770b625ba
ws
2002-06-07 08:04:05 +00:00
Stefan Esser
5956656864
- Stay always in buffer
2002-06-07 08:00:12 +00:00
Tomas V.V.Cox
1dac8c275b
Put back the "info" command in its full state:
...
"Displays information about a package. The package argument may be a
local package file, an URL to a package file, or the name of an
installed package."
Command "package-info" depreciated (again)
2002-06-07 07:54:28 +00:00
ea16e37e9b
ChangeLog update
2002-06-07 00:31:30 +00:00
Sebastian Bergmann
b0d61f9bd3
Add RFC on delegation.
2002-06-06 21:13:39 +00:00
Daniela Mariaschi
8a65d5d3cb
Add control on IB version. ibase_add_user(), ibase_modify_user()
...
and ibase_delete_user() are available with IB6 or later
2002-06-06 19:51:04 +00:00