Daniel Beulshausen
52e45f514b
use V_RENAME makro instead
2000-10-26 18:17:45 +00:00
Sascha Schumann
00d1d1a347
Protect us from Apache 2.0's pcre-posix stuff
2000-10-26 18:15:56 +00:00
Sascha Schumann
39387c7781
Remove second_arg_force_ref, defined in Zend
...
Submitted by: Bill Stoddard
2000-10-26 18:15:18 +00:00
Sascha Schumann
2517250b35
The type has changed to size_t.
2000-10-26 18:10:57 +00:00
Sascha Schumann
4f757a3af0
Add session_adapt_url().
2000-10-26 18:10:43 +00:00
Sascha Schumann
c57830c1d2
Reinstantiate single quotes properly.
...
Add url_adapt_single_url() API which modifies a single URL. Might be used
to modify the Location: URL.
2000-10-26 18:05:47 +00:00
Sascha Schumann
8ef0d01baf
Make the API more leaner (sp?) and get rid of *copy*.
2000-10-26 18:01:51 +00:00
Sascha Schumann
5b7ff6f72a
Provide name of libtool archive.
...
Apache 2.0's apxs prefers that.
2000-10-26 18:00:30 +00:00
Sascha Schumann
89aa77d306
Temporary fix for mac os x stuff.
...
It lets me build/run a DSO on darwin, but according to Fred Sanchez, the
libtool 1.3.5 way is wrong..
2000-10-26 17:58:11 +00:00
Sascha Schumann
d504de0f78
An Apache 2.0 Filter for PHP, completely from scratch.
...
TODO:
POST, cookies, "flushing", finalizing config framework (it works),
http auth, PHP Hooks (apache_sub_req is there).
Note that this code depends on some other commits which are pending.
2000-10-26 17:55:05 +00:00
Andrei Zmievski
26f5fe6375
Fix dba after resources patch.
2000-10-26 17:38:01 +00:00
Andrei Zmievski
27a1c12ad8
session_unset() now cleans up $HTTP_SESSION_VARS as well.
2000-10-26 17:37:47 +00:00
Andi Gutmans
fd7284a665
- Add V_RENAME() by "Daniel Beulshausen" <daniel@php4win.de>.
...
- It is untested and all places which use rename() in PHP should now use
- V_RENAME().
2000-10-26 05:21:52 +00:00
Nikos Mavroyanopoulos
e5b0945e4c
Corrected some checks for errors.
2000-10-25 18:27:55 +00:00
Nikos Mavroyanopoulos
93232c7064
Added keygen_s2k function. Function which generates keys from passwords.
2000-10-25 18:09:23 +00:00
Andrei Zmievski
f1dcb32c9f
Use zend_register_list_destructors_ex() instead.
2000-10-25 17:44:02 +00:00
Andrei Zmievski
84681b9c81
Remove the patch to register_list_destructors().
2000-10-25 17:41:34 +00:00
Andrei Zmievski
a35bf41670
Added array_sum() function.
2000-10-25 17:40:11 +00:00
foobar
1026416153
gdImageWBMP has some bug in it. Using the php-internal one works.
2000-10-25 17:35:29 +00:00
Chuck Hagenbuch
383a5e7d49
Install the new Mail classes.
2000-10-25 17:23:34 +00:00
Chuck Hagenbuch
167c0a0277
add Mail:: interface and supporting classes.
2000-10-25 17:16:08 +00:00
Sascha Schumann
2d7860edc7
__USE_GNU shall not be defined by application
2000-10-23 14:04:54 +00:00
Daniel Beulshausen
6911ee5b99
it's n.a. on win32 :)
2000-10-23 13:56:22 +00:00
Stanislav Malyshev
48e5d3189f
Make zlib compile again
2000-10-23 13:19:07 +00:00
Andrei Zmievski
e91a524490
Cleaned up.
2000-10-23 13:15:48 +00:00
Alexander Feldman
7c11cfaf03
Fixed a bug in session.c. If the user calls session_module_name with a
...
parameter, then the mod_data pointer is initialized to NULL and then
php_session_save_current_state did not check this value before referencing
the pointer. Added a check in php_session_save_current_state.
2000-10-23 13:10:01 +00:00
Hartmut Holzgraefe
86c0d81253
have you ever tried to run the regression tests with error_reporting=E_ALL ?
...
now it will run smoothly without all theese 'undefined ...' warnings
2000-10-23 07:40:05 +00:00
Hartmut Holzgraefe
b17451635d
added a regression test skeleton file
...
plus a partintro in xml documentation template
2000-10-23 07:31:31 +00:00
Andrei Zmievski
fa8452bbb2
Fix bug #7397
2000-10-23 02:01:19 +00:00
4fa1a4b468
ChangeLog update
2000-10-23 01:09:12 +00:00
def5cb5332
NEWS update
2000-10-23 01:09:09 +00:00
Rasmus Lerdorf
bccdaff6d1
Move server_filter to an extension-specific global
2000-10-23 00:52:11 +00:00
Frank M. Kromann
1bf216ca57
Adding textlimit and textsize parameters to MSSQL sections
2000-10-23 00:45:23 +00:00
Chris Vandomelen
0e705a5f60
Added new INI entries to default php.ini files.
2000-10-22 23:49:57 +00:00
Chris Vandomelen
b57f9eb541
Added ini entry for choosing whether to use the read() wrapper or directly
...
calling the read() system call.
# Some people were commenting about "oddities" in the wrapper that I hadn't
# noticed before, though I've used it in many places before now..
2000-10-22 23:43:48 +00:00
Frank M. Kromann
dbdfbd9e0c
Adding iisfunc to modules workspace
2000-10-22 23:15:28 +00:00
Rasmus Lerdorf
32b10882e5
Need a global server filter for the Apache 2.0 module
2000-10-22 19:50:05 +00:00
Thies C. Arntzen
248d8527fd
@- OCIBindByName() now does better parameter-checking. (Thies)
2000-10-22 19:33:59 +00:00
foobar
7ef3e414e2
Makes curl extension compile again plus some typo fixes.
2000-10-22 17:29:33 +00:00
Rasmus Lerdorf
3c92f6bb50
Output function now passes the data onto the next filter in the chain
...
Clean up some variables - bb = bucket brigade, b = bucket
2000-10-22 16:56:08 +00:00
Rasmus Lerdorf
8f494c2ad0
Code to flatten Apache 2.0 bucket brigades
2000-10-22 16:03:53 +00:00
Sascha Schumann
61cf1f34a5
We don't need to store NUL of the key which simplifies the lookup
...
significantly.
2000-10-22 14:42:55 +00:00
Sascha Schumann
f69a4a431a
Fix php://* being handled by the ftp handler
2000-10-22 14:41:02 +00:00
Rasmus Lerdorf
69d704622d
Woops, get rid of some crap
2000-10-22 14:05:29 +00:00
Rasmus Lerdorf
02f599ead5
The start of an Apache 2.0 module
2000-10-22 14:01:18 +00:00
Daniel Beulshausen
667e96f2c8
added reg. files for the pws, thanks to phil
2000-10-22 13:50:42 +00:00
Daniel Beulshausen
7883ddaf51
i'll place the reg file in the win32 folder
...
cause it doesn't really fit in this folder
2000-10-22 13:48:43 +00:00
Stig Venaas
5741816315
Corrected prototype comments for ldap_get_option and ldap_set_option
2000-10-22 11:25:47 +00:00
Stig Venaas
e8c7fd7f5f
Fixed array_type_data_compare(). I want strings to always differ from
...
numbers, but not say 7 and 7.0 to differ.
2000-10-22 11:18:21 +00:00
Chris Vandomelen
989d471643
Hopefully made some compile fixes for Solaris ("sun" is an already defined
...
symbol on Solaris.. s_un isn't...), and corrected bugs with checking for a
string by checking if Z_STRVAL_PP(ptr) == NULL instead of
Z_STRLEN_PP == 0, causing segfaults when uninitialized values were passed
into certain functions.
@- Attempted to make compile fixes for Solaris in ext/sockets/sockets.c (Chris Vandomelen)
# OK, so I have a tendency to make lots and lots of bug fixes in big spurts..
2000-10-22 07:54:49 +00:00