]>
granicus.if.org Git - php/log
Rasmus Lerdorf [Mon, 1 May 2000 18:56:58 +0000 (18:56 +0000)]
Dynamically allocate points for ImagePolygon (Marc Pohl)
@Dynamically allocate points for ImagePolygon (Marc Pohl)
Sascha Schumann [Mon, 1 May 2000 18:32:09 +0000 (18:32 +0000)]
Use GCC's --print-libgcc-file-name flag to find libgcc's path.
Obtained from: mod_ssl
Andrei Zmievski [Mon, 1 May 2000 17:58:39 +0000 (17:58 +0000)]
It's nice to keep them alphabetized.
Andrei Zmievski [Mon, 1 May 2000 16:39:05 +0000 (16:39 +0000)]
Nother entry.
Andrei Zmievski [Mon, 1 May 2000 16:22:00 +0000 (16:22 +0000)]
Added a way to get all declared classes.
Andrei Zmievski [Mon, 1 May 2000 15:19:17 +0000 (15:19 +0000)]
New function.
Andrei Zmievski [Mon, 1 May 2000 12:15:29 +0000 (12:15 +0000)]
Fix attribution.
Sascha Schumann [Mon, 1 May 2000 05:46:02 +0000 (05:46 +0000)]
Fix dependency
Frank M. Kromann [Mon, 1 May 2000 05:42:33 +0000 (05:42 +0000)]
oops wrong settings commited in project.
Frank M. Kromann [Mon, 1 May 2000 05:41:38 +0000 (05:41 +0000)]
adding calendar project
Joey Smith [Mon, 1 May 2000 04:49:49 +0000 (04:49 +0000)]
Small fix: Description still referred to package as PHP3.
Sascha Schumann [Mon, 1 May 2000 04:41:16 +0000 (04:41 +0000)]
Remove white-space, breaks UnixWare make
Joey Smith [Mon, 1 May 2000 04:02:43 +0000 (04:02 +0000)]
Forgot to mention: Added configure time checking for bcmath package. (Thanks, Sascha!)
@ Added configure time checking for bcmath package
Joey Smith [Mon, 1 May 2000 03:59:55 +0000 (03:59 +0000)]
There was already a perfectly good README-BCMATH, I just found the different naming confusing.
Joey Smith [Mon, 1 May 2000 03:44:24 +0000 (03:44 +0000)]
Shut up CVS
Sascha Schumann [Mon, 1 May 2000 03:43:07 +0000 (03:43 +0000)]
php_reentrancy.h is needed for strtok_r
Sascha Schumann [Mon, 1 May 2000 03:27:11 +0000 (03:27 +0000)]
Ignore standard files
Sascha Schumann [Mon, 1 May 2000 03:10:01 +0000 (03:10 +0000)]
Rebuild xml, if libexpat changed.
Sascha Schumann [Mon, 1 May 2000 02:58:26 +0000 (02:58 +0000)]
Link expat into static and shared module.
Sascha Schumann [Mon, 1 May 2000 02:57:50 +0000 (02:57 +0000)]
Copy dynlib.mk to the build directory.
Sascha Schumann [Mon, 1 May 2000 02:57:24 +0000 (02:57 +0000)]
Get rid of old cruft. Broke build on Irix.
Sascha Schumann [Mon, 1 May 2000 02:42:55 +0000 (02:42 +0000)]
Improved in-tree shared libraries build system
The following new/revived shared modules are available now:
... MySQL (*)
... PCRE (*)
... Session
... SWF
(*) capable of using bundled library or external library
All changes:
The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now.
This effectively means that all extensions have to use dynlib.
ext/mysql/config.m4 was revamped.
Uses LIB_BUILD for building bundled library.
ext/pcre/config.m4 was revamped.
Uses LIB_BUILD for building bundled library.
ext/ext_skel was changed to reflect that more modules should be
compileable as shared module.
ext/Makefile.in has been simplified enormously.
Dependencies are now stored in the build tree.
Empty dependencies are not generated by buildconf anymore. They
are now dynamically created during the build process.
Implicit rules for .S were removed.
The NO_RECURSION feature was removed.
"libs.mk" has been added to all cvsignore files in ext.
<changelog@php.net> [Mon, 1 May 2000 01:09:14 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 1 May 2000 01:09:11 +0000 (01:09 +0000)]
NEWS update
Sterling Hughes [Mon, 1 May 2000 00:58:19 +0000 (00:58 +0000)]
Added info about the swf module
# Is this how should the entry should be?
Sterling Hughes [Sun, 30 Apr 2000 23:57:20 +0000 (23:57 +0000)]
Allow the SWF module to compile as a dl.
Sterling Hughes [Sun, 30 Apr 2000 23:42:33 +0000 (23:42 +0000)]
Proto's and the such.
Sascha Schumann [Sun, 30 Apr 2000 20:03:26 +0000 (20:03 +0000)]
Ignore standard files
Andi Gutmans [Sun, 30 Apr 2000 19:01:17 +0000 (19:01 +0000)]
- Change some open's to V_OPEN()'s
Sterling Hughes [Sun, 30 Apr 2000 19:00:05 +0000 (19:00 +0000)]
Add LibSWF support to PHP, will be sending an e-mail on the files and
uses shortly.
Rasmus Lerdorf [Sun, 30 Apr 2000 17:28:24 +0000 (17:28 +0000)]
Add initial NSAPI module from Jayakumar Muthukumarasamy
@Add initial NSAPI module from Jayakumar Muthukumarasamy
Andi Gutmans [Sun, 30 Apr 2000 16:32:36 +0000 (16:32 +0000)]
- Take Sascha's advice and create on V_OPEN() which replaces open().
- Unlike the other macros its argument has to have braces around it, for
- example, open(filename, flags) becomse V_OPEN((filename, flags))
- Made small conversion to new Zend macros. The ugly (*foo)->value.str.val
- now becomes Z_STRVAL_PP(foo). PP means pointer pointer, there also exist
- single P's for example foo->value.str.val becomes Z_STRVAL_P(foo).
Jouni Ahto [Sun, 30 Apr 2000 16:10:29 +0000 (16:10 +0000)]
Debian 2.2 puts rfc822.h in /usr/include/c-client, check that place too.
Jouni Ahto [Sun, 30 Apr 2000 05:48:40 +0000 (05:48 +0000)]
# Changes modules current status
Jouni Ahto [Sun, 30 Apr 2000 05:46:04 +0000 (05:46 +0000)]
Moving module to the high-performance API & fixing it for PHP4.
Shane Caraveo [Sun, 30 Apr 2000 04:56:48 +0000 (04:56 +0000)]
zeroing the variables fixes one crash...now crashes on memory allocation during zend_compile_files
Sascha Schumann [Sun, 30 Apr 2000 04:50:03 +0000 (04:50 +0000)]
Add UnixWare/OpenServer flags
Shane Caraveo [Sun, 30 Apr 2000 04:21:52 +0000 (04:21 +0000)]
sorry, do comments right
Shane Caraveo [Sun, 30 Apr 2000 04:15:26 +0000 (04:15 +0000)]
apache module now compiles under win32, apache loads, but crashes on line 1167 main.c on page request
Sascha Schumann [Sun, 30 Apr 2000 03:20:09 +0000 (03:20 +0000)]
Overall UNIX build system improvements:
* Makefile header is now completely dynamic
* Absolute paths in (top_)?(src|build)dir and VPATH
(fixes Tru64 support)
* VPATH does not contain variables anymore
(fixes UnixWare support)
Sascha Schumann [Sun, 30 Apr 2000 03:12:38 +0000 (03:12 +0000)]
(The first part of this commit died with a SIGPIPE from the CVS server.)
Overall UNIX build system improvements:
* Makefile header is now completely dynamic
* Absolute paths in (top_)?(src|build)dir and VPATH
(fixes Tru64 support)
* VPATH does not contain variables anymore
(fixes UnixWare support)
Sascha Schumann [Sun, 30 Apr 2000 03:10:34 +0000 (03:10 +0000)]
Overall UNIX build system improvements:
* Makefile header is now completely dynamic
* Absolute paths in (top_)?(src|build)dir and VPATH
(fixes Tru64 support)
* VPATH does not contain variables anymore
(fixes UnixWare support)
Sascha Schumann [Sun, 30 Apr 2000 03:06:00 +0000 (03:06 +0000)]
Fix virtual_open() by adding ellipse
<changelog@php.net> [Sun, 30 Apr 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 30 Apr 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update
Andi Gutmans [Sat, 29 Apr 2000 19:01:58 +0000 (19:01 +0000)]
- Implement V_OPEN() V_OPEN_CREAT() and V_CREAT().
Next step is to substitute all open()'s and creat()'s in the PHP tree
Andrei Zmievski [Sat, 29 Apr 2000 18:57:06 +0000 (18:57 +0000)]
@ Updated natural comparison/sorting algorithm by Martin Pool
@ <mbp@humbug.org.au>. (Andrei)
Martin Pool updated the natural comparison/sort algorithm so that fractions
compare more "naturally", e.g. 1.002 < 1.1.
Zeev Suraski [Sat, 29 Apr 2000 17:57:47 +0000 (17:57 +0000)]
- Never mind. Seems like we're still missing the open() functionality
Zeev Suraski [Sat, 29 Apr 2000 17:51:28 +0000 (17:51 +0000)]
- Give VIRTUAL_DIR another try after testing it extensively on our web site
Rasmus Lerdorf [Sat, 29 Apr 2000 16:16:31 +0000 (16:16 +0000)]
Oops, wrong path
Rasmus Lerdorf [Sat, 29 Apr 2000 16:14:17 +0000 (16:14 +0000)]
An empty .deps was not getting generated here
Zeev Suraski [Sat, 29 Apr 2000 11:55:20 +0000 (11:55 +0000)]
Pass the op_array to the ctor/dtor, instead of just the resource
Zeev Suraski [Sat, 29 Apr 2000 10:34:03 +0000 (10:34 +0000)]
crash fix
Zeev Suraski [Sat, 29 Apr 2000 10:20:40 +0000 (10:20 +0000)]
- Add zend_llist_apply_with_arguments()
- Add a message handler to the extensions
Thies C. Arntzen [Sat, 29 Apr 2000 09:21:57 +0000 (09:21 +0000)]
.
Zeev Suraski [Sat, 29 Apr 2000 02:56:44 +0000 (02:56 +0000)]
Fix possible bug with extension dtors being called without the ctors being called first
Zeev Suraski [Sat, 29 Apr 2000 01:30:17 +0000 (01:30 +0000)]
Beautify
<changelog@php.net> [Sat, 29 Apr 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 29 Apr 2000 01:09:12 +0000 (01:09 +0000)]
NEWS update
Sascha Schumann [Fri, 28 Apr 2000 17:13:50 +0000 (17:13 +0000)]
Improve imap-lib check
Hartmut Holzgraefe [Fri, 28 Apr 2000 16:47:19 +0000 (16:47 +0000)]
no more broken scripts by erroneously terminating header()'s argument
with a CR-LF
Zeev Suraski [Fri, 28 Apr 2000 15:52:02 +0000 (15:52 +0000)]
Fix a bug in the resource dispencer
Ted Rolle Jr [Fri, 28 Apr 2000 14:24:38 +0000 (14:24 +0000)]
Removed bug that prevented it to work on longer strings.
Changed commenting to c-style commenting.
Andrei Zmievski [Fri, 28 Apr 2000 14:01:08 +0000 (14:01 +0000)]
Fix an empty arrays condition and optimize a bit.
@ Fixed a crash in array_multisort() that happened when empty arrays
@ were passed to it. (Andrei)
Zeev Suraski [Fri, 28 Apr 2000 13:31:51 +0000 (13:31 +0000)]
Make convert_to_string() allocations traceable
Zeev Suraski [Fri, 28 Apr 2000 13:03:13 +0000 (13:03 +0000)]
- Fix an invalid trick (it was valid when header() was using
zend_get_parameters(), but it became invalid when someone switched it
to zend_get_parameters_ex(), and I decided to remove it anyway).
- Remove a redundant function call
Andrei Zmievski [Fri, 28 Apr 2000 12:40:42 +0000 (12:40 +0000)]
Fix up.
Thies C. Arntzen [Fri, 28 Apr 2000 11:09:57 +0000 (11:09 +0000)]
(php_module_startup) is now doing setlocale(LC_ALL, "") instead of just setlocale(LC_CTYPE, ""). suggested by Jon Forsberg <zzed@cyberdude.com>
# this change simply seems "right" as setlocale(LC_ALL, "") also happens in RSHUTDOWN(basic)
Thies C. Arntzen [Fri, 28 Apr 2000 11:04:35 +0000 (11:04 +0000)]
.
Thies C. Arntzen [Fri, 28 Apr 2000 10:37:17 +0000 (10:37 +0000)]
compile fix
Thies C. Arntzen [Fri, 28 Apr 2000 10:10:57 +0000 (10:10 +0000)]
no longer needed
<changelog@php.net> [Fri, 28 Apr 2000 01:09:12 +0000 (01:09 +0000)]
ChangeLog update
Zeev Suraski [Thu, 27 Apr 2000 21:48:47 +0000 (21:48 +0000)]
*** empty log message ***
Zeev Suraski [Thu, 27 Apr 2000 21:26:17 +0000 (21:26 +0000)]
Change to using the #define's
Zeev Suraski [Thu, 27 Apr 2000 20:22:40 +0000 (20:22 +0000)]
Change to using macros
Zeev Suraski [Thu, 27 Apr 2000 19:38:11 +0000 (19:38 +0000)]
More error handling work (still completely disabled)
Zeev Suraski [Thu, 27 Apr 2000 18:37:02 +0000 (18:37 +0000)]
More error handling work (still completely disabled)
Joey Smith [Thu, 27 Apr 2000 16:08:36 +0000 (16:08 +0000)]
Please, no more bug reports about bcmath
Andrei Zmievski [Thu, 27 Apr 2000 14:41:18 +0000 (14:41 +0000)]
TODO update and fix for C++ comments.
Thies C. Arntzen [Thu, 27 Apr 2000 14:33:53 +0000 (14:33 +0000)]
using vi to update DevStudio Files, yeah!
Thies C. Arntzen [Thu, 27 Apr 2000 14:32:58 +0000 (14:32 +0000)]
.
Thies C. Arntzen [Thu, 27 Apr 2000 14:29:11 +0000 (14:29 +0000)]
allow oci8 to be build as loadable module.
<changelog@php.net> [Thu, 27 Apr 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 27 Apr 2000 01:09:12 +0000 (01:09 +0000)]
NEWS update
Zeev Suraski [Wed, 26 Apr 2000 22:10:06 +0000 (22:10 +0000)]
Fix - forgot to split away if refcount>1
Sterling Hughes [Wed, 26 Apr 2000 01:16:57 +0000 (01:16 +0000)]
Small proto fix.
Andrei Zmievski [Wed, 26 Apr 2000 00:29:59 +0000 (00:29 +0000)]
@Added substr_count() from Peter Kovacs. (Andrei)
# also some todo stuff
Zeev Suraski [Tue, 25 Apr 2000 14:20:52 +0000 (14:20 +0000)]
Fix bug
Zeev Suraski [Tue, 25 Apr 2000 10:44:50 +0000 (10:44 +0000)]
We'll need two...
Zeev Suraski [Tue, 25 Apr 2000 10:10:44 +0000 (10:10 +0000)]
Add useful macros
Andi Gutmans [Tue, 25 Apr 2000 09:45:58 +0000 (09:45 +0000)]
- Fix persistence of llist
<changelog@php.net> [Tue, 25 Apr 2000 01:09:12 +0000 (01:09 +0000)]
ChangeLog update
Andrew Skalski [Mon, 24 Apr 2000 22:21:34 +0000 (22:21 +0000)]
* typecast fs_give parameter to void**
* removed wide-character treatment from imap_utf7_encode
* suggestion to #include "linkage.c" rather than link in auth/mail drivers
manually
Zeev Suraski [Mon, 24 Apr 2000 22:13:08 +0000 (22:13 +0000)]
- Forgot to keep the ':' in the class_name
Zeev Suraski [Mon, 24 Apr 2000 17:35:27 +0000 (17:35 +0000)]
- Get rid of newly introduced warning
Thies C. Arntzen [Mon, 24 Apr 2000 16:46:56 +0000 (16:46 +0000)]
.
Zeev Suraski [Mon, 24 Apr 2000 16:16:45 +0000 (16:16 +0000)]
- Fix crash bug in localtime_r. If locatime() returns NULL then also return
NULL
Zeev Suraski [Mon, 24 Apr 2000 16:04:13 +0000 (16:04 +0000)]
Correct fix
Thies C. Arntzen [Mon, 24 Apr 2000 15:49:23 +0000 (15:49 +0000)]
MODULE_TEMPORARY should get a call to RSHUTDOWN as well!
Thies C. Arntzen [Mon, 24 Apr 2000 15:40:07 +0000 (15:40 +0000)]
RINIT was called twice for modules loaded vi php.ini