1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
Commit Graph

9014 Commits

Author SHA1 Message Date
foobar 8d99685a4a Removed usused variables. 2001-05-06 05:38:46 +00:00
Rui Hirokawa b0d91b12f8 fixed a compilation problem without --enable-mbstr-enc-trans. 2001-05-06 02:44:12 +00:00
Rasmus Lerdorf 4f059abacf Add pg_last_notice() function 2001-05-06 01:34:56 +00:00
3cb4fdcc2b ChangeLog update 2001-05-06 01:09:32 +00:00
Wez Furlong 77e7035421 Fixed Andi's build problem. 2001-05-05 22:36:26 +00:00
Wez Furlong 3ffb8e3800 Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.c
and rename to php_connect_nonb().
Use php_connect_nonb() instead of connect() in php_hostconnect() -> timeouts
should now work in php_hostconnect().
sock streams abstraction now uses php_sockbuf as the "abstract" pointer.
2001-05-05 18:36:22 +00:00
Andi Gutmans d5763bbdcb - Fix format to be consistent 2001-05-05 16:28:20 +00:00
Zeev Suraski a8f87e6c23 Layout fix 2001-05-05 16:05:19 +00:00
Zeev Suraski 70b6c55ce6 Fix missing statement 2001-05-05 16:04:14 +00:00
Sascha Schumann e1ddd48bd4 Fix libtool check
Submitted by: brisse@ping.dk
2001-05-05 15:33:49 +00:00
Wez Furlong 080fdabc85 Added Sascha Kettler to credits 2001-05-05 11:29:01 +00:00
Sascha Schumann d998ae4e5b Fix broken ZTS build. 2001-05-05 11:11:32 +00:00
Thies C. Arntzen 459e04f0a0 not to forget this one! 2001-05-05 08:03:32 +00:00
Zeev Suraski 52ba317606 emalloc()'d strings must be freed before the request shutdown;
Rule of the thumb:  initialize in RINIT, clean in RSHUTDOWN
2001-05-05 01:42:15 +00:00
853bf32770 ChangeLog update 2001-05-05 01:09:16 +00:00
5e3eec8d46 NEWS update 2001-05-05 01:09:13 +00:00
Wez Furlong b379cd968c Merged and adapted a patch from Sascha Kettler <kettler@gmx.net> that provides
some asymmetric RSA encrypt/decrypt functions.
2001-05-04 23:42:11 +00:00
Wez Furlong b9c5f299c1 I'm now the primary maintainer for OpenSSL extension, as agreed with Stig
Venaas.
2001-05-04 23:40:27 +00:00
Wez Furlong dc66895579 Making notes about which extensions need most work for streams. 2001-05-04 23:39:31 +00:00
Chuck Hagenbuch 2f8eef81f5 Add support for in_reply_to header, and fix erealloc usage ("Johan Ekenberg"
<johan@ekenberg.se>).
2001-05-04 20:03:47 +00:00
Jason Greene bb131011a7 Fixed bug in my previous patch, forgot to reset connect error globals
on request startup.
2001-05-04 18:27:15 +00:00
foobar a3c90853a0 Fix bugs: #10642, #10612 2001-05-04 17:57:58 +00:00
Andrei Zmievski 0eecec7773 @- Fixed a bug in preg_split() that would incorrectly limit the number of
@  results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)

- Fixed a bug in preg_split() that would incorrectly limit the number of
  results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
- Also made limit = -1 when limit = 0, to emulate Perl.
2001-05-04 16:43:53 +00:00
Thies C. Arntzen a085b708e1 namespace-protect "open" 2001-05-04 14:53:45 +00:00
Harald Radi f64d32f667 added ext/com/ files to the project 2001-05-04 14:44:27 +00:00
Rui Hirokawa c0624c769b fixed a memory leak in ext/mbstring. 2001-05-04 10:42:54 +00:00
Ben Mansell 13e4699ae3 Removed a duplicate php_import_environment_variables() call
from fastcgi sapi
2001-05-04 09:49:14 +00:00
Marc Boeren a3d3819f6f Forgot the Visual Studio project, added now (Mc)
Updated CREDITS (Mc)
2001-05-04 09:43:57 +00:00
Marc Boeren a56162243a Registered db-module constants for use in dbx_connect (Mc)
Added support for Microsoft SQL Server (Mc)
2001-05-04 09:42:45 +00:00
Marc Boeren e3770563fc Added docs about creating dbx-support for other databases. (Mc) 2001-05-04 09:39:52 +00:00
Sebastian Bergmann d92522c8d1 Nuke unreferenced local variables. 2001-05-04 06:25:10 +00:00
Sterling Hughes 1ae44c8e49 Make it compile with the latest cURL cvs, heck it even works. 2001-05-04 04:20:38 +00:00
Rui Hirokawa 93e7521639 added status parameter to output handler in ext/iconv. 2001-05-04 03:55:48 +00:00
Jason Greene 8405c36815 @ Added connection error support to mysql_error() and mysql_errno() (Jason)
This should work correctly without causing compatibility issues with previous
scripts. Someone might want to double check this change, just in case.
2001-05-04 01:14:26 +00:00
36d2e71de1 ChangeLog update 2001-05-04 01:09:19 +00:00
54bfac850c NEWS update 2001-05-04 01:09:16 +00:00
Derick Rethans 8909c33319 - Applied a patch that enables getimagesize to return the size of .bmp and
.psd files (Patch by Paul Jongsma <paulj@webtic.com>)
@- Added support to getimagesize to return dimensions of BMP and PSD
@  files (Derick)
2001-05-03 21:28:26 +00:00
Wez Furlong 453f4a2d59 Added streams stuff
# Turn on those psychological thumbscrews!
2001-05-03 20:21:06 +00:00
Chuck Hagenbuch 3fc7a7aef7 add crash guard (valid message number check) to imap_body(). 2001-05-03 19:44:42 +00:00
Chuck Hagenbuch d0af2440e6 removing references to IMSP module, which will probably never be ported to
php4 (lack of a publically available library implementing it).
2001-05-03 19:32:49 +00:00
Chuck Hagenbuch 5c0791fcac Fix for #8359. imap_fetchheader should never return the full message; the
FT_PREFETCHTEXT flag is just a hint to c-client that you'll be asking for
the message text next.
2001-05-03 19:18:48 +00:00
Zeev Suraski cbb777f167 Fix chdir() under Windows 9x/ME 2001-05-03 15:50:37 +00:00
Sascha Schumann 9de9b7c1e9 add an interface for registering storage modules at run-time. 2001-05-03 15:48:49 +00:00
Harald Radi 172a9c9303 fixed leaky code
#cleaned up dirty hack from yesterday
2001-05-03 11:20:29 +00:00
Sascha Schumann e337f07ecd Replace slow strlcpy with a quick memcpy. 2001-05-03 09:04:15 +00:00
Sergey Kartashoff e176e5c101 Some fixes in Udm_Cat_List and Udm_Cat_Path functions. 2001-05-03 08:59:49 +00:00
foobar d805c9740f Fix bug #10589 2001-05-03 03:41:42 +00:00
Rui Hirokawa 0ec7b68462 added .cvsignore. 2001-05-03 03:12:43 +00:00
ed75b7fb87 ChangeLog update 2001-05-03 01:09:16 +00:00
Rui Hirokawa b388986f57 deleted some function aliases.
@- Added Japanese multibyte string functions support. (Rui)
2001-05-03 00:44:26 +00:00