Andi Gutmans
eb6ba01d1c
- Fix copyright notices with 2001
2001-02-26 06:11:02 +00:00
Andi Gutmans
13b88fc18f
- One more copyright year update
2001-02-26 05:44:29 +00:00
Andi Gutmans
d2c9e8074c
- Update copyright year
2001-02-26 05:43:27 +00:00
121d71c54d
ChangeLog update
2001-02-26 02:09:15 +00:00
f812a8a77e
NEWS update
2001-02-26 02:09:11 +00:00
Andi Gutmans
7513a2f972
- Fix dll linkage warnings
2001-02-25 05:21:31 +00:00
Dan Kalowsky
6b80554404
Updating the IMAP client to include quota support via the imap c-client2000 libraries.
...
# Y2K support is good...
Removes the SA_QUOTA and SA_QUOTA_ALL defines
# After speaking with Mark Crispin, it is believed these never existed.
Cleans up the imap_status() function to remove notion of quotas in a status message.
# There is no quota setting in a STATUS message from c-client.
Changes the config.m4 to support the client.h include
# This should include all the approriate headers for c-client (as defined by
# c-client maintainers) such as mail.h, and rfc822.h.
Changed the directory search order for the include files as well.
# Place the /usr/local/include last, and searched the
# /usr/local/include/{c-client|imap} directories first
(PHP imap_get_quota) Added
(PHP imap_set_quota) Added
@- IMAP quota support (imap_set_quota, imap_get_quota) enabled/added via
@ c-client2000
PR:
Submitted by:
Reviewed by:
Obtained from:
2001-02-25 04:41:18 +00:00
9a1c4e5328
ChangeLog update
2001-02-25 02:09:16 +00:00
Sascha Schumann
b37b5f93aa
Don't assume that tzname exists, if tm_zone does not exist.
...
PR: #9380
2001-02-24 21:18:28 +00:00
Andi Gutmans
0bed994531
- Add exports from Daniel Beulshausen
2001-02-24 21:16:58 +00:00
Sascha Schumann
cb1a89cb64
Declare inet_aton properly, if the system lacks support for it.
...
PR: #9382
2001-02-24 21:14:18 +00:00
Sascha Schumann
a40ee1f181
Actually compile on systems without syslog.
...
PR: #9412
2001-02-24 21:08:15 +00:00
Sascha Schumann
adb3e3992c
php_register_command_line_global_vars only needs file scope.
2001-02-24 21:07:07 +00:00
Sascha Schumann
280e10aac7
Neither the CGI nor the Servlet SAPI module call syslog, so remove
...
references to the syslog include files.
2001-02-24 21:05:02 +00:00
Sascha Schumann
d516726329
Change the default to assumption that people don't use AOLserver 3.0 anymore.
2001-02-24 13:14:27 +00:00
6869507071
ChangeLog update
2001-02-24 02:09:12 +00:00
Sebastian Bergmann
54b8f2ee76
That should do the trick.
2001-02-23 22:55:28 +00:00
Sascha Schumann
c2fb53bed7
Finish fopen-wrappers rename.
2001-02-23 22:07:16 +00:00
Sascha Schumann
e805c1b3c1
Fix another instance of the == bug.
2001-02-23 16:49:58 +00:00
Sergey Kartashoff
e6c03422fa
mnogosearch example updated.
2001-02-23 10:53:07 +00:00
Sergey Kartashoff
f263260d38
Added ispell loading routines and date search limits in mnogosearch module.
2001-02-23 10:34:50 +00:00
André Langhorst
9fa484104e
fix stas' last commit, added additional ifdefs PHP_SIGCHILD to fix win32 build
2001-02-23 05:08:15 +00:00
c8a22a3848
ChangeLog update
2001-02-23 02:09:14 +00:00
Hartmut Holzgraefe
f1caba9325
removed LC_* warnin
2001-02-22 18:35:22 +00:00
Chuck Hagenbuch
6bbecd4c07
factory-generated classes have lowercase subclass names by our (newly
...
revised) standards.
2001-02-22 16:01:14 +00:00
Sergey Kartashoff
047e598c3a
README for mnoGoSearch module updated.
2001-02-22 13:02:38 +00:00
Andi Gutmans
9a28132876
- Fix indentation and remove comment.
2001-02-22 11:30:53 +00:00
Sergey Kartashoff
8bf6bdc2b9
Added Ispell routines to work with Ispell data loaded into sql tables.
...
Example updated.
2001-02-22 10:40:44 +00:00
Stanislav Malyshev
77d14126b1
Safer bin2hex
2001-02-22 10:36:40 +00:00
Stanislav Malyshev
4cda96691c
Fix #8992 , patch by yasushi_takahashi@tsuken.co.jp
2001-02-22 10:15:52 +00:00
Uwe Steinmann
454221ba62
- took out the HwSLS_FETCH to make it compile again on Unix
...
Is this really neccesary at this point?
2001-02-22 09:38:59 +00:00
Jon Parise
b0af96a9fe
The php_rand() and php_srand() functions added in the previous commit
...
require the inclusion of php_rand.h.
2001-02-22 03:37:32 +00:00
bd98f3d124
ChangeLog update
2001-02-22 02:09:16 +00:00
James Moore
118c015529
Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and rand.
2001-02-22 00:24:19 +00:00
Shane Caraveo
6e31987376
Initalize some of the global vars. Crashed under ms debugger without having them initialized.
2001-02-21 23:57:28 +00:00
James Moore
977b9ddc01
Adding crypt.c and php_crypt.h to win32 builds, they were missing..
2001-02-21 23:52:57 +00:00
Rainer Schaaf
28ed45fa72
When using pdf_get_buffer() and doing a correct cleanup by calling pdf_delete()
...
this always resulted in a coredump (after everything was finished, so only
visible in the logfile).
So it seems to be neccesary to copy the contents of the result of get_buffer,
to avoid this coredump.
2001-02-21 23:30:21 +00:00
Shane Caraveo
09c7116f6e
zend_compile_file returns a NULL on error, check for that before
...
calling destroy_op_array unless we like crashes :-)
2001-02-21 20:50:49 +00:00
Thies C. Arntzen
7139926e84
fix possible leak.
2001-02-21 20:33:46 +00:00
Sascha Schumann
4a32816f9e
If we cannot send the header, we don't need to continue with the page.
2001-02-21 20:25:53 +00:00
Stig Bakken
5ed1199b61
* dbmaker fix, shared support
2001-02-21 18:23:53 +00:00
Andrei Zmievski
8d7972b69b
Fix memory leak.
2001-02-21 17:22:26 +00:00
Stanislav Malyshev
2b45f38ec9
Add safety check
2001-02-21 15:20:29 +00:00
Hartmut Holzgraefe
5b741dfb58
# make sebastian and compiler happy .)
2001-02-21 11:16:16 +00:00
Sascha Schumann
328ca1b178
There is no need to declare ap_php_(opterr|optopt) with external linkage
...
as they are not used outside of getopt.c.
PR: #9364
2001-02-21 07:41:01 +00:00
Sascha Schumann
0656a47f3e
Instead of assuming that sendmail lives in /usr/lib, if we don't find it,
...
we also check /usr/lib now.
PR: #9362
2001-02-21 07:39:13 +00:00
Sascha Schumann
47f7795594
Correctly check for the existence of the st_rdev field.
...
Note that this field is required to exist for SUSv3 conformance.
Submitted by: amra@us.ibm.com
PR: #9358
2001-02-21 07:18:28 +00:00
Sascha Schumann
e8ef0d8b2c
Preprocessor stuff should go into CPPFLAGS.
2001-02-21 07:09:22 +00:00
Sebastian Bergmann
59a58018a5
Added note about PCRE update.
2001-02-21 06:22:41 +00:00
Jason Greene
7557c0b066
Corrected News entry.
2001-02-21 03:55:17 +00:00