]> granicus.if.org Git - php/log
php
24 years agoNuke DEBUG.
Andrei Zmievski [Sat, 11 Mar 2000 22:22:31 +0000 (22:22 +0000)]
Nuke DEBUG.

24 years ago- Added additional DEFER macro.
Kristian Köhntopp [Sat, 11 Mar 2000 22:05:41 +0000 (22:05 +0000)]
- Added additional DEFER macro.
- First stab at porting the recode module. Still having problems
  with the _ex() functions, they core - why?

24 years ago- Oops I commited a name change for consistency of Zend/modules.h to
Andi Gutmans [Sat, 11 Mar 2000 20:57:35 +0000 (20:57 +0000)]
- Oops I commited a name change for consistency of Zend/modules.h to
  Zend/zend_modules.h before it being finished. Revert it

24 years ago- Don't define DEBUG anymore. Everyone should use PHP_DEBUG.
Andi Gutmans [Sat, 11 Mar 2000 20:48:49 +0000 (20:48 +0000)]
- Don't define DEBUG anymore. Everyone should use PHP_DEBUG.
  There are 2-3 third-party libs in PHP which use DEBUG and I left them
  this way (primary example is pcrelib).
- Please test things and Andrei, can you check that pcrelib stopped
  printing the warning messages?

24 years ago- Don't load modules which have different debug and ZTS information than
Andi Gutmans [Sat, 11 Mar 2000 16:23:30 +0000 (16:23 +0000)]
- Don't load modules which have different debug and ZTS information than
  PHP() (untested). Not sure how to handle API version. Should it also not
  load? It probably should but it might bite us at some point.
@ Prevent from loading dynamic PHP modules which were compiled with different
  debug and thread safety modes than PHP, which resulted in a crash (Andi)

24 years agoUpgrade to libtool 1.3.4
Sascha Schumann [Sat, 11 Mar 2000 12:33:10 +0000 (12:33 +0000)]
Upgrade to libtool 1.3.4

24 years agoUnix classpath fixes
Sam Ruby [Sat, 11 Mar 2000 12:05:17 +0000 (12:05 +0000)]
Unix classpath fixes

24 years agomkextlib is not created anymore
Sascha Schumann [Sat, 11 Mar 2000 11:36:46 +0000 (11:36 +0000)]
mkextlib is not created anymore

24 years agoWe don't need mkextlib anymore
Sascha Schumann [Sat, 11 Mar 2000 11:20:09 +0000 (11:20 +0000)]
We don't need mkextlib anymore

24 years agoswitching the order of arguments of mcal_week_of_day() to be more flexible -
Chuck Hagenbuch [Sat, 11 Mar 2000 05:40:22 +0000 (05:40 +0000)]
switching the order of arguments of mcal_week_of_day() to be more flexible -
day, month, year now so that month and year can be defaulted at some point.
this is also consistent with the library function.

24 years agoAdd mcal_week_of_year(), submitted by jtaskine@hit.fi.
Chuck Hagenbuch [Sat, 11 Mar 2000 02:15:14 +0000 (02:15 +0000)]
Add mcal_week_of_year(), submitted by jtaskine@hit.fi.

24 years agoChangeLog update
<changelog@php.net> [Sat, 11 Mar 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sat, 11 Mar 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update

24 years ago- Remove inline from functions which are pretty large and besides eating up
Andi Gutmans [Sat, 11 Mar 2000 01:13:10 +0000 (01:13 +0000)]
- Remove inline from functions which are pretty large and besides eating up
  memory in compile time probably doesn't boost performance.

24 years agoAdd generated file.
Andrei Zmievski [Fri, 10 Mar 2000 22:23:17 +0000 (22:23 +0000)]
Add generated file.

24 years agoReminder.
Andrei Zmievski [Fri, 10 Mar 2000 22:23:01 +0000 (22:23 +0000)]
Reminder.

24 years ago- Seems to be a problem here with the return value not being set
Andi Gutmans [Fri, 10 Mar 2000 21:22:48 +0000 (21:22 +0000)]
- Seems to be a problem here with the return value not being set

24 years ago- Use strlcpy() insted of strcpy()
Andi Gutmans [Fri, 10 Mar 2000 18:19:08 +0000 (18:19 +0000)]
- Use strlcpy() insted of strcpy()

24 years ago*** empty log message ***
Andi Gutmans [Fri, 10 Mar 2000 16:50:53 +0000 (16:50 +0000)]
*** empty log message ***

24 years ago- Quick way of supporting include_once().
Andi Gutmans [Fri, 10 Mar 2000 16:36:30 +0000 (16:36 +0000)]
- Quick way of supporting include_once().
  Good enough for RC1.

24 years ago- Support require_once().
Andi Gutmans [Fri, 10 Mar 2000 16:04:16 +0000 (16:04 +0000)]
- Support require_once().

24 years ago- Cleanup old IMPORT stuff
Andi Gutmans [Fri, 10 Mar 2000 15:05:00 +0000 (15:05 +0000)]
- Cleanup old IMPORT stuff

24 years ago- Nuke import, add include_once and include_require scanner/parser rules.
Andi Gutmans [Fri, 10 Mar 2000 15:01:21 +0000 (15:01 +0000)]
- Nuke import, add include_once and include_require scanner/parser rules.
  Hope to nuke use too :)

24 years ago- That broke the Win32 build
Andi Gutmans [Fri, 10 Mar 2000 12:26:59 +0000 (12:26 +0000)]
- That broke the Win32 build

24 years ago- replaced some old code to access server variables
Uwe Steinmann [Fri, 10 Mar 2000 11:36:27 +0000 (11:36 +0000)]
- replaced some old code to access server variables

24 years ago- Fix a bug and define an API_NO for the ZEND_MODULE_API
Andi Gutmans [Fri, 10 Mar 2000 10:14:05 +0000 (10:14 +0000)]
- Fix a bug and define an API_NO for the ZEND_MODULE_API

24 years ago- zend_config.h is enough
Andi Gutmans [Fri, 10 Mar 2000 08:36:04 +0000 (08:36 +0000)]
- zend_config.h is enough

24 years ago- Weird that this wasn't caught earlier
Andi Gutmans [Fri, 10 Mar 2000 08:34:13 +0000 (08:34 +0000)]
- Weird that this wasn't caught earlier

24 years ago- Save ZEND_DEBUG, ZTS, ZEND_API information
Andi Gutmans [Fri, 10 Mar 2000 08:28:54 +0000 (08:28 +0000)]
- Save ZEND_DEBUG, ZTS, ZEND_API information

24 years ago@- connection_aborted() and friends work again. (Thies)
Thies C. Arntzen [Fri, 10 Mar 2000 03:09:49 +0000 (03:09 +0000)]
@- connection_aborted() and friends work again. (Thies)

24 years agoChangeLog update
<changelog@php.net> [Fri, 10 Mar 2000 02:09:08 +0000 (02:09 +0000)]
ChangeLog update

25 years ago_close_odbc_conn calls _free_odbc_result if possible
Leo Baschy [Thu, 9 Mar 2000 22:19:57 +0000 (22:19 +0000)]
_close_odbc_conn calls _free_odbc_result if possible

25 years agoVPATH builds were broken, if the user specified the path to configure
Sascha Schumann [Thu, 9 Mar 2000 22:07:10 +0000 (22:07 +0000)]
VPATH builds were broken, if the user specified the path to configure
using an absolute path. With this change, absolute and relative paths
are accepted and processed correctly.

25 years agoPEAR now uses "use" instead of "include".
Stig Bakken [Thu, 9 Mar 2000 21:57:14 +0000 (21:57 +0000)]
PEAR now uses "use" instead of "include".

25 years agoFix build problem on systems where ulong is not defined.
Sascha Schumann [Thu, 9 Mar 2000 17:30:08 +0000 (17:30 +0000)]
Fix build problem on systems where ulong is not defined.
There ulong was defined to `unsigned long long' resulting
in compile-time problems in libmysql. The client library
uses `ulong' an `unsigned long' interchangeable.

The removed tests are performed by the Zend library, thus
this change has no negative impact.

Reported by: Dan Larsson <dl@tyfon.net>

25 years ago- Fix bug in syntax highlighter
Andi Gutmans [Thu, 9 Mar 2000 16:02:05 +0000 (16:02 +0000)]
- Fix bug in syntax highlighter

25 years ago- fixed cpdf_set_font() error
Uwe Steinmann [Thu, 9 Mar 2000 14:59:05 +0000 (14:59 +0000)]
- fixed cpdf_set_font() error

25 years ago- ups, fixed stupid compile errors
Uwe Steinmann [Thu, 9 Mar 2000 14:53:30 +0000 (14:53 +0000)]
- ups, fixed stupid compile errors

25 years ago- dropped support for version of pdflib < 3.0
Uwe Steinmann [Thu, 9 Mar 2000 14:41:15 +0000 (14:41 +0000)]
- dropped support for version of pdflib < 3.0
- better detection of libs required for pdflib

25 years agoBoth PHP and Java can't read Post data - let java do it and reconstruct for
Sam Ruby [Thu, 9 Mar 2000 13:07:25 +0000 (13:07 +0000)]
Both PHP and Java can't read Post data - let java do it and reconstruct for
PHP.

25 years ago- bug fix, insertion of links back into HTML document
Uwe Steinmann [Thu, 9 Mar 2000 12:45:55 +0000 (12:45 +0000)]
- bug fix, insertion of links back into HTML document
- smarter test script

25 years agoremove duplicate line
Sam Ruby [Thu, 9 Mar 2000 04:04:05 +0000 (04:04 +0000)]
remove duplicate line

25 years ago(OCILogon) fixed crash in OCILogon if username was not valid (newly introduced -...
Thies C. Arntzen [Thu, 9 Mar 2000 02:42:38 +0000 (02:42 +0000)]
(OCILogon) fixed crash in OCILogon if username was not valid (newly introduced - no need for a NEWS entry)

25 years agoChangeLog update
<changelog@php.net> [Thu, 9 Mar 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

25 years ago- several fixes and cleanups in hw module
Uwe Steinmann [Wed, 8 Mar 2000 17:51:58 +0000 (17:51 +0000)]
- several fixes and cleanups in hw module

25 years agoTypo.
Andrei Zmievski [Wed, 8 Mar 2000 15:04:19 +0000 (15:04 +0000)]
Typo.

25 years agoblah
Andrei Zmievski [Wed, 8 Mar 2000 15:02:41 +0000 (15:02 +0000)]
blah

25 years agoAnything in $HTTP_SESSION_VARS[] is auto-registered, if register_globals
Andrei Zmievski [Wed, 8 Mar 2000 14:57:26 +0000 (14:57 +0000)]
Anything in $HTTP_SESSION_VARS[] is auto-registered, if register_globals
is turned off.

25 years agoChangeLog update
<changelog@php.net> [Wed, 8 Mar 2000 02:09:10 +0000 (02:09 +0000)]
ChangeLog update

25 years ago- support for pdflib 3.0
Uwe Steinmann [Tue, 7 Mar 2000 20:51:15 +0000 (20:51 +0000)]
- support for pdflib 3.0

25 years agoChanged typo (interpretor->interpreter)
David Hedbor [Tue, 7 Mar 2000 20:20:42 +0000 (20:20 +0000)]
Changed typo (interpretor->interpreter)

25 years agoWrite configuration parameters into `config.nice', so you can redo the
Sascha Schumann [Tue, 7 Mar 2000 18:05:16 +0000 (18:05 +0000)]
Write configuration parameters into `config.nice', so you can redo the
same configuration with exactly one command.

25 years ago- quick hack to support pdflib 3.0 (not tested)
Uwe Steinmann [Tue, 7 Mar 2000 17:29:25 +0000 (17:29 +0000)]
- quick hack to support pdflib 3.0 (not tested)

25 years agoTry to locate the mysql.sock
Sascha Schumann [Tue, 7 Mar 2000 16:56:17 +0000 (16:56 +0000)]
Try to locate the mysql.sock

25 years agoMove the sincludes outside of AC_DEFUN(), so PHP can use the macros
Sascha Schumann [Tue, 7 Mar 2000 16:49:17 +0000 (16:49 +0000)]
Move the sincludes outside of AC_DEFUN(), so PHP can use the macros

25 years ago- Enable MySQL by default
Andi Gutmans [Tue, 7 Mar 2000 16:33:30 +0000 (16:33 +0000)]
- Enable MySQL by default

25 years agoExpanded checking for pcre.h and libpcre.a.
Andrei Zmievski [Tue, 7 Mar 2000 16:12:35 +0000 (16:12 +0000)]
Expanded checking for pcre.h and libpcre.a.

25 years ago- Thies, it is crucial :)
Andi Gutmans [Tue, 7 Mar 2000 15:50:51 +0000 (15:50 +0000)]
- Thies, it is crucial :)

25 years agoSapi/servlet build on Unix broken
Sam Ruby [Tue, 7 Mar 2000 15:41:34 +0000 (15:41 +0000)]
Sapi/servlet build on Unix broken

25 years ago- some cleanups and fixed memory leak
Uwe Steinmann [Tue, 7 Mar 2000 14:53:02 +0000 (14:53 +0000)]
- some cleanups and fixed memory leak

25 years agoInclude metaphone on win32 builds
Sam Ruby [Tue, 7 Mar 2000 14:43:39 +0000 (14:43 +0000)]
Include metaphone on win32 builds

25 years agoUnresolved external php_if_ftruncate on Win32
Sam Ruby [Tue, 7 Mar 2000 14:41:33 +0000 (14:41 +0000)]
Unresolved external php_if_ftruncate on Win32

25 years agoUse threads.m4
Sascha Schumann [Tue, 7 Mar 2000 13:27:37 +0000 (13:27 +0000)]
Use threads.m4

25 years agoUse improved POSIX threads check from threads.m4
Sascha Schumann [Tue, 7 Mar 2000 13:24:12 +0000 (13:24 +0000)]
Use improved POSIX threads check from threads.m4

This is shared between some projects (currently Apache 2.0, mhash, mcrypt)

25 years ago- switch to zend's double link list finished
Uwe Steinmann [Tue, 7 Mar 2000 13:16:01 +0000 (13:16 +0000)]
- switch to zend's double link list finished

25 years agoOnly define crypt if it is present
Sam Ruby [Tue, 7 Mar 2000 12:28:06 +0000 (12:28 +0000)]
Only define crypt if it is present

25 years agoCan't believe it hasn't been done yet.
Andrei Zmievski [Tue, 7 Mar 2000 04:28:43 +0000 (04:28 +0000)]
Can't believe it hasn't been done yet.

25 years agoKill warning.
Andrei Zmievski [Tue, 7 Mar 2000 04:28:29 +0000 (04:28 +0000)]
Kill warning.

25 years ago(php: dl) fixed MAXPATHLEN bug
Thies C. Arntzen [Tue, 7 Mar 2000 03:43:03 +0000 (03:43 +0000)]
(php: dl) fixed MAXPATHLEN bug
# now it's /* SAFE */ !

25 years agoChangeLog update
<changelog@php.net> [Tue, 7 Mar 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Tue, 7 Mar 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update

25 years agoIt looks like a number of "standard" extensions are now truly builtin...
Sam Ruby [Tue, 7 Mar 2000 01:50:02 +0000 (01:50 +0000)]
It looks like a number of "standard" extensions are now truly builtin...

25 years agoChange default UNIX sock to /tmp/mysql.sock
Sascha Schumann [Mon, 6 Mar 2000 23:12:56 +0000 (23:12 +0000)]
Change default UNIX sock to /tmp/mysql.sock

25 years agoBuild fixes - MySQL now actually works
Sascha Schumann [Mon, 6 Mar 2000 22:38:49 +0000 (22:38 +0000)]
Build fixes - MySQL now actually works

25 years ago@Cleaned up extension namespace (Stig)
Stig Bakken [Mon, 6 Mar 2000 20:37:11 +0000 (20:37 +0000)]
@Cleaned up extension namespace (Stig)
Cleaned up extension namespace, and changed ext/standard into one single
extension.

25 years agoupdate
Sascha Schumann [Mon, 6 Mar 2000 20:14:18 +0000 (20:14 +0000)]
update

25 years agoadded GINIT_FUNC_ARGS and GINIT_FUNC_ARGS_PASSTHRU
Stig S. Bakken [Mon, 6 Mar 2000 20:13:04 +0000 (20:13 +0000)]
added GINIT_FUNC_ARGS and GINIT_FUNC_ARGS_PASSTHRU

25 years agoFinish config.m4 changes
Sascha Schumann [Mon, 6 Mar 2000 20:12:12 +0000 (20:12 +0000)]
Finish config.m4 changes

25 years agoBuild always against embedded library
Sascha Schumann [Mon, 6 Mar 2000 20:06:55 +0000 (20:06 +0000)]
Build always against embedded library

25 years agoModularize mysql autoconf stuff
Sascha Schumann [Mon, 6 Mar 2000 20:06:23 +0000 (20:06 +0000)]
Modularize mysql autoconf stuff

25 years agoUse php_module_shutdown_wrapper as the shutdown function
David Hedbor [Mon, 6 Mar 2000 19:27:59 +0000 (19:27 +0000)]
Use php_module_shutdown_wrapper as the shutdown function

25 years agoUse
David Hedbor [Mon, 6 Mar 2000 19:26:39 +0000 (19:26 +0000)]
Use

25 years ago- Bump up Zend's API version
Zeev Suraski [Mon, 6 Mar 2000 19:25:08 +0000 (19:25 +0000)]
- Bump up Zend's API version

25 years agoAdded ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU.
Stig S. Bakken [Mon, 6 Mar 2000 18:46:10 +0000 (18:46 +0000)]
Added ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU.

25 years agoChange extension names in all extensions' zend_module_entry to their
Stig Bakken [Mon, 6 Mar 2000 18:44:01 +0000 (18:44 +0000)]
Change extension names in all extensions' zend_module_entry to their
directory name.

25 years ago- Fix memory leak
Andi Gutmans [Mon, 6 Mar 2000 17:13:38 +0000 (17:13 +0000)]
- Fix memory leak

25 years ago"User interface" for removing all files which are ignored by cvs
Sascha Schumann [Mon, 6 Mar 2000 16:02:01 +0000 (16:02 +0000)]
"User interface" for removing all files which are ignored by cvs
(i.e. object files, Makefiles)

25 years agoHartmut don't touch protos. Only two lines are allowed.
Egon Schmid [Mon, 6 Mar 2000 16:01:54 +0000 (16:01 +0000)]
Hartmut don't touch protos. Only two lines are allowed.

25 years ago- Missed one
Andi Gutmans [Mon, 6 Mar 2000 15:58:50 +0000 (15:58 +0000)]
- Missed one

25 years agooff-by-one error (bug id #3741) fixed
Hartmut Holzgraefe [Mon, 6 Mar 2000 15:32:05 +0000 (15:32 +0000)]
off-by-one error (bug id #3741) fixed

25 years agoNeed to pass PLS_DC.
Andrei Zmievski [Mon, 6 Mar 2000 14:37:48 +0000 (14:37 +0000)]
Need to pass PLS_DC.

25 years ago(php_get_session_var)
Andrei Zmievski [Mon, 6 Mar 2000 14:36:11 +0000 (14:36 +0000)]
(php_get_session_var)
The variables are now serialized either from globals or from
$HTTP_STATE_VARS[] array, depending on register_globals and track_vars
settings.

25 years agoCleanup
Sam Ruby [Mon, 6 Mar 2000 13:19:58 +0000 (13:19 +0000)]
Cleanup

25 years ago- root property in Dom Doc class is now reference to array element in
Uwe Steinmann [Mon, 6 Mar 2000 13:11:21 +0000 (13:11 +0000)]
- root property in Dom Doc class is now reference to array element in
  children property

25 years agoUnresolved externs
Sam Ruby [Mon, 6 Mar 2000 10:46:40 +0000 (10:46 +0000)]
Unresolved externs

25 years ago@- OCINLogon() sessions are now closed again. (Thies)
Thies C. Arntzen [Mon, 6 Mar 2000 08:02:15 +0000 (08:02 +0000)]
@- OCINLogon() sessions are now closed again. (Thies)
# happy hacking in hongkong!

25 years agoIt's official now...
Zeev Suraski [Mon, 6 Mar 2000 05:26:39 +0000 (05:26 +0000)]
It's official now...

25 years agoChangeLog update
<changelog@php.net> [Mon, 6 Mar 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

25 years agoEliminate "wrong number of parameters" warning
Sam Ruby [Sun, 5 Mar 2000 23:59:56 +0000 (23:59 +0000)]
Eliminate "wrong number of parameters" warning

25 years ago- Make some fixes although there is a problem with getpid() being defined
Andi Gutmans [Sun, 5 Mar 2000 21:40:40 +0000 (21:40 +0000)]
- Make some fixes although there is a problem with getpid() being defined
in process.h as getpid(void) and thus having an arugment. We might need to
define a php_getpid() function to wrap getpid().