3744720899
ChangeLog update
2001-11-18 01:10:14 +00:00
Zeev Suraski
23c0362aec
Fix bug 13143
2001-11-17 21:15:38 +00:00
29312b2ec8
ChangeLog update
2001-11-17 01:10:30 +00:00
David Reid
4f0eab7f6c
s/\t/ /
2001-11-16 17:31:13 +00:00
Sascha Schumann
9f3362933a
Fix two incidents which have been reported about the new unserializer.
...
#1 : forgot to handle negative numbers
#2 : added zval_ptr_dtor which was not in the original code which
might lead to crash
PR: #14082
2001-11-16 16:34:14 +00:00
Andrei Zmievski
fcd83424cf
Add todo item.
2001-11-16 15:04:12 +00:00
Rasmus Lerdorf
e68a9c6bfa
Use the macro here and add an E_NOTICE
2001-11-16 11:59:04 +00:00
foobar
1e5e73e0ae
- Nuked some memleaks
...
- Changed the error to be set always. Otherwise the index for error
wouldn't be correct in case of uploading multiple files within array.
( <input type="file" name="test[]"> )
2001-11-16 03:34:26 +00:00
c44f5ec495
ChangeLog update
2001-11-16 01:10:18 +00:00
foobar
37dec69a7c
No use of populating the hash if there is no file saved.
2001-11-16 01:06:48 +00:00
Zeev Suraski
08615c6f68
MFZE1
2001-11-15 23:26:52 +00:00
foobar
ae82e1ccf2
In case of submitting form without any files selected don't set
...
the tmp_name.
2001-11-15 15:37:02 +00:00
Stanislav Malyshev
39f3075500
Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee>
2001-11-15 09:53:40 +00:00
Tomas V.V.Cox
15f0f8ae23
implemented "uninstall" command
2001-11-15 01:24:35 +00:00
df92e90d50
ChangeLog update
2001-11-15 01:10:15 +00:00
Stig Venaas
3dd9845e98
Fixed some memory leaks and removed some unnecessary checks due to
...
ZEND_FETCH_RESOURCE returning on error
2001-11-14 22:05:33 +00:00
Frank M. Kromann
3c06e3c4bb
Prevent fbsql_num_rows from looping
2001-11-14 20:42:38 +00:00
Frank M. Kromann
95d99c9ba9
Fixing debug build
2001-11-14 17:56:26 +00:00
Sterling Hughes
42b9349d8b
Many other reasons that setvbuf can fail than "wrong arguments", returning
...
false should be enough
2001-11-14 12:57:06 +00:00
Christian Stocker
57d908ea1f
adding PEAR/Registry.php
2001-11-14 09:55:38 +00:00
Derick Rethans
b278435074
- Fix crashbug on dtor
2001-11-14 09:48:14 +00:00
Christian Stocker
fde1575ba2
checking if package.xml.gz exists, before checking if it's writeable
2001-11-14 09:22:00 +00:00
5598d6f0b1
ChangeLog update
2001-11-14 01:10:16 +00:00
Doug MacEachern
898099adba
setup standard CGI variables
2001-11-13 21:40:01 +00:00
Frank M. Kromann
de46a16e43
Fixing compile error
2001-11-13 19:20:26 +00:00
Frank M. Kromann
dd714b617c
Fixing debug build
2001-11-13 19:19:09 +00:00
Stig Venaas
80ccb3f7f7
Minor changes in ldap_connect(): fixed crash with OpenLDAP 2 libs when
...
called without args and also use ldap_init() rather than ldap_open();
simplified code a little
2001-11-13 18:05:47 +00:00
Stig Venaas
ca476ecaa4
Removed some old cruft (some commented code and non-used globals), fixed
...
a proto typo, and make sure ldap_base_dn and ldap_filter are initialized
in php_ldap_do_search()
2001-11-13 17:10:08 +00:00
foobar
6f84c93e45
Fixed some problems in configuring e.g. shared module.
2001-11-13 13:59:13 +00:00
Rasmus Lerdorf
a9fe559f60
Be explicit here and cast it
2001-11-13 13:53:11 +00:00
Rasmus Lerdorf
55d9b2ad9c
Fix most of these tests - still think there is a bug in the long->float
...
conversion stuff somewhere
2001-11-13 13:12:46 +00:00
Rasmus Lerdorf
f78f4364a0
Different operating systems handle the group x bit differently, so
...
simplify this test to test the user x bit instead
2001-11-13 12:39:21 +00:00
foobar
2e3fbf41f9
Make these tests work regardless of the register_globals setting.
2001-11-13 12:20:31 +00:00
Zeev Suraski
8b40f3c231
Improve OpenSSL compatibility
2001-11-13 11:47:52 +00:00
foobar
a6d9db7dc1
Fixed bug introduced by my last commit.
2001-11-13 11:38:22 +00:00
Sterling Hughes
5fc1552c04
"Fix" last commit, to compile cURL with SSL support you must also use the
...
OpenSSL extension -- sorry...
The last commit caused bad things to happen if you were compiling cURL and
PHP on Win32 or if you compiled PHP --with-openssl, ie, re-initializing things
that were already initialized
2001-11-13 10:59:15 +00:00
Derick Rethans
3ca8006a8d
- Fix scheme/sax handlers (patch by Lenar Lõhmus <lenar@vision.ee>)
2001-11-13 09:54:06 +00:00
bc6f6d9e83
ChangeLog update
2001-11-13 01:11:02 +00:00
Stig Bakken
f705826052
* command name changes
2001-11-13 01:07:36 +00:00
Stig Bakken
e6f95ee99b
* rename files to .reg (not .inf)
2001-11-13 01:06:48 +00:00
Stig Bakken
79f0345166
* error message cleanup
...
* store registry object as property
2001-11-13 01:05:46 +00:00
Zeev Suraski
6d7be11454
Import patch from bug #14023
2001-11-13 01:01:47 +00:00
foobar
12cfb76b65
Fixed the wrong logic in ini_get_all() function.
...
Now it behaves same as how phpinfo() outputs the ini entries.
If there is a local value, then the global one is the 'original one' if
there is such. Otherwise global value is same as local. :)
2001-11-13 00:37:49 +00:00
Martin Jansen
62f57095a0
* shame on me ...
2001-11-12 10:52:41 +00:00
Martin Jansen
98bda8de71
* typo
2001-11-12 10:51:42 +00:00
Jon Parise
1c7f015c4d
Provide the full URL to pear.php.net.
2001-11-12 03:04:06 +00:00
Markus Fischer
abe67fdb83
Unified error/warning messages.
2001-11-12 01:54:55 +00:00
4d1daeb9bd
ChangeLog update
2001-11-12 01:11:05 +00:00
821458c4d6
NEWS update
2001-11-12 01:11:02 +00:00
Markus Fischer
80a58cd23c
WS
2001-11-12 01:07:17 +00:00