]> granicus.if.org Git - php/log
php
22 years ago- Fix copy&paste problem where we allocated according to an old structure
Andi Gutmans [Sat, 15 Jun 2002 08:47:11 +0000 (08:47 +0000)]
- Fix copy&paste problem where we allocated according to an old structure
- decleration and not the new one.

22 years agoNEWS update
<changelog@php.net> [Sat, 15 Jun 2002 00:25:49 +0000 (00:25 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sat, 15 Jun 2002 00:23:18 +0000 (00:23 +0000)]
ChangeLog update

22 years ago- Update Win32/mail changes, mention bundled gd library.
Markus Fischer [Fri, 14 Jun 2002 23:21:46 +0000 (23:21 +0000)]
- Update Win32/mail changes, mention bundled gd library.

22 years ago- Fix issue with the DIRECTORY_SEPARATOR, did make the install of
Tomas V.V.Cox [Fri, 14 Jun 2002 23:18:04 +0000 (23:18 +0000)]
- Fix issue with the DIRECTORY_SEPARATOR, did make the install of
  XML_image2svg fail
- TODO++ and others minor stuff

22 years ago* if verbosity config is > 3, display xmlrpc response
Stig Bakken [Fri, 14 Jun 2002 22:25:37 +0000 (22:25 +0000)]
* if verbosity config is > 3, display xmlrpc response
* another bugfix

22 years agoFix.
Andrei Zmievski [Fri, 14 Jun 2002 20:16:50 +0000 (20:16 +0000)]
Fix.

22 years agoAdd gd_bundled to php_modules.dsw.
Sebastian Bergmann [Fri, 14 Jun 2002 16:37:24 +0000 (16:37 +0000)]
Add gd_bundled to php_modules.dsw.

22 years agoremote list and remote listall, can now list non-stable packages if you set prefered_...
Alan Knowles [Fri, 14 Jun 2002 15:03:29 +0000 (15:03 +0000)]
remote list and remote listall, can now list non-stable packages if you set prefered_state to something else

22 years agoFixed XML RPC sending of args - lets try and get the right tag :)
Alan Knowles [Fri, 14 Jun 2002 14:55:28 +0000 (14:55 +0000)]
Fixed XML RPC sending of args - lets try and get the right tag :)

22 years agoUse some more sane paths for win32 version.
Edin Kadribasic [Fri, 14 Jun 2002 14:48:33 +0000 (14:48 +0000)]
Use some more sane paths for win32 version.

22 years ago- Remove freetype.lib and HAVE_LIBTTF; we're always linking against freetype2
Markus Fischer [Fri, 14 Jun 2002 14:48:13 +0000 (14:48 +0000)]
- Remove freetype.lib and HAVE_LIBTTF; we're always linking against freetype2
  anyway.

22 years ago- renamed domxml_parser_reference to domxml_parser_entitiy_reference
Christian Stocker [Fri, 14 Jun 2002 12:37:28 +0000 (12:37 +0000)]
- renamed domxml_parser_reference to domxml_parser_entitiy_reference
- renamed domxml_cdata_block to domxml_parser_cdata_section
  (more consistent with the domxml_create_XXX methods)
- added domxml_parser_processing_instruction(target,data)
- added domxml_parser_namespace_decl(href,prefix)

22 years ago- oops, that didn't even compile
Christian Stocker [Fri, 14 Jun 2002 12:20:13 +0000 (12:20 +0000)]
- oops, that didn't even compile
- added domxml_parser_reference(reference)

22 years ago@ - Added preliminary SAX-Input support. It's now possible to build a DomDocument
Christian Stocker [Fri, 14 Jun 2002 12:12:04 +0000 (12:12 +0000)]
@ - Added preliminary SAX-Input support. It's now possible to build a DomDocument
@   with SAX-Events (added domxml_parser_start_document(), domxml_parser_end_document(),
@   domxml_parser_start_element(tagname[,attributes]), domxml_parser_end_element(tagname),
@   domxml_parser_characters(characters), domxml_parser_cdata_block(cdata),
@   domxml_parser_comment(comment), domxml_parser_get_document(). (chregu)
# More Sax Events to be implemented. Sax Output (from file or DOM-Tree) is
#  not that easy to implement, but possible...

22 years agoRemove unused local variables.
Sebastian Bergmann [Fri, 14 Jun 2002 05:42:08 +0000 (05:42 +0000)]
Remove unused local variables.

22 years agoNEWS update
<changelog@php.net> [Fri, 14 Jun 2002 00:29:45 +0000 (00:29 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Fri, 14 Jun 2002 00:28:10 +0000 (00:28 +0000)]
ChangeLog update

22 years ago- Fixed bug #15803 (and propably others related too, part 2/2)
foobar [Fri, 14 Jun 2002 00:07:16 +0000 (00:07 +0000)]
- Fixed bug #15803 (and propably others related too, part 2/2)
  . Changed the configure/compile so that it doesn't "pollute" the INCLUDES
    anymore and thus cause trouble with other extensions which
    might use the same header files. (e.g. Informix)
  . Separated the #include statements to own file so we don't get any
    errors when compiling main/internal_functions.c

22 years ago- Fixed bug #15803 (and propably others related too)
foobar [Fri, 14 Jun 2002 00:01:49 +0000 (00:01 +0000)]
- Fixed bug #15803 (and propably others related too)
  . Changed the compile so that it doesn't "pollute" the INCLUDES
    anymore and thus cause trouble with other extensions which
    might use the same header files. (e.g. ODBC)
  . Some fixes for Informix compile problems (with the new build system)
  . Removed unnecessary stub.c file.

22 years ago- Initial MSVC makefile to create a php_gd2.dll based on the bundled libgd,
Markus Fischer [Thu, 13 Jun 2002 23:08:40 +0000 (23:08 +0000)]
- Initial MSVC makefile to create a php_gd2.dll based on the bundled libgd,
  works out of the box here with the right image libs and headers.
# Edin, I think it's your turn now. Feel free to tweak it for your needs.
# Could only compile Release_TS so far (no debug .lib files)

22 years ago- We don't need the check here because the regex makes sure we never have \r\n
Markus Fischer [Thu, 13 Jun 2002 22:25:28 +0000 (22:25 +0000)]
- We don't need the check here because the regex makes sure we never have \r\n
  at the end of the header.

22 years ago@- Fixed bug with Apache which let PHP_AUTH_* variables to be set when
foobar [Thu, 13 Jun 2002 22:13:57 +0000 (22:13 +0000)]
@- Fixed bug with Apache which let PHP_AUTH_* variables to be set when
@  external basic auth mechanism was used. (Jani)

Fixes bugs: #16653, #14534, #14370

22 years agoTypo: == instead of =
Stefan Esser [Thu, 13 Jun 2002 21:55:26 +0000 (21:55 +0000)]
Typo: == instead of =

22 years ago- should fix bug#17753
Stefan Esser [Thu, 13 Jun 2002 21:42:39 +0000 (21:42 +0000)]
- should fix bug#17753

22 years agoFixed bug: #17751 (typo)
foobar [Thu, 13 Jun 2002 19:41:25 +0000 (19:41 +0000)]
Fixed bug: #17751 (typo)

22 years agoFixed: possible bufferunderrun (worst case == invalid free bytes counter)
Stefan Esser [Thu, 13 Jun 2002 18:54:45 +0000 (18:54 +0000)]
Fixed: possible bufferunderrun (worst case == invalid free bytes counter)

Fixed: isXXXX macros need (unsigned char) cast

Fixed: bug#17746 - control chars are now filtered within "to" and "subject" parameters

22 years agoChange a little the dep db structure
Tomas V.V.Cox [Thu, 13 Jun 2002 15:10:42 +0000 (15:10 +0000)]
Change a little the dep db structure
Comment the code and some clean up's

22 years agoMore work on the dependencies DB (still not tested/used)
Tomas V.V.Cox [Thu, 13 Jun 2002 13:41:12 +0000 (13:41 +0000)]
More work on the dependencies DB (still not tested/used)

22 years ago- Added DOMXML_LOAD_DONT_KEEP_BLANKS as possible mode, if one wants really nicely
Christian Stocker [Thu, 13 Jun 2002 10:47:19 +0000 (10:47 +0000)]
- Added DOMXML_LOAD_DONT_KEEP_BLANKS as possible mode, if one wants really nicely
  formatted XML-Documents (but this can have sideeffects, if you depend on whitespaces..)
- bumped up domxml-api-version number.

22 years ago@ - Added better error-messages (3rd parameter) and validating of DTDs (2nd parameter) to
Christian Stocker [Thu, 13 Jun 2002 09:05:56 +0000 (09:05 +0000)]
@ - Added better error-messages (3rd parameter) and validating of DTDs (2nd parameter) to
@   domxml_open_mem(string xml[, int mode[, array errors]]) and domxml_open_file(string filename[, int mode[, array errors]]).
@ - Added domxml_doc_validate([array errors]) for validating existing DomDocuments with a DTD.

22 years agoFix exit code (bug #17733).
Edin Kadribasic [Thu, 13 Jun 2002 08:38:26 +0000 (08:38 +0000)]
Fix exit code (bug #17733).

22 years ago- Fix for bug #14410 (Patch by C. McCohy <mccohy@kyberdigi.cz>).
Derick Rethans [Thu, 13 Jun 2002 06:32:14 +0000 (06:32 +0000)]
- Fix for bug #14410 (Patch by C. McCohy <mccohy@kyberdigi.cz>).

22 years agoFix build in ZTS mode
foobar [Thu, 13 Jun 2002 01:04:40 +0000 (01:04 +0000)]
Fix build in ZTS mode

22 years agoChangeLog update
<changelog@php.net> [Thu, 13 Jun 2002 00:25:40 +0000 (00:25 +0000)]
ChangeLog update

22 years agoFix entry
Jason Greene [Wed, 12 Jun 2002 23:26:37 +0000 (23:26 +0000)]
Fix entry

22 years ago* comment typos
Stig Bakken [Wed, 12 Jun 2002 21:23:22 +0000 (21:23 +0000)]
* comment typos

22 years ago* set working version to 0.91-dev
Stig Bakken [Wed, 12 Jun 2002 21:19:51 +0000 (21:19 +0000)]
* set working version to 0.91-dev

22 years ago* minor cleanup
Stig Bakken [Wed, 12 Jun 2002 21:17:10 +0000 (21:17 +0000)]
* minor cleanup

22 years ago* this should have been done last year :)
Stig Bakken [Wed, 12 Jun 2002 21:10:41 +0000 (21:10 +0000)]
* this should have been done last year :)

22 years agoThis patch adds ability to capture string offsets in the preg_match_*()
Andrei Zmievski [Wed, 12 Jun 2002 20:04:20 +0000 (20:04 +0000)]
This patch adds ability to capture string offsets in the preg_match_*()
results.

22 years agotypofix
foobar [Wed, 12 Jun 2002 17:46:15 +0000 (17:46 +0000)]
typofix

22 years ago- Fixed bug #17669. PG(magic_quotes_runtime) wasn't reset for each request.
foobar [Wed, 12 Jun 2002 17:25:48 +0000 (17:25 +0000)]
- Fixed bug #17669. PG(magic_quotes_runtime) wasn't reset for each request.

22 years agocleanup
foobar [Wed, 12 Jun 2002 17:24:07 +0000 (17:24 +0000)]
cleanup

22 years agoset_error_handler() should take methods as callbacks. Also fixed it to report
Andrei Zmievski [Wed, 12 Jun 2002 17:02:19 +0000 (17:02 +0000)]
set_error_handler() should take methods as callbacks. Also fixed it to report
invalid callbacks.

22 years agoProperly return the result of __call() handler.
Andrei Zmievski [Wed, 12 Jun 2002 16:46:24 +0000 (16:46 +0000)]
Properly return the result of __call() handler.

22 years agoAttempt to make pear.bat work better under Windows
Tomas V.V.Cox [Wed, 12 Jun 2002 16:31:53 +0000 (16:31 +0000)]
Attempt to make pear.bat work better under Windows

22 years agofix for bug #10616 -> mktime() with negative date offsets not working on MacOSX
Hartmut Holzgraefe [Wed, 12 Jun 2002 15:35:27 +0000 (15:35 +0000)]
fix for bug #10616 -> mktime() with negative date offsets not working on MacOSX

22 years agoFixed domxml_get_element_by_id()
Christian Stocker [Wed, 12 Jun 2002 11:13:11 +0000 (11:13 +0000)]
Fixed domxml_get_element_by_id()

22 years agoThis option enables administrators to make their users invulnerable to
Sascha Schumann [Wed, 12 Jun 2002 08:18:36 +0000 (08:18 +0000)]
This option enables administrators to make their users invulnerable to
attacks which involve passing session ids in URLs.

22 years agoNEWS update
<changelog@php.net> [Wed, 12 Jun 2002 00:43:38 +0000 (00:43 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Wed, 12 Jun 2002 00:41:49 +0000 (00:41 +0000)]
ChangeLog update

22 years ago- Those have been implemented already.
Markus Fischer [Tue, 11 Jun 2002 21:29:32 +0000 (21:29 +0000)]
- Those have been implemented already.

22 years ago- Fix builtin gets() emulation (hopefully).
Markus Fischer [Tue, 11 Jun 2002 21:22:12 +0000 (21:22 +0000)]
- Fix builtin gets() emulation (hopefully).

22 years ago- Add some recent observations with bz2.
Markus Fischer [Tue, 11 Jun 2002 21:06:38 +0000 (21:06 +0000)]
- Add some recent observations with bz2.

22 years ago- Add missing Id tag.
Markus Fischer [Tue, 11 Jun 2002 18:55:48 +0000 (18:55 +0000)]
- Add missing Id tag.

22 years ago- Always \0 terminate data returned from _php_stream_copy_to_mem().
Markus Fischer [Tue, 11 Jun 2002 18:54:57 +0000 (18:54 +0000)]
- Always \0 terminate data returned from _php_stream_copy_to_mem().

22 years ago- Don't show debug_backtrace() in the trace itself.
Andi Gutmans [Tue, 11 Jun 2002 18:37:41 +0000 (18:37 +0000)]
- Don't show debug_backtrace() in the trace itself.
- This patch is a bit ugly because the whole code itself is pretty complex
- and hard to re-order.

22 years ago- Fix problem with assigning functions by reference.
Andi Gutmans [Tue, 11 Jun 2002 17:33:53 +0000 (17:33 +0000)]
- Fix problem with assigning functions by reference.

22 years agoForgot one
Jason Greene [Tue, 11 Jun 2002 13:50:00 +0000 (13:50 +0000)]
Forgot one

22 years agoSockets currently works great with all compilers on Solaris
Jason Greene [Tue, 11 Jun 2002 13:48:49 +0000 (13:48 +0000)]
Sockets currently works great with all compilers on Solaris
Update TODO

22 years agonow it works on streams (plus some debug code removed)
Hartmut Holzgraefe [Tue, 11 Jun 2002 09:37:31 +0000 (09:37 +0000)]
now it works on streams (plus some debug code removed)

22 years agomacro definition fixed, guess it was the usual kind of cut&past bug?
Hartmut Holzgraefe [Tue, 11 Jun 2002 09:36:48 +0000 (09:36 +0000)]
macro definition fixed, guess it was the usual kind of cut&past bug?

22 years agoDisable installing pear when --disable-cli is used since pear installer
Edin Kadribasic [Tue, 11 Jun 2002 09:35:59 +0000 (09:35 +0000)]
Disable installing pear when --disable-cli is used since pear installer
needs cli to function.

22 years ago- These things have been done already.
Markus Fischer [Tue, 11 Jun 2002 08:33:09 +0000 (08:33 +0000)]
- These things have been done already.

22 years agoAdd __delegate().
Sebastian Bergmann [Tue, 11 Jun 2002 08:06:02 +0000 (08:06 +0000)]
Add __delegate().

22 years ago@Impelemented timeout functionality, and fixed error handling of fsockopen() on win32
Jason Greene [Tue, 11 Jun 2002 03:55:28 +0000 (03:55 +0000)]
@Impelemented timeout functionality, and fixed error handling of fsockopen() on win32
Also fixed error handling on unix (micropatch)

Closes Bug #14740

22 years agoChangeLog update
<changelog@php.net> [Tue, 11 Jun 2002 00:36:16 +0000 (00:36 +0000)]
ChangeLog update

22 years ago- Reverted last bogus commit and fixed the credits in NEWS.
foobar [Tue, 11 Jun 2002 00:18:34 +0000 (00:18 +0000)]
- Reverted last bogus commit and fixed the credits in NEWS.

# STIG! Do a 'cvs update' before you commit anything!!

22 years ago- Typo.
Markus Fischer [Mon, 10 Jun 2002 22:43:49 +0000 (22:43 +0000)]
- Typo.

22 years ago@Add --with-mysql-sock option (James Cox)
Stig Bakken [Mon, 10 Jun 2002 21:35:26 +0000 (21:35 +0000)]
@Add --with-mysql-sock option (James Cox)

22 years ago- Revert zlib.lib patch.
Markus Fischer [Mon, 10 Jun 2002 21:29:01 +0000 (21:29 +0000)]
- Revert zlib.lib patch.
# Only add it after ext/mysql takes really advantag of it on win32, needs
# also modification in mysql/libmysql/config-win.h

22 years agopooling and singleton finally work
Harald Radi [Mon, 10 Jun 2002 21:16:25 +0000 (21:16 +0000)]
pooling and singleton finally work

22 years agonew testcases
Harald Radi [Mon, 10 Jun 2002 21:15:38 +0000 (21:15 +0000)]
new testcases

22 years agoadded TS_HASH macro
Harald Radi [Mon, 10 Jun 2002 21:14:48 +0000 (21:14 +0000)]
added TS_HASH macro

22 years agoAdding ini setting for max_procs
Frank M. Kromann [Mon, 10 Jun 2002 20:00:20 +0000 (20:00 +0000)]
Adding ini setting for max_procs

22 years agoAdding ini setting for max_procs
Frank M. Kromann [Mon, 10 Jun 2002 19:31:29 +0000 (19:31 +0000)]
Adding ini setting for max_procs

22 years agomysql need zlib.lib now
Harald Radi [Mon, 10 Jun 2002 18:47:16 +0000 (18:47 +0000)]
mysql need zlib.lib now

#again, something seemed to be messed in my last commit

22 years ago# Mnogosearch new function calls fixes
Sergey Kartashoff [Mon, 10 Jun 2002 16:46:06 +0000 (16:46 +0000)]
# Mnogosearch new function calls fixes

22 years ago - whitespace fix
Jan Lehnardt [Mon, 10 Jun 2002 16:34:25 +0000 (16:34 +0000)]
 - whitespace fix

22 years ago- Fix win32/mysql.
Markus Fischer [Mon, 10 Jun 2002 15:53:26 +0000 (15:53 +0000)]
- Fix win32/mysql.
- Revert cryptic WS commit on php4dllts.dsp.

22 years ago#Undeprecated attribute access methods
Joseph Tate [Mon, 10 Jun 2002 14:48:28 +0000 (14:48 +0000)]
#Undeprecated attribute access methods

22 years agomysql need zlib.lib now
Harald Radi [Mon, 10 Jun 2002 13:14:43 +0000 (13:14 +0000)]
mysql need zlib.lib now

22 years agofix the build
Harald Radi [Mon, 10 Jun 2002 13:09:46 +0000 (13:09 +0000)]
fix the build

# these files were blank, i suppose this happened by accident

22 years ago- MnoGoSearch extension compile fix with mnogosearch-3.2.4 and 3.2.5
Sergey Kartashoff [Mon, 10 Jun 2002 12:24:43 +0000 (12:24 +0000)]
- MnoGoSearch extension compile fix with mnogosearch-3.2.4 and 3.2.5

22 years ago- WS fix, damn win32.
Markus Fischer [Mon, 10 Jun 2002 12:24:15 +0000 (12:24 +0000)]
- WS fix, damn win32.

22 years agofix the build
Harald Radi [Mon, 10 Jun 2002 12:21:58 +0000 (12:21 +0000)]
fix the build

22 years ago- Fix proto.
Markus Fischer [Mon, 10 Jun 2002 10:28:33 +0000 (10:28 +0000)]
- Fix proto.

22 years agoFix leak
Stanislav Malyshev [Mon, 10 Jun 2002 09:15:02 +0000 (09:15 +0000)]
Fix leak

22 years ago# mnogosearch update. Does not compile at this moment, but
Sergey Kartashoff [Mon, 10 Jun 2002 08:55:18 +0000 (08:55 +0000)]
# mnogosearch update. Does not compile at this moment, but
# there are not so many things left to fix...

22 years ago- Fix easter_(days|date)()s first parameter now really defaults to the current
Markus Fischer [Mon, 10 Jun 2002 07:51:28 +0000 (07:51 +0000)]
- Fix easter_(days|date)()s first parameter now really defaults to the current
  year if ommited (it was document but didn't work).

22 years agoFix bug #7045: shuffle() now provides consistent distribution of values
Andrei Zmievski [Mon, 10 Jun 2002 02:28:32 +0000 (02:28 +0000)]
Fix bug #7045: shuffle() now provides consistent distribution of values
in the array.

22 years agoChangeLog update
<changelog@php.net> [Mon, 10 Jun 2002 00:37:32 +0000 (00:37 +0000)]
ChangeLog update

22 years agoCommented out old unused stuff
Tomas V.V.Cox [Sun, 9 Jun 2002 18:34:04 +0000 (18:34 +0000)]
Commented out old unused stuff

# I'm not familiar with the 'make' syntax, please tell me if
# something is wrong

22 years agoMoved to pear/Archive_Tar/scripts
Tomas V.V.Cox [Sun, 9 Jun 2002 18:25:40 +0000 (18:25 +0000)]
Moved to pear/Archive_Tar/scripts

22 years agoif (!dl(php_gtk)) die("Unable to load the php_gtk extension\n");
Tomas V.V.Cox [Sun, 9 Jun 2002 18:18:01 +0000 (18:18 +0000)]
if (!dl(php_gtk)) die("Unable to load the php_gtk extension\n");

22 years agoBeautify config-show output, some wrap changes and fix small
Tomas V.V.Cox [Sun, 9 Jun 2002 18:12:59 +0000 (18:12 +0000)]
Beautify config-show output, some wrap changes and fix small
issue with _tableRow() with line counting

22 years agocleanup
foobar [Sun, 9 Jun 2002 17:05:17 +0000 (17:05 +0000)]
cleanup

22 years agodisplayLine() -> outputData()
Tomas V.V.Cox [Sun, 9 Jun 2002 16:29:50 +0000 (16:29 +0000)]
displayLine() -> outputData()

22 years ago- outputData($data, $command)
Tomas V.V.Cox [Sun, 9 Jun 2002 16:28:46 +0000 (16:28 +0000)]
- outputData($data, $command)
+ outputData($data, $command = '_default')