]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Tue, 28 Jan 2003 01:48:57 +0000 (01:48 +0000)]
Added scandir() function, which allows quick retrieval of all files &
directories within the specified path and sort the output in alphabetical
or reverse alphabetical order.
<changelog@php.net> [Tue, 28 Jan 2003 01:34:15 +0000 (01:34 +0000)]
NEWS update
<changelog@php.net> [Tue, 28 Jan 2003 01:33:49 +0000 (01:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 28 Jan 2003 01:25:34 +0000 (01:25 +0000)]
Fixed win32 build (bug #21506).
Fixed a bug that would cause garbage data to appear at the end of the
loaded apache modules list in phpinfo().
foobar [Tue, 28 Jan 2003 01:00:15 +0000 (01:00 +0000)]
- Cleaned up and made less error-prone
- Changed --enable-mime-magic -> --with-mime-magic[=FILE] to allow
specifying of the file during configure.
Ilia Alshanetsky [Tue, 28 Jan 2003 00:42:54 +0000 (00:42 +0000)]
2nd part of Sebastian's patch.
Edin Kadribasic [Tue, 28 Jan 2003 00:32:15 +0000 (00:32 +0000)]
Adding new files to the project.
# First half of Sebastian's patch, Ilia will commit the second part shortly
Marcus Boerger [Tue, 28 Jan 2003 00:10:05 +0000 (00:10 +0000)]
- fix "--without-flatfile"
- simplify Berkley DB verison check
Ilia Alshanetsky [Mon, 27 Jan 2003 20:39:31 +0000 (20:39 +0000)]
Moved the scandir code into it's own files so that it can be used by other
OSes where libc does not have a native scandir() implementation.
Maxim Maletsky [Mon, 27 Jan 2003 20:05:48 +0000 (20:05 +0000)]
This fixes "warning C4101: 'charsetid' : unreferenced local variable" on VC6
Maxim Maletsky [Mon, 27 Jan 2003 19:52:11 +0000 (19:52 +0000)]
@- Fixed bug #17448 (Print the message when OCI_SUCCESS_WITH_INFO is returned).
(Maxim)
Sara Golemon [Mon, 27 Jan 2003 19:51:50 +0000 (19:51 +0000)]
Fix potential buffer overflow.
Ilia Alshanetsky [Mon, 27 Jan 2003 17:22:22 +0000 (17:22 +0000)]
Removed pointless checks.
Edin Kadribasic [Mon, 27 Jan 2003 16:29:47 +0000 (16:29 +0000)]
Fixed bug #21597 (made glob() understand windows paths)
Stanislav Malyshev [Mon, 27 Jan 2003 15:13:01 +0000 (15:13 +0000)]
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)
Uwe Steinmann [Mon, 27 Jan 2003 09:11:17 +0000 (09:11 +0000)]
- fixed several bugs in hw_document_xx() functions. The macro to access
the document was the same as for a link to the sever.
Sara Golemon [Mon, 27 Jan 2003 02:54:12 +0000 (02:54 +0000)]
Feature Request #21748. Added function ftp_chmod().
<changelog@php.net> [Mon, 27 Jan 2003 01:31:58 +0000 (01:31 +0000)]
ChangeLog update
Moriyoshi Koizumi [Mon, 27 Jan 2003 01:15:14 +0000 (01:15 +0000)]
Updated test so it describes the problem more clearly.
Stig Bakken [Sun, 26 Jan 2003 23:54:19 +0000 (23:54 +0000)]
* whoops, heritage shows through :)
Sascha Schumann [Sun, 26 Jan 2003 23:15:30 +0000 (23:15 +0000)]
Replace snprintf() call using zend_error's capabilities
Marcus Boerger [Sun, 26 Jan 2003 17:17:44 +0000 (17:17 +0000)]
Simplify
Sander Roobol [Sun, 26 Jan 2003 09:13:31 +0000 (09:13 +0000)]
Fix build
Shane Caraveo [Sun, 26 Jan 2003 03:39:50 +0000 (03:39 +0000)]
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
Shane Caraveo [Sun, 26 Jan 2003 01:39:18 +0000 (01:39 +0000)]
Fix broken build by adding scandir and alphasort for win32
<changelog@php.net> [Sun, 26 Jan 2003 01:32:24 +0000 (01:32 +0000)]
ChangeLog update
Sara Golemon [Sun, 26 Jan 2003 01:15:02 +0000 (01:15 +0000)]
Feature Request #21784 Added: imagecolorallocatealpha (pollita@php.net,jasper@pointless.net)
Shane Caraveo [Sat, 25 Jan 2003 22:01:53 +0000 (22:01 +0000)]
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
Ilia Alshanetsky [Sat, 25 Jan 2003 21:13:00 +0000 (21:13 +0000)]
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.
Marcus Boerger [Sat, 25 Jan 2003 19:46:58 +0000 (19:46 +0000)]
The builtin version was always used even if configured otherwise.
Marcus Boerger [Sat, 25 Jan 2003 19:45:11 +0000 (19:45 +0000)]
Bug #21751: Part one never let this happen again...
Ilia Alshanetsky [Sat, 25 Jan 2003 18:55:07 +0000 (18:55 +0000)]
Removed unneeded code.
Hartmut Holzgraefe [Sat, 25 Jan 2003 16:25:37 +0000 (16:25 +0000)]
- 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"
Hartmut Holzgraefe [Sat, 25 Jan 2003 13:33:29 +0000 (13:33 +0000)]
preparations for making magic file parser silent
Hartmut Holzgraefe [Sat, 25 Jan 2003 10:51:04 +0000 (10:51 +0000)]
suggesting a plain magic file insteat of a mime one is a bad idea
<changelog@php.net> [Sat, 25 Jan 2003 01:31:13 +0000 (01:31 +0000)]
ChangeLog update
Stig Bakken [Sat, 25 Jan 2003 00:45:13 +0000 (00:45 +0000)]
* not a real test, just a script for displaying OS_Guess output
Stig Bakken [Sat, 25 Jan 2003 00:44:41 +0000 (00:44 +0000)]
* add glibc version detection for Linux
Stig Bakken [Sat, 25 Jan 2003 00:38:00 +0000 (00:38 +0000)]
* typo
Ilia Alshanetsky [Sat, 25 Jan 2003 00:25:32 +0000 (00:25 +0000)]
Fixed a typo.
Ilia Alshanetsky [Sat, 25 Jan 2003 00:23:03 +0000 (00:23 +0000)]
Fixed compiler warning.
Sascha Schumann [Fri, 24 Jan 2003 23:57:32 +0000 (23:57 +0000)]
Remove ugly netware hacks from the code
Ilia Alshanetsky [Fri, 24 Jan 2003 22:58:46 +0000 (22:58 +0000)]
Removed unnecessary checks.
Dan Kalowsky [Fri, 24 Jan 2003 22:40:38 +0000 (22:40 +0000)]
Patch for bug #21844
Ilia Alshanetsky [Fri, 24 Jan 2003 19:23:53 +0000 (19:23 +0000)]
Fixed bug #21533 (a rare condition where error can remain undefined and
result in undefined behavior when it is used without being initialized).
Ilia Alshanetsky [Fri, 24 Jan 2003 19:15:54 +0000 (19:15 +0000)]
Fixed bug #21865.
foobar [Fri, 24 Jan 2003 17:51:19 +0000 (17:51 +0000)]
Fix bug #21795, Undeclared statement in oci8.c (OCI_ATTR_STATEMENT)
Ilia Alshanetsky [Fri, 24 Jan 2003 16:45:34 +0000 (16:45 +0000)]
Fixed compile warning.
Ilia Alshanetsky [Fri, 24 Jan 2003 16:39:49 +0000 (16:39 +0000)]
Fixed compile warning.
Ilia Alshanetsky [Fri, 24 Jan 2003 16:34:20 +0000 (16:34 +0000)]
Fixed a memory leak.
zend_error -> php_error_docref.
Ilia Alshanetsky [Fri, 24 Jan 2003 16:29:40 +0000 (16:29 +0000)]
zend_error -> php_error_docref.
Ilia Alshanetsky [Fri, 24 Jan 2003 16:23:11 +0000 (16:23 +0000)]
Fixed compile warning.
Andrey Hristov [Fri, 24 Jan 2003 13:18:08 +0000 (13:18 +0000)]
Resolving problem on OSF1 and probably other
64 bit platforms. Thanks for the feedback of Magnus (novell kiruna se).
Andrey Hristov [Fri, 24 Jan 2003 12:19:59 +0000 (12:19 +0000)]
Adding cast.
foobar [Fri, 24 Jan 2003 10:12:55 +0000 (10:12 +0000)]
- Fixed stupid typo..
# I will test before commit, I will test before commit...
foobar [Fri, 24 Jan 2003 09:52:46 +0000 (09:52 +0000)]
Fixed bug: #20857, snmpset() fails
foobar [Fri, 24 Jan 2003 09:40:53 +0000 (09:40 +0000)]
ws fixes
foobar [Fri, 24 Jan 2003 05:56:55 +0000 (05:56 +0000)]
MFB, removed unused GET/POST entries
Ilia Alshanetsky [Fri, 24 Jan 2003 05:21:08 +0000 (05:21 +0000)]
zend_error() -> php_error_docref().
<changelog@php.net> [Fri, 24 Jan 2003 01:32:58 +0000 (01:32 +0000)]
ChangeLog update
Moriyoshi Koizumi [Thu, 23 Jan 2003 23:22:23 +0000 (23:22 +0000)]
Added test case for bug21849.phpt
Sebastian Bergmann [Thu, 23 Jan 2003 23:22:01 +0000 (23:22 +0000)]
TODO for PHP 5.
Moriyoshi Koizumi [Thu, 23 Jan 2003 20:38:44 +0000 (20:38 +0000)]
Really fixed the mb issue of mb_ereg_replace()
# my previous patch is somewhat wrong
Moriyoshi Koizumi [Thu, 23 Jan 2003 20:07:39 +0000 (20:07 +0000)]
Fixed a mb_ereg_replace() bug; the function was not completely multibyte-safe.
Moriyoshi Koizumi [Thu, 23 Jan 2003 19:31:02 +0000 (19:31 +0000)]
Fixed typo
Moriyoshi Koizumi [Thu, 23 Jan 2003 19:28:39 +0000 (19:28 +0000)]
Changed the test's file name as per the convention
Moriyoshi Koizumi [Thu, 23 Jan 2003 19:21:51 +0000 (19:21 +0000)]
Renamed the test name as per the convension
Moriyoshi Koizumi [Thu, 23 Jan 2003 19:07:25 +0000 (19:07 +0000)]
Test name formatting
Moriyoshi Koizumi [Thu, 23 Jan 2003 19:00:06 +0000 (19:00 +0000)]
Made the test's name more descriptive
Moriyoshi Koizumi [Thu, 23 Jan 2003 18:48:43 +0000 (18:48 +0000)]
Removed pointless checks
Moriyoshi Koizumi [Thu, 23 Jan 2003 18:22:55 +0000 (18:22 +0000)]
Added test case for bug #21732
Zeev Suraski [Thu, 23 Jan 2003 16:40:30 +0000 (16:40 +0000)]
Let the scope propagate to internal functions
foobar [Thu, 23 Jan 2003 16:29:49 +0000 (16:29 +0000)]
Fix bug: #21817 (only enable this if --with-kerberos is used)
Zeev Suraski [Thu, 23 Jan 2003 09:35:02 +0000 (09:35 +0000)]
Fix .dsp
foobar [Thu, 23 Jan 2003 06:42:43 +0000 (06:42 +0000)]
remove this stupid highlight which causes trouble.
foobar [Thu, 23 Jan 2003 06:23:08 +0000 (06:23 +0000)]
MFB
foobar [Thu, 23 Jan 2003 05:33:11 +0000 (05:33 +0000)]
Correct default path
foobar [Thu, 23 Jan 2003 05:15:42 +0000 (05:15 +0000)]
Fixed bug: #14542, register_shutdown_function() timeout problem
foobar [Thu, 23 Jan 2003 03:28:41 +0000 (03:28 +0000)]
Added test for bug: #21513
<changelog@php.net> [Thu, 23 Jan 2003 01:33:39 +0000 (01:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 22 Jan 2003 22:07:22 +0000 (22:07 +0000)]
Removed non-needed code.
Anil Madhavapeddy [Wed, 22 Jan 2003 20:41:28 +0000 (20:41 +0000)]
typo
Frank M. Kromann [Wed, 22 Jan 2003 20:13:11 +0000 (20:13 +0000)]
adding missing zlib.lib and path to bindlib
Ilia Alshanetsky [Wed, 22 Jan 2003 19:53:29 +0000 (19:53 +0000)]
Fixed a crash when invalid color is passed to imagepstext().
Stanislav Malyshev [Wed, 22 Jan 2003 14:55:01 +0000 (14:55 +0000)]
some small refinements for get_class_*
Ilia Alshanetsky [Wed, 22 Jan 2003 14:48:30 +0000 (14:48 +0000)]
Fixed bug #21814 (Allow booleans to be used as array keys).
<changelog@php.net> [Wed, 22 Jan 2003 01:33:11 +0000 (01:33 +0000)]
ChangeLog update
Moriyoshi Koizumi [Tue, 21 Jan 2003 22:09:09 +0000 (22:09 +0000)]
Oops! wrong patch. Reverted.
Moriyoshi Koizumi [Tue, 21 Jan 2003 22:03:29 +0000 (22:03 +0000)]
Fixed mb_ereg_replace() bug (the function has ignored the default option)
Moriyoshi Koizumi [Tue, 21 Jan 2003 19:38:08 +0000 (19:38 +0000)]
Added test case for bug #21800
Moriyoshi Koizumi [Tue, 21 Jan 2003 19:31:07 +0000 (19:31 +0000)]
Fixed mb_ereg_search() segfault that occurs when the function is called
before a string to be searched is passed by mb_ereg_search_init()
Andrey Hristov [Tue, 21 Jan 2003 17:37:59 +0000 (17:37 +0000)]
increasing readability.
Ilia Alshanetsky [Tue, 21 Jan 2003 15:27:39 +0000 (15:27 +0000)]
getParameters -> zend_get_parameters_ex.
Ilia Alshanetsky [Tue, 21 Jan 2003 14:56:40 +0000 (14:56 +0000)]
ARG_COUNT(ht) -> ZEND_NUM_ARGS().
Stig Bakken [Tue, 21 Jan 2003 13:32:34 +0000 (13:32 +0000)]
* PEAR_Error now supports exceptions when using Zend Engine 2. Set the
error mode to PEAR_ERROR_EXCEPTION to make PEAR_Error throw itself
as an exception (invoke PEAR errors with raiseError() or throwError()
just like before).
Sascha Schumann [Tue, 21 Jan 2003 11:03:58 +0000 (11:03 +0000)]
add sapi_get_target_uid/_gid for obtaining information about the
non-privileged user the web server is running as. this is useful
for creating shared memory segments which need to be accessed by
the child processes/threads.
foobar [Tue, 21 Jan 2003 06:02:19 +0000 (06:02 +0000)]
Fixed bug: #21698, httpd.conf not modified with "make install"
Edin Kadribasic [Tue, 21 Jan 2003 02:46:07 +0000 (02:46 +0000)]
Added missing warning about experimental nature of sapi/embed.
Pierre Joye [Tue, 21 Jan 2003 02:10:19 +0000 (02:10 +0000)]
Remove the (c), in the future, can we add PHP Licence terms for the new
functions ?
Pierre Joye [Tue, 21 Jan 2003 01:49:34 +0000 (01:49 +0000)]
Add credits to my functions (thx for the advice Wez&Ilia :)