Edin Kadribasic
c7441b2379
Fixed bug #21597 (made glob() understand windows paths)
2003-01-27 16:29:47 +00:00
Stanislav Malyshev
3a4ace13b4
Replace MAKE_VAR opcode with special 'data' opcode
...
This opcode is not executeable but only holds data for opcodes
that need more than two arguments (presently only ASSIGN_OBJ and the ilk but
in the future also ASSIGN_DIM)
2003-01-27 15:13:01 +00:00
Uwe Steinmann
c375b0b05c
- fixed several bugs in hw_document_xx() functions. The macro to access
...
the document was the same as for a link to the sever.
2003-01-27 09:11:17 +00:00
Sara Golemon
761fa96412
Feature Request #21748 . Added function ftp_chmod().
2003-01-27 02:54:12 +00:00
e9833ff497
ChangeLog update
2003-01-27 01:31:58 +00:00
Moriyoshi Koizumi
6174d2b446
Updated test so it describes the problem more clearly.
2003-01-27 01:15:14 +00:00
Stig Bakken
d250e7ba9d
* whoops, heritage shows through :)
2003-01-26 23:54:19 +00:00
Sascha Schumann
0ceb4a93b2
Replace snprintf() call using zend_error's capabilities
2003-01-26 23:15:30 +00:00
Marcus Boerger
494bec466b
Simplify
2003-01-26 17:17:44 +00:00
Sander Roobol
e9d0a58cb0
Fix build
2003-01-26 09:13:31 +00:00
Shane Caraveo
33ad63ef8c
normalize CGI variables to the CGI spec
...
PATH_INFO and PATH_TRANSLATED are correct now
SCRIPT_FILENAME now contains the full path to the script
2003-01-26 03:39:50 +00:00
Shane Caraveo
82f6cef483
Fix broken build by adding scandir and alphasort for win32
2003-01-26 01:39:18 +00:00
436ad07b98
ChangeLog update
2003-01-26 01:32:24 +00:00
Sara Golemon
3ad9839f2f
Feature Request #21784 Added: imagecolorallocatealpha (pollita@php.net,jasper@pointless.net)
2003-01-26 01:15:02 +00:00
Shane Caraveo
1a4c82e014
fix bug 21261
...
putenv on some platforms requires we provide the memory
cleanup env parsing logic
fix bug 21367
missed optargs in a previous patch
2003-01-25 22:01:53 +00:00
Ilia Alshanetsky
8d352d2dd6
Fixed bug #21625 (When scanning a directory for ini files, do so in
...
alphabetical order. This gives a user a way to control the order in which
the ini files are loaded).
Fixed a bug that would make the code try to read files without an extension
as ini files.
2003-01-25 21:13:00 +00:00
Marcus Boerger
564788b6f5
The builtin version was always used even if configured otherwise.
2003-01-25 19:46:58 +00:00
Marcus Boerger
a7d10f8aa4
Bug #21751 : Part one never let this happen again...
2003-01-25 19:45:11 +00:00
Ilia Alshanetsky
ef021e8964
Removed unneeded code.
2003-01-25 18:55:07 +00:00
Hartmut Holzgraefe
974ff24e80
- mime file parser messages only with mime_magic.debug=On (default: off)
...
- fix docref URL in startup error messages
- show status in php info, either "enabled" or "..., disabled"
2003-01-25 16:25:37 +00:00
Hartmut Holzgraefe
6a4a858294
preparations for making magic file parser silent
2003-01-25 13:33:29 +00:00
Hartmut Holzgraefe
f95759b36a
suggesting a plain magic file insteat of a mime one is a bad idea
2003-01-25 10:51:04 +00:00
32d7d07c0e
ChangeLog update
2003-01-25 01:31:13 +00:00
Stig Bakken
dd22d65e2f
* not a real test, just a script for displaying OS_Guess output
2003-01-25 00:45:13 +00:00
Stig Bakken
d19bd6f12c
* add glibc version detection for Linux
2003-01-25 00:44:41 +00:00
Stig Bakken
a46aac36ec
* typo
2003-01-25 00:38:00 +00:00
Ilia Alshanetsky
efae1b9ace
Fixed a typo.
2003-01-25 00:25:32 +00:00
Ilia Alshanetsky
758ea308a9
Fixed compiler warning.
2003-01-25 00:23:03 +00:00
Sascha Schumann
330740f7cd
Remove ugly netware hacks from the code
2003-01-24 23:57:32 +00:00
Ilia Alshanetsky
e10f20924e
Removed unnecessary checks.
2003-01-24 22:58:46 +00:00
Dan Kalowsky
b48d709746
Patch for bug #21844
2003-01-24 22:40:38 +00:00
Ilia Alshanetsky
383171b11b
Fixed bug #21533 (a rare condition where error can remain undefined and
...
result in undefined behavior when it is used without being initialized).
2003-01-24 19:23:53 +00:00
Ilia Alshanetsky
417ba55c1f
Fixed bug #21865 .
2003-01-24 19:15:54 +00:00
foobar
142da0ed58
Fix bug #21795 , Undeclared statement in oci8.c (OCI_ATTR_STATEMENT)
2003-01-24 17:51:19 +00:00
Ilia Alshanetsky
6efe008598
Fixed compile warning.
2003-01-24 16:45:34 +00:00
Ilia Alshanetsky
d2162b32b1
Fixed compile warning.
2003-01-24 16:39:49 +00:00
Ilia Alshanetsky
f163a4d16b
Fixed a memory leak.
...
zend_error -> php_error_docref.
2003-01-24 16:34:20 +00:00
Ilia Alshanetsky
38ad0e9104
zend_error -> php_error_docref.
2003-01-24 16:29:40 +00:00
Ilia Alshanetsky
95bfbfe1c1
Fixed compile warning.
2003-01-24 16:23:11 +00:00
Andrey Hristov
600fce5890
Resolving problem on OSF1 and probably other
...
64 bit platforms. Thanks for the feedback of Magnus (novell kiruna se).
2003-01-24 13:18:08 +00:00
Andrey Hristov
1d0214bee4
Adding cast.
2003-01-24 12:19:59 +00:00
foobar
4dfc7cc87c
- Fixed stupid typo..
...
# I will test before commit, I will test before commit...
2003-01-24 10:12:55 +00:00
foobar
e771bdb23d
Fixed bug: #20857 , snmpset() fails
2003-01-24 09:52:46 +00:00
foobar
45f1f1711d
ws fixes
2003-01-24 09:40:53 +00:00
foobar
84e5fcb5de
MFB, removed unused GET/POST entries
2003-01-24 05:56:55 +00:00
Ilia Alshanetsky
4fde1b8de1
zend_error() -> php_error_docref().
2003-01-24 05:21:08 +00:00
d3319d1b07
ChangeLog update
2003-01-24 01:32:58 +00:00
Moriyoshi Koizumi
ad86154d90
Added test case for bug21849.phpt
2003-01-23 23:22:23 +00:00
Sebastian Bergmann
459fb4f319
TODO for PHP 5.
2003-01-23 23:22:01 +00:00
Moriyoshi Koizumi
cfbd0bb58a
Really fixed the mb issue of mb_ereg_replace()
...
# my previous patch is somewhat wrong
2003-01-23 20:38:44 +00:00