]> granicus.if.org Git - php/log
php
24 years agoMake mcrypt buildable as shared module
Sascha Schumann [Tue, 2 May 2000 03:29:28 +0000 (03:29 +0000)]
Make mcrypt buildable as shared module

24 years agoMake ftp buildable as shared module
Sascha Schumann [Tue, 2 May 2000 02:02:18 +0000 (02:02 +0000)]
Make ftp buildable as shared module

24 years agoMake calendar buildable as shared module
Sascha Schumann [Tue, 2 May 2000 02:02:05 +0000 (02:02 +0000)]
Make calendar buildable as shared module

24 years agoMake icap buildable as shared module
Sascha Schumann [Tue, 2 May 2000 02:01:13 +0000 (02:01 +0000)]
Make icap buildable as shared module

24 years agoMake sysvshm buildable as shared module
Sascha Schumann [Tue, 2 May 2000 02:00:51 +0000 (02:00 +0000)]
Make sysvshm buildable as shared module

24 years agoMake sysvsem buildable as shared module
Sascha Schumann [Tue, 2 May 2000 02:00:36 +0000 (02:00 +0000)]
Make sysvsem buildable as shared module

24 years agoAdd ZEND_GET_MODULE(name). This is a short-cut for the common
Sascha Schumann [Tue, 2 May 2000 01:33:18 +0000 (01:33 +0000)]
Add ZEND_GET_MODULE(name). This is a short-cut for the common
get_module function.

24 years agoMake yp buildable as shared module
Sascha Schumann [Tue, 2 May 2000 01:21:28 +0000 (01:21 +0000)]
Make yp buildable as shared module

24 years agoMake zlib buildable as shared module
Sascha Schumann [Tue, 2 May 2000 01:15:10 +0000 (01:15 +0000)]
Make zlib buildable as shared module

24 years agoChangeLog update
<changelog@php.net> [Tue, 2 May 2000 01:09:22 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Tue, 2 May 2000 01:09:19 +0000 (01:09 +0000)]
NEWS update

24 years ago #if COMPILE_DL
Sascha Schumann [Tue, 2 May 2000 00:44:35 +0000 (00:44 +0000)]
#if COMPILE_DL

becomes

    #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)

24 years agoReplace the various get_module() functions with a uniform
Sascha Schumann [Tue, 2 May 2000 00:30:36 +0000 (00:30 +0000)]
Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.

24 years agoMake swf_nextid() return a value.
Sterling Hughes [Tue, 2 May 2000 00:24:18 +0000 (00:24 +0000)]
Make swf_nextid() return a value.

24 years agoRemove trailing empty lines
Sascha Schumann [Mon, 1 May 2000 22:38:42 +0000 (22:38 +0000)]
Remove trailing empty lines

24 years agoSource file does not end with a newline. Some old compilers don't like that.
Sascha Schumann [Mon, 1 May 2000 22:36:10 +0000 (22:36 +0000)]
Source file does not end with a newline. Some old compilers don't like that.

24 years agoNever mind on the error check
Rasmus Lerdorf [Mon, 1 May 2000 22:14:54 +0000 (22:14 +0000)]
Never mind on the error check

24 years agoLarge test commit IV
Sascha Schumann [Mon, 1 May 2000 22:04:52 +0000 (22:04 +0000)]
Large test commit IV

24 years agoLarge commit test III
Sascha Schumann [Mon, 1 May 2000 22:00:09 +0000 (22:00 +0000)]
Large commit test III

24 years agoLarge test commit II
Sascha Schumann [Mon, 1 May 2000 21:57:01 +0000 (21:57 +0000)]
Large test commit II

24 years agoLarge test commit I
Sascha Schumann [Mon, 1 May 2000 21:55:45 +0000 (21:55 +0000)]
Large test commit I

24 years agoMake posix module buildable as shared module
Sascha Schumann [Mon, 1 May 2000 21:36:52 +0000 (21:36 +0000)]
Make posix module buildable as shared module

24 years agoRevamp config stuff
Sascha Schumann [Mon, 1 May 2000 21:32:26 +0000 (21:32 +0000)]
Revamp config stuff

24 years ago.
Sascha Schumann [Mon, 1 May 2000 21:10:08 +0000 (21:10 +0000)]
.

24 years agoDynamically allocate points for ImagePolygon (Marc Pohl)
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)

24 years agoUse GCC's --print-libgcc-file-name flag to find libgcc's path.
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

24 years agoIt's nice to keep them alphabetized.
Andrei Zmievski [Mon, 1 May 2000 17:58:39 +0000 (17:58 +0000)]
It's nice to keep them alphabetized.

24 years agoNother entry.
Andrei Zmievski [Mon, 1 May 2000 16:39:05 +0000 (16:39 +0000)]
Nother entry.

24 years agoAdded a way to get all declared classes.
Andrei Zmievski [Mon, 1 May 2000 16:22:00 +0000 (16:22 +0000)]
Added a way to get all declared classes.

24 years agoNew function.
Andrei Zmievski [Mon, 1 May 2000 15:19:17 +0000 (15:19 +0000)]
New function.

24 years agoFix attribution.
Andrei Zmievski [Mon, 1 May 2000 12:15:29 +0000 (12:15 +0000)]
Fix attribution.

24 years agoFix dependency
Sascha Schumann [Mon, 1 May 2000 05:46:02 +0000 (05:46 +0000)]
Fix dependency

24 years agooops wrong settings commited in project.
Frank M. Kromann [Mon, 1 May 2000 05:42:33 +0000 (05:42 +0000)]
oops wrong settings commited in project.

24 years agoadding calendar project
Frank M. Kromann [Mon, 1 May 2000 05:41:38 +0000 (05:41 +0000)]
adding calendar project

24 years agoSmall fix: Description still referred to package as PHP3.
Joey Smith [Mon, 1 May 2000 04:49:49 +0000 (04:49 +0000)]
Small fix: Description still referred to package as PHP3.

24 years agoRemove white-space, breaks UnixWare make
Sascha Schumann [Mon, 1 May 2000 04:41:16 +0000 (04:41 +0000)]
Remove white-space, breaks UnixWare make

24 years agoForgot to mention: Added configure time checking for bcmath package. (Thanks, Sascha!)
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

24 years agoThere was already a perfectly good README-BCMATH, I just found the different naming...
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.

24 years agoShut up CVS
Joey Smith [Mon, 1 May 2000 03:44:24 +0000 (03:44 +0000)]
Shut up CVS

24 years agophp_reentrancy.h is needed for strtok_r
Sascha Schumann [Mon, 1 May 2000 03:43:07 +0000 (03:43 +0000)]
php_reentrancy.h is needed for strtok_r

24 years agoIgnore standard files
Sascha Schumann [Mon, 1 May 2000 03:27:11 +0000 (03:27 +0000)]
Ignore standard files

24 years agoRebuild xml, if libexpat changed.
Sascha Schumann [Mon, 1 May 2000 03:10:01 +0000 (03:10 +0000)]
Rebuild xml, if libexpat changed.

24 years agoLink expat into static and shared module.
Sascha Schumann [Mon, 1 May 2000 02:58:26 +0000 (02:58 +0000)]
Link expat into static and shared module.

24 years agoCopy dynlib.mk to the build directory.
Sascha Schumann [Mon, 1 May 2000 02:57:50 +0000 (02:57 +0000)]
Copy dynlib.mk to the build directory.

24 years agoGet rid of old cruft. Broke build on Irix.
Sascha Schumann [Mon, 1 May 2000 02:57:24 +0000 (02:57 +0000)]
Get rid of old cruft. Broke build on Irix.

24 years agoImproved in-tree shared libraries build system
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.

24 years agoChangeLog update
<changelog@php.net> [Mon, 1 May 2000 01:09:14 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Mon, 1 May 2000 01:09:11 +0000 (01:09 +0000)]
NEWS update

24 years agoAdded info about the swf module
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?

24 years agoAllow the SWF module to compile as a dl.
Sterling Hughes [Sun, 30 Apr 2000 23:57:20 +0000 (23:57 +0000)]
Allow the SWF module to compile as a dl.

24 years agoProto's and the such.
Sterling Hughes [Sun, 30 Apr 2000 23:42:33 +0000 (23:42 +0000)]
Proto's and the such.

24 years agoIgnore standard files
Sascha Schumann [Sun, 30 Apr 2000 20:03:26 +0000 (20:03 +0000)]
Ignore standard files

24 years ago- Change some open's to V_OPEN()'s
Andi Gutmans [Sun, 30 Apr 2000 19:01:17 +0000 (19:01 +0000)]
- Change some open's to V_OPEN()'s

24 years agoAdd LibSWF support to PHP, will be sending an e-mail on the files and
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.

24 years agoAdd initial NSAPI module from Jayakumar Muthukumarasamy
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

24 years ago- Take Sascha's advice and create on V_OPEN() which replaces open().
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).

24 years agoDebian 2.2 puts rfc822.h in /usr/include/c-client, check that place too.
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.

24 years ago# Changes modules current status
Jouni Ahto [Sun, 30 Apr 2000 05:48:40 +0000 (05:48 +0000)]
# Changes modules current status

24 years agoMoving module to the high-performance API & fixing it for PHP4.
Jouni Ahto [Sun, 30 Apr 2000 05:46:04 +0000 (05:46 +0000)]
Moving module to the high-performance API & fixing it for PHP4.

24 years agozeroing the variables fixes one crash...now crashes on memory allocation during zend_...
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

24 years agoAdd UnixWare/OpenServer flags
Sascha Schumann [Sun, 30 Apr 2000 04:50:03 +0000 (04:50 +0000)]
Add UnixWare/OpenServer flags

24 years agosorry, do comments right
Shane Caraveo [Sun, 30 Apr 2000 04:21:52 +0000 (04:21 +0000)]
sorry, do comments right

24 years agoapache module now compiles under win32, apache loads, but crashes on line 1167 main...
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

24 years agoOverall UNIX build system improvements:
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)

24 years ago(The first part of this commit died with a SIGPIPE from the CVS server.)
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)

24 years agoOverall UNIX build system improvements:
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)

24 years agoFix virtual_open() by adding ellipse
Sascha Schumann [Sun, 30 Apr 2000 03:06:00 +0000 (03:06 +0000)]
Fix virtual_open() by adding ellipse

24 years agoChangeLog update
<changelog@php.net> [Sun, 30 Apr 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sun, 30 Apr 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update

24 years ago- Implement V_OPEN() V_OPEN_CREAT() and V_CREAT().
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

24 years ago@ Updated natural comparison/sorting algorithm by Martin Pool
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.

24 years ago- Never mind. Seems like we're still missing the open() functionality
Zeev Suraski [Sat, 29 Apr 2000 17:57:47 +0000 (17:57 +0000)]
- Never mind. Seems like we're still missing the open() functionality

24 years ago- Give VIRTUAL_DIR another try after testing it extensively on our web site
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

24 years agoOops, wrong path
Rasmus Lerdorf [Sat, 29 Apr 2000 16:16:31 +0000 (16:16 +0000)]
Oops, wrong path

24 years agoAn empty .deps was not getting generated here
Rasmus Lerdorf [Sat, 29 Apr 2000 16:14:17 +0000 (16:14 +0000)]
An empty .deps was not getting generated here

24 years agoPass the op_array to the ctor/dtor, instead of just the resource
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

24 years agocrash fix
Zeev Suraski [Sat, 29 Apr 2000 10:34:03 +0000 (10:34 +0000)]
crash fix

24 years ago- Add zend_llist_apply_with_arguments()
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

24 years ago.
Thies C. Arntzen [Sat, 29 Apr 2000 09:21:57 +0000 (09:21 +0000)]
.

24 years agoFix possible bug with extension dtors being called without the ctors being called...
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

24 years agoBeautify
Zeev Suraski [Sat, 29 Apr 2000 01:30:17 +0000 (01:30 +0000)]
Beautify

24 years agoChangeLog update
<changelog@php.net> [Sat, 29 Apr 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sat, 29 Apr 2000 01:09:12 +0000 (01:09 +0000)]
NEWS update

24 years agoImprove imap-lib check
Sascha Schumann [Fri, 28 Apr 2000 17:13:50 +0000 (17:13 +0000)]
Improve imap-lib check

24 years agono more broken scripts by erroneously terminating header()'s argument
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

24 years agoFix a bug in the resource dispencer
Zeev Suraski [Fri, 28 Apr 2000 15:52:02 +0000 (15:52 +0000)]
Fix a bug in the resource dispencer

24 years agoRemoved bug that prevented it to work on longer strings.
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.

24 years agoFix an empty arrays condition and optimize a bit.
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)

24 years agoMake convert_to_string() allocations traceable
Zeev Suraski [Fri, 28 Apr 2000 13:31:51 +0000 (13:31 +0000)]
Make convert_to_string() allocations traceable

24 years ago- Fix an invalid trick (it was valid when header() was using
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

24 years agoFix up.
Andrei Zmievski [Fri, 28 Apr 2000 12:40:42 +0000 (12:40 +0000)]
Fix up.

24 years ago(php_module_startup) is now doing setlocale(LC_ALL, "") instead of just setlocale...
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)

24 years ago.
Thies C. Arntzen [Fri, 28 Apr 2000 11:04:35 +0000 (11:04 +0000)]
.

24 years agocompile fix
Thies C. Arntzen [Fri, 28 Apr 2000 10:37:17 +0000 (10:37 +0000)]
compile fix

24 years agono longer needed
Thies C. Arntzen [Fri, 28 Apr 2000 10:10:57 +0000 (10:10 +0000)]
no longer needed

24 years agoChangeLog update
<changelog@php.net> [Fri, 28 Apr 2000 01:09:12 +0000 (01:09 +0000)]
ChangeLog update

24 years ago*** empty log message ***
Zeev Suraski [Thu, 27 Apr 2000 21:48:47 +0000 (21:48 +0000)]
*** empty log message ***

24 years agoChange to using the #define's
Zeev Suraski [Thu, 27 Apr 2000 21:26:17 +0000 (21:26 +0000)]
Change to using the #define's

24 years agoChange to using macros
Zeev Suraski [Thu, 27 Apr 2000 20:22:40 +0000 (20:22 +0000)]
Change to using macros

24 years agoMore error handling work (still completely disabled)
Zeev Suraski [Thu, 27 Apr 2000 19:38:11 +0000 (19:38 +0000)]
More error handling work (still completely disabled)