Jon Parise
d8bfdb4f91
Image/Remote.php and Mail/mime.php have moved to the pear/ repository.
2002-02-17 04:31:30 +00:00
e114080ef4
ChangeLog update
2002-02-16 01:21:49 +00:00
Andrei Zmievski
665247cfb6
Fix.
2002-02-15 17:39:25 +00:00
Jason Greene
0a2438b057
Fix parse string
...
(Since arg6 is initialized at null this still catches the wrong param condition)
2002-02-15 17:33:08 +00:00
Dan Kalowsky
cd88ac738b
fix for bug 15516, patch submitted by torben@php.net
2002-02-15 17:24:44 +00:00
Derick Rethans
b8a5daf59c
- Make the errorcode 255. (Doing docs right away)
2002-02-15 09:06:45 +00:00
Yasuo Ohgaki
fe72f742eb
Fix problem with sesssion_pgsql module
2002-02-15 03:30:15 +00:00
Sean Bright
12430d1da1
Fix cosmetic bug. ( #15142 )
2002-02-15 03:08:41 +00:00
37a929e5dd
ChangeLog update
2002-02-15 01:22:47 +00:00
Derick Rethans
86fa2d3937
- Let php_execute_script return 0 on failure and 1 on sucess, and change
...
SAPIs accordingly. (Andrei, Derick)
2002-02-14 20:16:08 +00:00
Edin Kadribasic
48f688a261
Turned implicit_flush on.
...
Cleaned up help text.
2002-02-14 16:45:07 +00:00
Edin Kadribasic
f47a9c8af3
Added README file for CLI SAPI.
2002-02-14 16:44:13 +00:00
Derick Rethans
14d0c9d9a3
- Remove duplicate constant
2002-02-14 15:02:49 +00:00
Stanislav Malyshev
cefbdccb98
Pass TSRM to create_object
2002-02-14 09:20:51 +00:00
Andrei Zmievski
68a82f14a2
Fix the bug where the declared properties without init values were not
...
entered into the table.
2002-02-14 04:01:53 +00:00
e305585605
NEWS update
2002-02-14 01:20:58 +00:00
6578efea09
ChangeLog update
2002-02-14 01:20:35 +00:00
Frank M. Kromann
d036b10062
Fixing release and debug build on Win32
2002-02-13 23:27:45 +00:00
Vincent Blavet
f6f6d88ad3
* Synchronize pearwin script with pearcmd-xxx.php commands
...
* Still work to do
2002-02-13 21:27:54 +00:00
Vincent Blavet
dac7d61612
* user system/user config rather than default value
2002-02-13 21:26:39 +00:00
Andi Gutmans
21b04ff2a6
@ Allow a series of consecutive catch() statements (Andi, Zend Engine)
...
<?php
class MyException1 {
}
class MyException2 {
}
try {
throw new MyException2();
} catch (MyException1 $m) {
print "Caught MyException1";
} catch (MyException2 $m) {
print "Caught MyException2";
}
2002-02-13 19:26:07 +00:00
Yasuo Ohgaki
d43e889854
Fix memory leaks.
2002-02-13 13:11:36 +00:00
Marc Boeren
6d3d668887
Fixed bug where users with empty passwords could not connect. (Mc)
...
# thanks for testing, Yasuo. Could you commit the mem-leak patch now?
2002-02-13 11:09:48 +00:00
Vincent Blavet
e5a24250d2
- Adding support for remote-list command (with XML-RPC installed)
...
- Start support of show-config (still work to do ...)
2002-02-13 08:50:07 +00:00
Andrei Zmievski
b0ef26f058
Ack.
2002-02-13 04:56:41 +00:00
Stig Bakken
6176cf5216
* "pear-get install Auth" works now
2002-02-13 01:40:18 +00:00
06ffcf8710
NEWS update
2002-02-13 01:21:31 +00:00
c6daefec0d
ChangeLog update
2002-02-13 01:20:31 +00:00
Stig Bakken
773ee5d7e7
* don't use ext/overload yet
2002-02-13 01:09:55 +00:00
Stig Bakken
042b883899
* print package name
2002-02-13 01:07:30 +00:00
Jason Greene
bcea892ffa
Fix entry
2002-02-12 20:31:30 +00:00
Jan Lehnardt
9869854d47
- added support for different error messages for the following cases:
...
-
- if a user with unsufficient permissions trys to select a database
- PEAR::DB previously threw a "no database selected" error instead
- of a more proper "insufficient permissions". This is fixed now.
-
- if a user selects a nonexistant database PEAR::DB threw a
- "no database selected" error instead of "no such database".
- This is fixed as well.
-
- I added two new constants to DB.php and a simple case construct to
- DB/mysql.php which can be easily extended to achive the above. I
- hope this is ok.
- Thanks to Till Gerken for mentioning this.
2002-02-12 18:29:27 +00:00
3b01fd8973
Adding automagically updated ChangeLog.
2002-02-12 17:28:41 +00:00
Andrei Zmievski
9151e980df
Fix-up.
2002-02-12 17:20:56 +00:00
Sascha Schumann
1288783667
Irix defines AF_INET6, but lacks IPv6 support, including
...
struct sockaddr_in6.
2002-02-12 11:00:15 +00:00
Yasuo Ohgaki
c1507e1e40
Initialize automatic persistent connection reset flag
2002-02-12 10:01:08 +00:00
Andrei Zmievski
260aee10fe
Fix a long-standing infelicity that resulted in extra regex information
...
not being passed to PCRE functions.
2002-02-12 03:15:27 +00:00
Andrei Zmievski
51f1739983
Expose pcre_get_compiled_regex as an API function.
2002-02-12 03:00:05 +00:00
cc2580f5a4
ChangeLog update
2002-02-12 01:15:06 +00:00
Mark L. Woodward
3edf26b509
Added one more tweak for 4.0.x compatibility.
...
Used "#warning" to inform users of a hard dependency.
(If #warning is unaccptable, let me know!)
2002-02-11 18:32:00 +00:00
Sebastian Bergmann
3e845aaea4
Fugbix typo.
2002-02-11 16:29:51 +00:00
Martin Jansen
5aa0158452
* Fix bug #15423 .
2002-02-11 13:07:42 +00:00
Markus Fischer
8b2dcb33b7
- Fix protos.
2002-02-11 02:48:49 +00:00
f9763d86a0
ChangeLog update
2002-02-11 01:12:17 +00:00
35e8129ff9
NEWS update
2002-02-11 01:12:14 +00:00
Sean Bright
6829710dce
'0b' could be the beginning of a hex string (without leading '0x') so if
...
the user specifies base 16, use that instead.
2002-02-10 23:19:38 +00:00
Sean Bright
72c5a9cd8a
Add a new test for GMP base recognition.
2002-02-10 23:13:37 +00:00
Sean Bright
cc065b3351
Fix for bugs #10133 and #15454 .
...
Bug #15454 results from a bug in GMP. If you pass in a string '0xABCD' and
specify a base of 0, GMP figures out that it is hex and skips over the 0x
characters. If you specify base 16, then it doesn't skip those chars.
This was confirmed with the following test program:
#include <stdio.h>
#include <gmp.h>
int main()
{
char *str_one, *str_two;
mpz_t num_one, num_two;
mpz_init_set_str (num_one, "0x45", 0);
str_one = mpz_get_str(NULL, 10, num_one);
mpz_init_set_str (num_two, "0x45", 16);
str_two = mpz_get_str(NULL, 10, num_two);
printf("%s / %s\n", str_one, str_two);
mpz_clear (num_one);
mpz_clear (num_two);
return 0;
}
We now take anything that starts with 0[xX] as hexidecimal and anything
that starts 0[bB] as binary (this is what GMP does internally). We also
no longer force the base to 10 or 16, but instead let GMP decide what the
best base is, be it hex, dec, or octal.
2002-02-10 23:12:57 +00:00
Jason Greene
150d339231
Renamed zval_debug_dump() to debug_zval_dump()
2002-02-10 17:38:15 +00:00
Tomas V.V.Cox
a5c0adc9fe
Now System will return false on fail
2002-02-10 17:23:04 +00:00