Stanislav Malyshev
ea46f79a97
Fix #8486 (name= without quotes in MIME Content-Disposition header)
...
Ported fix by kk/sas from PHP 3
2001-01-03 10:52:26 +00:00
Zeev Suraski
6b23ef6cef
Commit missing declaration
2001-01-03 08:35:23 +00:00
Chuck Hagenbuch
b7c12ab483
add allan@lodestone.co.za's Date_Human calculator class.
2001-01-03 05:14:39 +00:00
Chuck Hagenbuch
29854e9555
here's an initial version of Richard Heyes' rfc822 email address parser.
2001-01-03 05:10:42 +00:00
cec2d1f302
ChangeLog update
2001-01-03 02:09:16 +00:00
fe8a8444bd
NEWS update
2001-01-03 02:09:13 +00:00
Zeev Suraski
efab051391
Import COM patch from Harald Radi <h.radi@nme.at>
...
The new code should allow for better international support.
2001-01-02 23:08:20 +00:00
Zeev Suraski
bd0ac7fe14
Many patches. I hope I remember them all:
...
- Make sapi_module available to external modules (PHPAPI)
- Make the php.ini path reported in phpinfo() always point to
real full path of the php.ini file
- Optimized the ISAPI module not to read unnecessary server
variables and read necessary variables at most once.
2001-01-02 22:49:31 +00:00
Stig Venaas
348f6c609c
I think the order is wrong, switched order of ssl and crypto libs
2001-01-02 22:40:03 +00:00
Jon Parise
175cf6b08a
Make this comment readable.
2001-01-02 21:37:21 +00:00
Chuck Hagenbuch
ba114dc997
Make the generated <input> lower case and terminated with a /,
...
to be xhtml-compliant.
2001-01-02 20:39:27 +00:00
Rasmus Lerdorf
a35b9c45f5
Fix date('r') overflow
...
@Fix date('r') overflow
2001-01-02 20:26:51 +00:00
Andi Gutmans
7b5138035c
- Remove unreachable code
2001-01-01 17:59:08 +00:00
Zeev Suraski
18603033fb
Fix possible corruption in line number information
2000-12-30 15:32:12 +00:00
Zeev Suraski
0048312fa6
Fix a few possible bugs:
...
- engine=off in one or more vhosts could propogate to other vhosts
- Under some error situations, the default values for INI directives
could be erroneously replaced for a single request
2000-12-30 00:38:47 +00:00
Stig Venaas
c5b11042b0
Hopefully solves some bad behavior in array_unique(), array_intersect()
...
and array_diff(). Now using SORT_STRING instead of SORT_REGULAR
@- Fixed misbehavior of array_unique(), array_intersect() and array_diff();
@ could in certain cases give wrong result or segfault (Stig Venaas)
2000-12-28 23:50:42 +00:00
Dan Kalowsky
fbbaf5b5b5
it seems one section was missing the HAVE_SOLID_30 section...
2000-12-28 22:01:50 +00:00
Dan Kalowsky
8b2dbfca77
added #define(OPENLINK) to the SDWORD instead of SQLINTEGER line.. this is for bug #5526 to allow compiles.
2000-12-28 19:23:09 +00:00
Dan Kalowsky
68fa8f9b0b
config file was missing a new line which seemed to cause the if statement to parse the else into an echo. yuck.
2000-12-28 19:12:28 +00:00
Rasmus Lerdorf
2a926135a9
Fix typo
2000-12-28 17:25:11 +00:00
Stanislav Malyshev
cf66091554
Add license info
2000-12-28 12:13:21 +00:00
foobar
b0adbf8aff
Added the arg_separator directive.
2000-12-28 09:36:56 +00:00
Holger Zimmermann
7af7199a17
Minor update regarding new phpinfo table format. Moved pi3web_sapi.h to the sapi module.
...
PR:
Submitted by:
Reviewed by:
Obtained from: Pi3Web
2000-12-28 08:31:42 +00:00
a0e3802663
ChangeLog update
2000-12-28 02:09:10 +00:00
Jon Parise
4e384e0073
Make nl2br() output <br /> instead of <br> to be XHTML compliant.
...
Bug: 8390
2000-12-28 01:02:44 +00:00
Zeev Suraski
54d53055c2
Make the INI mechanism thread safe (or at least thread safer :)
2000-12-27 15:43:15 +00:00
Zeev Suraski
338b9b0819
- Make the INI mechanism thread safe (fix necessary API changes from Zend)
...
- Make the Win32 non-TS configuration build again
2000-12-27 15:43:05 +00:00
Andrei Zmievski
34f5c0c36d
Fix argument check (bug #8421 ).
2000-12-27 13:59:40 +00:00
76a69dfa13
ChangeLog update
2000-12-27 02:09:09 +00:00
Zeev Suraski
6f6e13de54
Use iostream.h instead of istream.h (IBM's compiler doesn't come with istream.h,
...
and iostream.h should include it)
2000-12-26 23:05:55 +00:00
Zeev Suraski
a697d076bc
Add Release_TSDbg support. This mode compiles PHP with the release C runtime,
...
but with optimizations disabled and with debug info. Some crashes can only
be debugged using this mode.
2000-12-26 22:15:32 +00:00
Zeev Suraski
dc2f1d9db7
- Use supplied istdiostream definition for the INI scanner too
...
- Add Release_TSDbg configuration
2000-12-26 22:15:13 +00:00
David Croft
f4a53d0665
#remove cvs [dollar] ID from changelog
2000-12-26 13:22:31 +00:00
d4ff503e3d
ChangeLog update
2000-12-26 02:09:09 +00:00
658903cde0
ChangeLog update
2000-12-25 02:09:10 +00:00
Sascha Schumann
60492fa685
Skip mcrypt/gmp tests, if the extensions are not available.
2000-12-24 16:51:04 +00:00
Sascha Schumann
8e22a8a73b
Add session_set_save_handler test
2000-12-24 16:33:27 +00:00
Sascha Schumann
3ca8721e99
More instances of s/efree/FREE_ZVAL/
2000-12-24 16:30:42 +00:00
Sascha Schumann
7574cd4360
Not freeing the zval using FREE_ZVAL caused a segfault in
...
shutdown_memory_manager.
2000-12-24 16:26:38 +00:00
Sascha Schumann
80ff1a3874
Also call some member functions of the deserialized objects
2000-12-24 16:06:32 +00:00
Sascha Schumann
971e3a6473
Run run-tests.php in srcdir and add top_builddir/pear to the include
...
path (does not seem to work though yet. The include path does not
seem to get changed at all).
2000-12-24 16:03:16 +00:00
Sascha Schumann
72f99e668e
Add session object deserialization test
2000-12-24 16:01:32 +00:00
Sascha Schumann
5722a0e1ce
Add two regression tests for the session module
2000-12-24 15:57:05 +00:00
Sascha Schumann
3a16dc1cac
Fix segfault introduced through recent zend_hash_get_current_key* changes.
2000-12-24 15:50:39 +00:00
Zeev Suraski
b8be713dd5
This needs updating as well
2000-12-24 15:37:39 +00:00
Sascha Schumann
a1322e145c
Sync the expected output with Linux dirname output. The test passes now.
...
Perhaps this should be split into two tests, because the
Win32 paths don't work properly with PHP's dirname on Unix.
2000-12-24 14:40:37 +00:00
Sascha Schumann
14c195a6d8
Fix "make test" in VPATH environments
2000-12-24 14:24:04 +00:00
Thies C. Arntzen
1fb4c6dfe8
revert last fix. the problem is now fixed globally in Zend.
2000-12-24 10:58:44 +00:00
5e4b86d1e8
ChangeLog update
2000-12-24 02:09:07 +00:00
Zeev Suraski
cec94760fd
More aggressive protection in call_user_function_ex()
2000-12-24 00:29:14 +00:00