1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00
Commit Graph

5889 Commits

Author SHA1 Message Date
Sascha Schumann ce635bdb3c Fix varargs handling. The assignments are not necessary at all and
cause problems on various platforms, so we get rid of them.
2000-08-15 17:05:37 +00:00
Sterling Hughes 185f6e95d8 Leftovers... 2000-08-15 17:03:48 +00:00
Sterling Hughes d06c2d9eb1 Add Win32 support for cURL.
#  Switch this commit message with the last one and you get the
#  right commit order.
2000-08-15 16:54:48 +00:00
Sterling Hughes d06c4b2e3f This fixes to problems:
- Apache not having the output go to stdout in some cases.
- Output being displayed before the header is displayed.

And causes the following:

- *Slightly* slower cURL transfers.
2000-08-15 16:50:14 +00:00
Zeev Suraski c9dca64075 Sync with Zend 2000-08-15 16:46:43 +00:00
Zeev Suraski 7795aca4ca Fix warning issue (compile errors inside require()'d files were incorrectly supressed) 2000-08-15 16:44:40 +00:00
Derick Rethans 28273dfaa2 - Clearified which version of libmcrypt is enabled
# Request by Olivier Cahagne
2000-08-15 14:58:21 +00:00
Stanislav Malyshev 65bb194d65 Fix byteorder for il2long and long2ip (#6159)
@- Fix byte order for ip2long and long2ip (Stas)
2000-08-15 10:32:55 +00:00
David Croft 08c6773691 renamed ini section, quoted default host and tabulated.
# it doesn't make sense to have the tab-width set to 4 when we're
# using tabs for alignment in this case, it just makes it look screwy
# in everything but emacs
2000-08-15 09:47:35 +00:00
David Croft 05edda2222 display ini file entries on phpinfo(), unregister them on shutdown
numeric ini file entries stored as ints
removed unnecessary casts from PFPROG()
pval -> zval
2000-08-15 09:37:39 +00:00
92c21585f2 ChangeLog update 2000-08-15 01:09:15 +00:00
Brendan W. McAdams f1ed420604 # Added TODO so I can track things that need doing with this module - (brendan) 2000-08-14 21:10:25 +00:00
Zeev Suraski 636d126e16 - Fix leak and some logic 2000-08-14 20:16:27 +00:00
Sascha Schumann 78dfa91e1f Move MCLS_FETCH() inside #if HAVE_LIBMCRYPT24. Fixes build against
libmcrypt 2.2.
2000-08-14 19:38:23 +00:00
Sascha Schumann 61a058f538 Remove unnecessary precompiler macros. The failure condition is catched
at configure time.
2000-08-14 19:29:53 +00:00
Sascha Schumann 744dce0da0 Restrict INI entries when compiling against libmcrypt 2.4. 2000-08-14 19:26:09 +00:00
Andi Gutmans e46ea8864c - This patch should hopefully fix situations where a constructor uses
- the $this pointer as a reference.
2000-08-14 19:17:26 +00:00
Sascha Schumann 51fe68fd51 Fix check for libmcrypt in non-system library paths.
Fix case where neither libmcrypt 2.4.x and 2.2.x were found.
Fix library order (scope limited to static libraries)
2000-08-14 19:17:16 +00:00
Stanislav Malyshev 159abaa900 Fix print length - again
# I hope _this_ is the right fix...
2000-08-14 15:54:57 +00:00
Stanislav Malyshev 821042278e Fix another crash with long formats (#6145)
# From strncpy manual:
# In the case where the length of src is less than  that  of
# n, the remainder of dest will be padded with nulls.
2000-08-14 11:07:28 +00:00
Stanislav Malyshev 97c200b170 Fix non-numbers printing (#6142)
# Please, somebody knowing about floats - check if there's more non-numbers
# seems we should check for all of them
2000-08-14 10:02:14 +00:00
Stanislav Malyshev 9e750e64b9 Fix crash 2000-08-14 09:06:56 +00:00
David Croft 1a5d90c4ea presumably this was wrong 2000-08-14 08:37:28 +00:00
Andi Gutmans e1a3604103 - Unused results should be marked with EXT_TYPE_UNUSED and not IS_UNUSED 2000-08-14 04:10:02 +00:00
e871d2f036 ChangeLog update 2000-08-14 01:09:16 +00:00
468b509759 NEWS update 2000-08-14 01:09:13 +00:00
Sterling Hughes bba7086ac3 - Fix spacing.
- Add error constants.
2000-08-13 19:32:09 +00:00
Stanislav Malyshev 6f8f6c521c Fix opened_path init
# forgot to commit
2000-08-13 18:08:01 +00:00
Stanislav Malyshev 5090b1e8d5 Fix zend_fiel_handle handling. Should fix URL include
and various opened_path inconsistencies.
2000-08-13 18:00:50 +00:00
Sterling Hughes 93acbedce8 @ Fixed dbase_add_record. (Sterling) 2000-08-13 17:41:20 +00:00
Derick Rethans 20c007b229 - Now using the better way of using INI directives
- Changed some warning/error messages to be more clear
2000-08-13 11:53:04 +00:00
Andi Gutmans 4992408771 *** empty log message *** 2000-08-13 04:20:15 +00:00
Andi Gutmans caa3b6c9b6 - Revert foreach() change which only allowed variables and array(...) 2000-08-13 04:19:44 +00:00
4f4e553b6a ChangeLog update 2000-08-13 01:09:21 +00:00
Egon Schmid 3f158be18a Some protos corrected. 2000-08-12 20:45:48 +00:00
Danny Heijl 2acc8630fe - The destructor for a connection resource closed the current
connection if the connection had been closed before (danny)
2000-08-12 12:03:41 +00:00
85a5e901e8 ChangeLog update 2000-08-12 01:09:18 +00:00
fcb595e4d2 NEWS update 2000-08-12 01:09:15 +00:00
Derick Rethans 04720d3b3b - Fixed warning under VC6 2000-08-11 23:24:54 +00:00
Derick Rethans bab5db79f6 @ Added support for libmcrypt 2.4.4 2000-08-11 18:45:17 +00:00
David Croft 45ab04fa40 Added news item for Andi's strncasecmp commit
# Zend commits prefixed by @ don't seem to be linked to the PHP news file
2000-08-11 18:23:31 +00:00
Danny Heijl b78c48f7bc - restore ifx_close() to PHP3 behaviour for non-persistent connections
by silently reconnecting the existing link if closed earlier (danny)
2000-08-11 16:37:47 +00:00
Zeev Suraski a120608807 Make COM work in a multithreaded environment 2000-08-11 13:30:37 +00:00
Hartmut Holzgraefe 66f9f8bf38 return type in proto for OCIError fixed 2000-08-11 13:13:11 +00:00
Adam Dickmeiss 17797f951c Added support for username, group and password for function yaz_connect. 2000-08-11 12:11:51 +00:00
Andi Gutmans 25c8009825 *** empty log message *** 2000-08-11 09:58:04 +00:00
Andi Gutmans 2336c0148e - Only support variables and array(...) in foreach loops 2000-08-11 09:56:28 +00:00
490de4de57 ChangeLog update 2000-08-11 01:09:16 +00:00
3000566259 NEWS update 2000-08-11 01:09:13 +00:00
Andi Gutmans b47bb87004 - The commit messages didn't seem to update the news file 2000-08-10 22:16:15 +00:00