]>
granicus.if.org Git - php/log
Sascha Schumann [Mon, 5 Jun 2000 23:59:06 +0000 (23:59 +0000)]
Move global.h to php_global.h.
Sascha Schumann [Mon, 5 Jun 2000 23:24:42 +0000 (23:24 +0000)]
Move main.h to php_main.h.
Rasmus Lerdorf [Mon, 5 Jun 2000 21:19:21 +0000 (21:19 +0000)]
Fix virtual() when used with output buffering
@ Fix virtual() when used with output buffering (Marc Pohl)
David Hedbor [Mon, 5 Jun 2000 21:05:51 +0000 (21:05 +0000)]
List with TODO items
David Hedbor [Mon, 5 Jun 2000 21:05:40 +0000 (21:05 +0000)]
Fixed include directory problems.
David Hedbor [Mon, 5 Jun 2000 21:05:07 +0000 (21:05 +0000)]
Added a new user-definable include variable, PRE_INCLUDES. It works
like EXTRA_INCLUDES but is added before the global INCLUDES variable.
#
# This was needed for the roxen SAPI module, which requires the PHP4
# include dirs to be after the Pike include dirs. I can't make the
# Pike include dir global though, since Pike includes then conflict
# with PHP4 includes in the rest of the compile.
David Hedbor [Mon, 5 Jun 2000 19:51:22 +0000 (19:51 +0000)]
Changed include statement for main.h to avoid inclusion of Pike's main.h.
Andi Gutmans [Mon, 5 Jun 2000 19:47:54 +0000 (19:47 +0000)]
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
Rasmus Lerdorf [Mon, 5 Jun 2000 19:35:15 +0000 (19:35 +0000)]
Oops, fixed slight miscue there. Now it works.
Jouni Ahto [Mon, 5 Jun 2000 18:47:34 +0000 (18:47 +0000)]
- Restore locale settings to state they were at module startup if they
were changed.
Rasmus Lerdorf [Mon, 5 Jun 2000 17:56:01 +0000 (17:56 +0000)]
@ Clean up constants in flock() function and add optional 3rd arg which
@ is set to true on EWOULDBLOCK (Rasmus)
Clean up constants in flock() function and add optional 3rd arg which
is set to true on EWOULDBLOCK
Andrei Zmievski [Mon, 5 Jun 2000 17:50:31 +0000 (17:50 +0000)]
Ignore generated files.
Frank M. Kromann [Mon, 5 Jun 2000 16:42:03 +0000 (16:42 +0000)]
Getting exif module to compile on win32
Frank M. Kromann [Mon, 5 Jun 2000 16:26:46 +0000 (16:26 +0000)]
fixing compiler directive so the module will actually build a php module
Uwe Steinmann [Mon, 5 Jun 2000 15:39:29 +0000 (15:39 +0000)]
- should now compile and configure with libxml 2.0.0
Andi Gutmans [Mon, 5 Jun 2000 15:37:30 +0000 (15:37 +0000)]
- Revert internazionalization fix.
Andi Gutmans [Mon, 5 Jun 2000 15:34:11 +0000 (15:34 +0000)]
- Revert Thies' locale patch. It was screwing up language level things.
- We could add support for locale in some specific output functions at a
- later time to make everyone happy
Hartmut Holzgraefe [Mon, 5 Jun 2000 15:17:25 +0000 (15:17 +0000)]
compile fix regarding bug report #4780
Andi Gutmans [Mon, 5 Jun 2000 06:52:02 +0000 (06:52 +0000)]
- Complete change to create_function()
<changelog@php.net> [Mon, 5 Jun 2000 02:15:17 +0000 (02:15 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 5 Jun 2000 02:15:14 +0000 (02:15 +0000)]
NEWS update
Jouni Ahto [Sun, 4 Jun 2000 23:06:11 +0000 (23:06 +0000)]
(pg_connect) Missed adding reference to link.
Zeev Suraski [Sun, 4 Jun 2000 22:09:16 +0000 (22:09 +0000)]
Change shutdown order to sort out a crash when assigning a resource id to a static.
Zeev Suraski [Sun, 4 Jun 2000 22:00:17 +0000 (22:00 +0000)]
Fix Win32 build
Zeev Suraski [Sun, 4 Jun 2000 21:59:49 +0000 (21:59 +0000)]
- Support unordered hash comparisons
- Make == perform an unordered comparison with arrays/objects, and === perform an ordered comparison
Zeev Suraski [Sun, 4 Jun 2000 21:34:56 +0000 (21:34 +0000)]
*** empty log message ***
Zeev Suraski [Sun, 4 Jun 2000 21:30:56 +0000 (21:30 +0000)]
Rename lambda()
Jouni Ahto [Sun, 4 Jun 2000 20:24:07 +0000 (20:24 +0000)]
- Added functions pg_loimport(), pg_loexport().
@- Added functions pg_loimport(), pg_loexport(). (Jouni)
Rasmus Lerdorf [Sun, 4 Jun 2000 18:29:15 +0000 (18:29 +0000)]
@ Add SWF support to getimagesize() function (Derick Rethans)
Add SWF support to getimagesize() function
Sascha Schumann [Sun, 4 Jun 2000 16:00:08 +0000 (16:00 +0000)]
Redirect messages from cp modules/* to /dev/null
Stanislav Malyshev [Sun, 4 Jun 2000 15:43:04 +0000 (15:43 +0000)]
\0 is part of they key, but not of the variable
Sascha Schumann [Sun, 4 Jun 2000 15:34:31 +0000 (15:34 +0000)]
Back out the last change by Andi which caused TSRM to be always configured.
This needs to be refined. It caused breakage on several platforms.
Stanislav Malyshev [Sun, 4 Jun 2000 08:29:11 +0000 (08:29 +0000)]
add opendir to VIRTUAL_DIR
Stanislav Malyshev [Sun, 4 Jun 2000 07:59:32 +0000 (07:59 +0000)]
chdir returns -1 on error, so should V_CHDIR
Stanislav Malyshev [Sun, 4 Jun 2000 07:57:40 +0000 (07:57 +0000)]
chdir returns 0 on success, compare against it
Rasmus Lerdorf [Sun, 4 Jun 2000 05:46:28 +0000 (05:46 +0000)]
@ Add support for both indexed and non-indexed arrays of file uploads
@ eg. name="file[]" type="file" (Rasmus)
Add support for both indexed and non-indexed arrays of file uploads
eg. name="file[]" type="file" (Rasmus)
Andi Gutmans [Sun, 4 Jun 2000 04:14:17 +0000 (04:14 +0000)]
- Only compile if building a thread safe version
<changelog@php.net> [Sun, 4 Jun 2000 02:15:13 +0000 (02:15 +0000)]
ChangeLog update
Zeev Suraski [Sat, 3 Jun 2000 16:49:26 +0000 (16:49 +0000)]
*** empty log message ***
Zeev Suraski [Sat, 3 Jun 2000 10:35:37 +0000 (10:35 +0000)]
news update
Zeev Suraski [Sat, 3 Jun 2000 10:34:19 +0000 (10:34 +0000)]
Support comparisons of arrays (with arrays) and objects (with objects)
Andi Gutmans [Sat, 3 Jun 2000 07:34:20 +0000 (07:34 +0000)]
- Change #if to #ifdef.
Zeev Suraski [Sat, 3 Jun 2000 04:16:46 +0000 (04:16 +0000)]
- Allow all functions that receive user-defined function callbacks to accept
an array that contains an object and a method name, in place of a function
name, e.g. usort($array, array($obj, "ObjSort"))
(I checked the code in array.c and basic_functions.c, other code which uses
call_user_function() may still force the function_name argument to be of type
IS_STRING, which prevents this feature from working - and is no longer necessary)
Zeev Suraski [Sat, 3 Jun 2000 04:14:31 +0000 (04:14 +0000)]
Don't take chances with new include files
Zeev Suraski [Sat, 3 Jun 2000 03:28:08 +0000 (03:28 +0000)]
Improve call_user_function() to support array($obj, $method)
Zeev Suraski [Sat, 3 Jun 2000 03:05:29 +0000 (03:05 +0000)]
- Make the INI entries sorted in phpinfo()
Zeev Suraski [Sat, 3 Jun 2000 03:05:01 +0000 (03:05 +0000)]
- Export normalize_bool
- This global/static syntax fix brought us back to the 4 documented conflicts
<changelog@php.net> [Sat, 3 Jun 2000 02:15:16 +0000 (02:15 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 3 Jun 2000 02:15:13 +0000 (02:15 +0000)]
NEWS update
Zeev Suraski [Sat, 3 Jun 2000 02:02:09 +0000 (02:02 +0000)]
Fix a lambda() bug
Zeev Suraski [Sat, 3 Jun 2000 01:50:15 +0000 (01:50 +0000)]
Add missing {
Zeev Suraski [Sat, 3 Jun 2000 01:49:49 +0000 (01:49 +0000)]
- Fix Win32 compilation (Use winsock2.h from now on)
- Add lambda() support
Andi Gutmans [Fri, 2 Jun 2000 16:52:22 +0000 (16:52 +0000)]
- Update NEWS so that this is documented
Andi Gutmans [Fri, 2 Jun 2000 16:50:19 +0000 (16:50 +0000)]
- global/static require a trailing ';'
Zeev Suraski [Fri, 2 Jun 2000 12:36:54 +0000 (12:36 +0000)]
Update error code
Zeev Suraski [Fri, 2 Jun 2000 12:35:53 +0000 (12:35 +0000)]
Use the new error code
@- Added set_error_handler() to allow custom error handling functions,
@ instead of the built-in error handling code (Zeev, Zend Engine)
@- Renamed user_error() to trigger_error(); user_error() remains
@ defined for compatibility (Zeev, Zend Engine)
Zeev Suraski [Fri, 2 Jun 2000 12:24:24 +0000 (12:24 +0000)]
Small optimization
Zeev Suraski [Fri, 2 Jun 2000 12:21:49 +0000 (12:21 +0000)]
Nuke the old error code, use the new one
Thies C. Arntzen [Fri, 2 Jun 2000 08:53:55 +0000 (08:53 +0000)]
-
Andi Gutmans [Fri, 2 Jun 2000 08:51:50 +0000 (08:51 +0000)]
- Make TSRM always compile into PHP. We can now move virtual_cwd over here.
- We might not want to compile TSRM.c in case we are on a platform which
- doesn't support threads. Sascha? What do you think?
<changelog@php.net> [Fri, 2 Jun 2000 02:15:26 +0000 (02:15 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 2 Jun 2000 02:15:23 +0000 (02:15 +0000)]
NEWS update
Chuck Hagenbuch [Thu, 1 Jun 2000 20:19:26 +0000 (20:19 +0000)]
patch for redhat 6.2 from Teodor Cimpoesu <teo@digiro.net>.
Andrei Zmievski [Thu, 1 Jun 2000 16:34:50 +0000 (16:34 +0000)]
Update header file.
Andrei Zmievski [Thu, 1 Jun 2000 16:34:00 +0000 (16:34 +0000)]
@- Cleaned up PCRE extension and made it binary-safe. (Andrei)
Jouni Ahto [Thu, 1 Jun 2000 14:56:28 +0000 (14:56 +0000)]
(ucwords) Remove unnecessary code.
# Didn't keep my promise to stop...
Jouni Ahto [Thu, 1 Jun 2000 14:40:41 +0000 (14:40 +0000)]
(ucwords) Yet another fix for #4748.
# Last one from me today, I must have a beer now.
Andrei Zmievski [Thu, 1 Jun 2000 14:18:45 +0000 (14:18 +0000)]
Some tweaks.
Andrei Zmievski [Thu, 1 Jun 2000 13:52:08 +0000 (13:52 +0000)]
@- Added third argument to in_array(). If it's true, then in_array()
@ will use strict comparison instead of the default one. (Andrei)
Fixes bug #4753
Jouni Ahto [Thu, 1 Jun 2000 13:38:23 +0000 (13:38 +0000)]
(ucwords) Fixed fix for fix for fix for #4748.
# Today's most fixed bug.
Hartmut Holzgraefe [Thu, 1 Jun 2000 11:47:48 +0000 (11:47 +0000)]
uh, off by one?!! this time it's regression-tested, fast and compact
Jouni Ahto [Thu, 1 Jun 2000 10:07:44 +0000 (10:07 +0000)]
(ucwords) Another try to fix #4748.
Hartmut Holzgraefe [Thu, 1 Jun 2000 09:56:54 +0000 (09:56 +0000)]
ucwords will now test against isspace() instead of just ==" "
(see BUG #4748)
<changelog@php.net> [Thu, 1 Jun 2000 02:15:14 +0000 (02:15 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 1 Jun 2000 02:15:11 +0000 (02:15 +0000)]
NEWS update
Sascha Schumann [Thu, 1 Jun 2000 00:48:28 +0000 (00:48 +0000)]
s/sys_syslog/std_syslog/
Jouni Ahto [Wed, 31 May 2000 22:44:29 +0000 (22:44 +0000)]
Correct fix this time... (?)
Jouni Ahto [Wed, 31 May 2000 22:27:09 +0000 (22:27 +0000)]
Fix a nasty off-by-one with negative numbers.
# Hey, this has been there for years undetected.
Sascha Schumann [Wed, 31 May 2000 20:44:04 +0000 (20:44 +0000)]
Make use of already existing macro PHP_PROG_SENDMAIL
Zeev Suraski [Wed, 31 May 2000 20:40:28 +0000 (20:40 +0000)]
@- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)
Sascha Schumann [Wed, 31 May 2000 20:30:16 +0000 (20:30 +0000)]
Use sed instead of tr. The tr regexp syntax does not seem to be portable
enough to make wide use of it. This should fix problems on Solaris 8
and possibly on older SysV-derivatives.
Zeev Suraski [Wed, 31 May 2000 19:08:18 +0000 (19:08 +0000)]
IS_BC isn't really being used, but still...
Zeev Suraski [Wed, 31 May 2000 19:07:09 +0000 (19:07 +0000)]
Fix a bug in static initializers/default values/class member variables that contained
array values
Chuck Hagenbuch [Wed, 31 May 2000 17:33:30 +0000 (17:33 +0000)]
monkeying Sascha's suggested change to allow relative pathnames.
Anthony Whitehead [Wed, 31 May 2000 14:20:57 +0000 (14:20 +0000)]
Added changes suggested by Stanislav Borutsky with respect to NSAPI_PUBLIC.
Thies C. Arntzen [Wed, 31 May 2000 14:02:36 +0000 (14:02 +0000)]
@- ignore_user_abort=Off is now default. (Thies)
Sascha Schumann [Wed, 31 May 2000 13:15:58 +0000 (13:15 +0000)]
The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI
failing to build.
Thies C. Arntzen [Wed, 31 May 2000 09:25:51 +0000 (09:25 +0000)]
just do phpinfo() and "collect" all error_reporting related ini-entries -
you'll get my point;-)
<changelog@php.net> [Wed, 31 May 2000 02:15:14 +0000 (02:15 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 31 May 2000 02:15:11 +0000 (02:15 +0000)]
NEWS update
Frank M. Kromann [Tue, 30 May 2000 22:13:09 +0000 (22:13 +0000)]
Making imap module compile on win32 and include imap_mail() function)
Ben Mansell [Tue, 30 May 2000 17:34:34 +0000 (17:34 +0000)]
Updated help section with some more compile problems & solutions
Andrei Zmievski [Tue, 30 May 2000 17:03:56 +0000 (17:03 +0000)]
@- Added array_merge_recursive() that will recursively merge values
@ under the same keys. (Andrei)
Andrei Zmievski [Tue, 30 May 2000 15:45:09 +0000 (15:45 +0000)]
retab
Andrei Zmievski [Tue, 30 May 2000 15:44:26 +0000 (15:44 +0000)]
Finally figured out what pathinfo() was all about.
Anthony Whitehead [Tue, 30 May 2000 13:20:18 +0000 (13:20 +0000)]
Altered NSAPI autoconf to check for location of include files automatically, tested for Netscape 3.x and iPlanet 4.x.
Added very basic variable support for usefull things such as PHP_SELF. I'll extend this to supply this rest of the variables soon.
Commited a patch to activate ZTS in the NSAPI module, this patch comes from
Jayakumar Muthukumarasamy.
Thies C. Arntzen [Tue, 30 May 2000 09:25:02 +0000 (09:25 +0000)]
@- fixed crash in OCIParse when parsing invalid SQL. (Thies)
<changelog@php.net> [Tue, 30 May 2000 02:15:10 +0000 (02:15 +0000)]
ChangeLog update
Zeev Suraski [Mon, 29 May 2000 18:56:51 +0000 (18:56 +0000)]
Forgot to update the makefile
Zeev Suraski [Mon, 29 May 2000 18:53:42 +0000 (18:53 +0000)]
Fix bug #4678