]> granicus.if.org Git - php/log
php
25 years ago * use faster Ns_ConnWrite()
Sascha Schumann [Sat, 25 Sep 1999 18:51:38 +0000 (18:51 +0000)]
* use faster Ns_ConnWrite()
    * access cookies correctly
    * set HTTP_* variables for script

25 years ago * cleanup
Sascha Schumann [Sat, 25 Sep 1999 16:51:18 +0000 (16:51 +0000)]
* cleanup
    * make cookies work

25 years agofixed callback code -> now $parser is passed as a resource!
Thies C. Arntzen [Sat, 25 Sep 1999 16:42:31 +0000 (16:42 +0000)]
fixed callback code -> now $parser is passed as a resource!

25 years ago * use consistent php_ns prefix
Sascha Schumann [Sat, 25 Sep 1999 16:06:55 +0000 (16:06 +0000)]
* use consistent php_ns prefix
    * improve configuration code
    * shutdown SAPI/TSRM correctly

25 years ago Add entry for AOLserver.
Sascha Schumann [Sat, 25 Sep 1999 15:41:51 +0000 (15:41 +0000)]
Add entry for AOLserver.

25 years ago * remove debugging message
Sascha Schumann [Sat, 25 Sep 1999 15:37:02 +0000 (15:37 +0000)]
* remove debugging message
    * use SAPI's http response code
    * improve POST read (still blocks in Ns_ConnRead, even if there is enough
      data to read)
    * improve config data handling

25 years ago New Zend API
Sascha Schumann [Sat, 25 Sep 1999 12:09:50 +0000 (12:09 +0000)]
New Zend API

25 years ago Use new Zend API
Sascha Schumann [Sat, 25 Sep 1999 11:55:42 +0000 (11:55 +0000)]
Use new Zend API

25 years ago*** empty log message ***
Andreas Karajannis [Sat, 25 Sep 1999 11:36:34 +0000 (11:36 +0000)]
*** empty log message ***

25 years agoodbc now uses the new Zend function api
Andreas Karajannis [Sat, 25 Sep 1999 11:30:28 +0000 (11:30 +0000)]
odbc now uses the new Zend function api

25 years agoUse new Zend API.
Stefan Roehrich [Sat, 25 Sep 1999 11:23:02 +0000 (11:23 +0000)]
Use new Zend API.

25 years ago - support POST and HEAD requests
Sascha Schumann [Sat, 25 Sep 1999 01:06:33 +0000 (01:06 +0000)]
-   support POST and HEAD requests
    -   clean up module_main()
    -   allow arbitrary mappings

25 years ago Initial AOLserver support. Note that the current way of creating
Sascha Schumann [Sat, 25 Sep 1999 00:32:25 +0000 (00:32 +0000)]
Initial AOLserver support. Note that the current way of creating
    the shared library works only with GNU utilities. Some features
    have to be added yet (i.e. POST and cookie support).

25 years ago- Updated array functions to use high-performance API
Andrey Hristov [Fri, 24 Sep 1999 22:44:41 +0000 (22:44 +0000)]
- Updated array functions to use high-performance API
- Updated preg_split() to allow returning only non-empty pieces

25 years ago PTHREADS is a custom symbol
Sascha Schumann [Fri, 24 Sep 1999 20:52:46 +0000 (20:52 +0000)]
PTHREADS is a custom symbol

25 years ago Additionally check libc_r (*BSD) for pthread functions
Sascha Schumann [Fri, 24 Sep 1999 20:14:44 +0000 (20:14 +0000)]
Additionally check libc_r (*BSD) for pthread functions

25 years ago*** empty log message ***
Andrey Hristov [Fri, 24 Sep 1999 20:12:28 +0000 (20:12 +0000)]
*** empty log message ***

25 years agoUpdate to new high-performance function API.
Andrey Hristov [Fri, 24 Sep 1999 20:11:06 +0000 (20:11 +0000)]
Update to new high-performance function API.

25 years ago Use new Zend API.
Sascha Schumann [Fri, 24 Sep 1999 19:35:25 +0000 (19:35 +0000)]
Use new Zend API.

25 years ago Add _ex API implementation for booleans.
Sascha Schumann [Fri, 24 Sep 1999 19:22:25 +0000 (19:22 +0000)]
Add _ex API implementation for booleans.

25 years ago Use new Zend API and some minor cleanup.
Sascha Schumann [Fri, 24 Sep 1999 19:15:17 +0000 (19:15 +0000)]
Use new Zend API and some minor cleanup.

25 years ago*** empty log message ***
Andrey Hristov [Fri, 24 Sep 1999 18:58:36 +0000 (18:58 +0000)]
*** empty log message ***

25 years agoExtended var_dump to handle IS_RESOURCE somewhat.
Andrey Hristov [Fri, 24 Sep 1999 18:57:02 +0000 (18:57 +0000)]
Extended var_dump to handle IS_RESOURCE somewhat.

25 years agoUpdate WDDX for new high-performance function API.
Andrey Hristov [Fri, 24 Sep 1999 18:43:34 +0000 (18:43 +0000)]
Update WDDX for new high-performance function API.

25 years agowe want to know who to "blame";-)
Thies C. Arntzen [Fri, 24 Sep 1999 18:07:26 +0000 (18:07 +0000)]
we want to know who to "blame";-)

25 years agoupdated XML (only partly tested)
Thies C. Arntzen [Fri, 24 Sep 1999 18:02:58 +0000 (18:02 +0000)]
updated XML (only partly tested)

25 years agomore high-tech shared building
Stig Bakken [Fri, 24 Sep 1999 15:35:35 +0000 (15:35 +0000)]
more high-tech shared building

25 years agokill another warning
Stig Bakken [Fri, 24 Sep 1999 15:34:54 +0000 (15:34 +0000)]
kill another warning

25 years agokill warning
Stig Bakken [Fri, 24 Sep 1999 15:34:30 +0000 (15:34 +0000)]
kill warning

25 years agoset "phplibdir" in configure so it doesn't have to be set in Makefile.am
Stig Bakken [Fri, 24 Sep 1999 15:34:06 +0000 (15:34 +0000)]
set "phplibdir" in configure so it doesn't have to be set in Makefile.am

25 years agouse getParameterEx
Thies C. Arntzen [Fri, 24 Sep 1999 15:10:13 +0000 (15:10 +0000)]
use getParameterEx

25 years ago#if !HAVE_FOO -> #ifndef HAVE_FOO
Stig Bakken [Fri, 24 Sep 1999 14:41:27 +0000 (14:41 +0000)]
#if !HAVE_FOO -> #ifndef HAVE_FOO

25 years agoAM_PROG_LIBTOOL is obsolete in libtool 1.3.3, which we now require.
Stig Bakken [Fri, 24 Sep 1999 14:36:43 +0000 (14:36 +0000)]
AM_PROG_LIBTOOL is obsolete in libtool 1.3.3, which we now require.
Using AC_PROG_LIBTOOL instead.

25 years agoDetect automake/libtool that are installed with different prefixes.
Stig Bakken [Fri, 24 Sep 1999 14:29:28 +0000 (14:29 +0000)]
Detect automake/libtool that are installed with different prefixes.

25 years agofixed warning
Thies C. Arntzen [Fri, 24 Sep 1999 14:18:33 +0000 (14:18 +0000)]
fixed warning

25 years agoCompile fixes for WDDX, XML and Zlib (untested)
Zeev Suraski [Fri, 24 Sep 1999 14:14:47 +0000 (14:14 +0000)]
Compile fixes for WDDX, XML and Zlib (untested)

25 years agoThis should make the Sybase CT module compile again (untested)
Zeev Suraski [Fri, 24 Sep 1999 14:11:53 +0000 (14:11 +0000)]
This should make the Sybase CT module compile again (untested)

25 years agoThis should make the mSQL module compile again (untested)
Zeev Suraski [Fri, 24 Sep 1999 14:09:37 +0000 (14:09 +0000)]
This should make the mSQL module compile again (untested)

25 years agoOk guys, the prototype for zend_fetch_resource*() has changed - it now
Zeev Suraski [Fri, 24 Sep 1999 14:07:15 +0000 (14:07 +0000)]
Ok guys, the prototype for zend_fetch_resource*() has changed - it now
accepts a zval ** instead of a zval *, to be suitable for use with the
getParametersEx() API.
You don't have to switch to the getParametersEx() API, but you will have to
go over your code and add &'s where it's applicable (of course, if you have
the mental strength to go over your code and convert it to use the Ex API,
it's best).

The MySQL module now uses the getParametersEx() API completely.

25 years agoExify the standardized resource stuff
Zeev Suraski [Fri, 24 Sep 1999 14:03:45 +0000 (14:03 +0000)]
Exify the standardized resource stuff

25 years ago Link with libtsrm.a, if thread-safety is chosen.
Sascha Schumann [Thu, 23 Sep 1999 20:27:17 +0000 (20:27 +0000)]
Link with libtsrm.a, if thread-safety is chosen.

25 years ago Exit, if subsequent configure scripts fail.
Sascha Schumann [Thu, 23 Sep 1999 20:17:07 +0000 (20:17 +0000)]
Exit, if subsequent configure scripts fail.

25 years ago Try to find ANSI/STDC compatible mode of host compiler
Sascha Schumann [Thu, 23 Sep 1999 19:34:42 +0000 (19:34 +0000)]
Try to find ANSI/STDC compatible mode of host compiler

25 years agofixed php3 code problem
Andrew Skalski [Thu, 23 Sep 1999 17:54:26 +0000 (17:54 +0000)]
fixed php3 code problem

25 years ago- Fix bug #2364.
Andi Gutmans [Thu, 23 Sep 1999 16:13:31 +0000 (16:13 +0000)]
- Fix bug #2364.
  I haven't checked all of the conversion macros yet but there's a change
  there are more such bugs there.

25 years ago Fix vpath build w/ thread-safe enabled on Unix.
Sascha Schumann [Thu, 23 Sep 1999 16:07:16 +0000 (16:07 +0000)]
Fix vpath build w/ thread-safe enabled on Unix.

25 years agoSmall clarification.
Andrey Hristov [Thu, 23 Sep 1999 15:37:01 +0000 (15:37 +0000)]
Small clarification.

25 years ago This version is finally the standard one. The last one was created
Sascha Schumann [Thu, 23 Sep 1999 14:53:39 +0000 (14:53 +0000)]
This version is finally the standard one. The last one was created
    using the 'nested ifs mode' which seems to be the source of the problem.

25 years agoAdded support for Easysoft ODBC-ODBC Bridge
Nick Gorham [Thu, 23 Sep 1999 14:46:35 +0000 (14:46 +0000)]
Added support for Easysoft ODBC-ODBC Bridge
Fixed bug in odbc_setoption

25 years agofixed typo in mcal_list_alarms()
Andrew Skalski [Thu, 23 Sep 1999 14:34:00 +0000 (14:34 +0000)]
fixed typo in mcal_list_alarms()

25 years ago re2c's bit vectors appear to be not binary clean. Revert to
Sascha Schumann [Thu, 23 Sep 1999 14:09:42 +0000 (14:09 +0000)]
re2c's bit vectors appear to be not binary clean. Revert to
    standard mode for the moment.

25 years agotiny optimisation
Thies C. Arntzen [Thu, 23 Sep 1999 11:20:56 +0000 (11:20 +0000)]
tiny optimisation

25 years agoOra_Fetch_Into now resets the returned array in all cases
Thies C. Arntzen [Thu, 23 Sep 1999 10:23:12 +0000 (10:23 +0000)]
Ora_Fetch_Into now resets the returned array in all cases

25 years agofixed NULL column
Thies C. Arntzen [Thu, 23 Sep 1999 09:15:38 +0000 (09:15 +0000)]
fixed NULL column
cleanups

25 years agoAdded odbc metadata update log
Nick Gorham [Wed, 22 Sep 1999 21:15:35 +0000 (21:15 +0000)]
Added odbc metadata update log

25 years agoAdded support for metadata functions, odbc_tables, odbc_columns,
Nick Gorham [Wed, 22 Sep 1999 21:14:03 +0000 (21:14 +0000)]
Added support for metadata functions, odbc_tables, odbc_columns,
    odbc_columnprivileges, odbc_foreignkeys, odbc_gettypeinfo,
    odbc_primarykeys, odbc_procedurecolumns, odbc_procedures,
    odbc_procedurecolumns, odbc_procedures, odbc_specialcolumns,
    odbc_statistics, odbc_tableprivileges

25 years agomcal fix
Andrew Skalski [Wed, 22 Sep 1999 20:23:34 +0000 (20:23 +0000)]
mcal fix

25 years agoadded null-checking in make_event_object
Andrew Skalski [Wed, 22 Sep 1999 20:21:40 +0000 (20:21 +0000)]
added null-checking in make_event_object

25 years agoAdded optional port argument to ftp_connect()
Andrew Skalski [Wed, 22 Sep 1999 16:07:41 +0000 (16:07 +0000)]
Added optional port argument to ftp_connect()

25 years agoi always forget something;-)
Thies C. Arntzen [Wed, 22 Sep 1999 15:26:16 +0000 (15:26 +0000)]
i always forget something;-)

25 years agofixed Ora_PLogon (rewrote ora_do_logon using php_mysql.c)
Thies C. Arntzen [Wed, 22 Sep 1999 15:16:19 +0000 (15:16 +0000)]
fixed Ora_PLogon (rewrote ora_do_logon using php_mysql.c)
oracle_hack.c should no longer be needed!

25 years agopreliminary fix for each until andi & zeev clean up!
Thies C. Arntzen [Wed, 22 Sep 1999 09:57:42 +0000 (09:57 +0000)]
preliminary fix for each until andi & zeev clean up!

25 years agoresourcified Oracle
Thies C. Arntzen [Wed, 22 Sep 1999 09:52:19 +0000 (09:52 +0000)]
resourcified Oracle

25 years agoif you pass NULL as the resource_type_name to zend_fetch_resource*&friends the functi...
Thies C. Arntzen [Wed, 22 Sep 1999 09:46:44 +0000 (09:46 +0000)]
if you pass NULL as the resource_type_name to zend_fetch_resource*&friends the functions will not print any warnings if the resource is not found!

25 years agoAdded new allowable_tags for gzgetss() in ChangeLog, too.
Stefan Roehrich [Wed, 22 Sep 1999 08:11:17 +0000 (08:11 +0000)]
Added new allowable_tags for gzgetss() in ChangeLog, too.

25 years agoFixed gzgetss() with new _php3_strip_tags, corrected prototype.
Stefan Roehrich [Wed, 22 Sep 1999 07:43:36 +0000 (07:43 +0000)]
Fixed gzgetss() with new _php3_strip_tags, corrected prototype.

25 years ago- fixed misleading explaination of fdftk option
Uwe Steinmann [Wed, 22 Sep 1999 05:27:55 +0000 (05:27 +0000)]
- fixed misleading explaination of fdftk option

25 years ago- Get rid of warning on win32, non-threadsafe mode.
Andi Gutmans [Wed, 22 Sep 1999 05:26:22 +0000 (05:26 +0000)]
- Get rid of warning on win32, non-threadsafe mode.

25 years agoremoved NULL reference
Andrew Skalski [Tue, 21 Sep 1999 23:37:26 +0000 (23:37 +0000)]
removed NULL reference

25 years agoadded missing "addr.sin_family = AF_INET" to socket routines
Andrew Skalski [Tue, 21 Sep 1999 23:34:45 +0000 (23:34 +0000)]
added missing "addr.sin_family = AF_INET" to socket routines

25 years ago*** empty log message ***
Andrey Hristov [Tue, 21 Sep 1999 21:39:20 +0000 (21:39 +0000)]
*** empty log message ***

25 years agoWDDX can now serialize and deserialize objects. It uses a variable named
Andrey Hristov [Tue, 21 Sep 1999 21:38:51 +0000 (21:38 +0000)]
WDDX can now serialize and deserialize objects. It uses a variable named
'php_classname' to store the class name as part of the structure. This way
WDDX modules in other languages don't get broken by extensions to DTD
we would have had to make otherwise.

25 years agoSlightly redundant to check for crypt() here again, but the TRY_RUN stuff
Rasmus Lerdorf [Tue, 21 Sep 1999 20:10:53 +0000 (20:10 +0000)]
Slightly redundant to check for crypt() here again, but the TRY_RUN stuff
needs it defined in the same m4 file or it won't work, and it will just
get pulled out of the cache anyway, so it isn't a big deal.

25 years ago- Fix problem where function parameter fetches were created too late.
Andi Gutmans [Tue, 21 Sep 1999 20:00:01 +0000 (20:00 +0000)]
- Fix problem where function parameter fetches were created too late.

25 years agofgetss/gzgetss fixes
Rasmus Lerdorf [Tue, 21 Sep 1999 17:50:51 +0000 (17:50 +0000)]
fgetss/gzgetss fixes

25 years agoA couple of fixes.
Andrey Hristov [Tue, 21 Sep 1999 17:06:30 +0000 (17:06 +0000)]
A couple of fixes.

25 years ago AC_CRYPT_CAP depends on symbol checks performed later.
Sascha Schumann [Tue, 21 Sep 1999 15:00:22 +0000 (15:00 +0000)]
AC_CRYPT_CAP depends on symbol checks performed later.

25 years ago * Do not check explicitly for symbols in the C library (fixes #2339)
Sascha Schumann [Tue, 21 Sep 1999 14:51:24 +0000 (14:51 +0000)]
* Do not check explicitly for symbols in the C library (fixes #2339)

    * sort function checks

25 years agoadded krsort() function
Thies C. Arntzen [Tue, 21 Sep 1999 14:36:41 +0000 (14:36 +0000)]
added krsort() function

25 years ago Continue, if re2c is not available.
Sascha Schumann [Tue, 21 Sep 1999 12:24:41 +0000 (12:24 +0000)]
Continue, if re2c is not available.

    Using the ".new" suffix, we prevent the shell from zeroing the file.

25 years ago Fix typo.
Sascha Schumann [Tue, 21 Sep 1999 08:41:31 +0000 (08:41 +0000)]
Fix typo.

    catched by: ssb

25 years ago Use install-sh (autoconf) script to install php. This automatically
Sascha Schumann [Tue, 21 Sep 1999 08:37:27 +0000 (08:37 +0000)]
Use install-sh (autoconf) script to install php. This automatically
    creates the bindir path, so that the effect described in #2304 disappears.

25 years ago On at least Win32, gettimeofday() returns values in tv_usec which exceed
Sascha Schumann [Tue, 21 Sep 1999 08:22:33 +0000 (08:22 +0000)]
On at least Win32, gettimeofday() returns values in tv_usec which exceed
    1,000,000.

    For portability reasons we set the integer part of our result to 0.
    This is equivalent to using tv_usec % 1000000.

25 years ago*** empty log message ***
Zeev Suraski [Tue, 21 Sep 1999 07:32:50 +0000 (07:32 +0000)]
*** empty log message ***

25 years agoAdd get_func_args()
Zeev Suraski [Tue, 21 Sep 1999 07:31:24 +0000 (07:31 +0000)]
Add get_func_args()

25 years ago*** empty log message ***
Zeev Suraski [Tue, 21 Sep 1999 00:46:22 +0000 (00:46 +0000)]
*** empty log message ***

25 years agowoops
Rasmus Lerdorf [Tue, 21 Sep 1999 00:21:01 +0000 (00:21 +0000)]
woops

25 years agoFix zlib compile problem
Rasmus Lerdorf [Tue, 21 Sep 1999 00:15:21 +0000 (00:15 +0000)]
Fix zlib compile problem

25 years ago- Move some more language specific functions over to Zend.
Andi Gutmans [Mon, 20 Sep 1999 21:29:41 +0000 (21:29 +0000)]
- Move some more language specific functions over to Zend.
  get_class() and friends.

25 years ago- Move some more Zend internal functions from PHP
Andi Gutmans [Mon, 20 Sep 1999 21:28:37 +0000 (21:28 +0000)]
- Move some more Zend internal functions from PHP

25 years ago Timestamp commit. I do consider removing the rule from Makefile.am
Sascha Schumann [Mon, 20 Sep 1999 21:17:26 +0000 (21:17 +0000)]
Timestamp commit. I do consider removing the rule from Makefile.am

25 years agoHere was also something missing.
Egon Schmid [Mon, 20 Sep 1999 20:05:26 +0000 (20:05 +0000)]
Here was also something missing.

25 years ago- Next part of locking fix.
Andi Gutmans [Mon, 20 Sep 1999 18:17:32 +0000 (18:17 +0000)]
- Next part of locking fix.
  $var = expr; and $var += expr; first create code for expr and later on
  for the fetch_w of $var.

25 years agoadded FTP module
Andrew Skalski [Mon, 20 Sep 1999 18:12:55 +0000 (18:12 +0000)]
added FTP module

25 years ago- Newline for Sun's compiler
Andi Gutmans [Mon, 20 Sep 1999 17:01:38 +0000 (17:01 +0000)]
- Newline for Sun's compiler

25 years ago- Add some internal functions to Zend
Andi Gutmans [Mon, 20 Sep 1999 16:56:09 +0000 (16:56 +0000)]
- Add some internal functions to Zend

25 years ago- Internal functions which are basic language functions should be in Zend
Andi Gutmans [Mon, 20 Sep 1999 16:56:02 +0000 (16:56 +0000)]
- Internal functions which are basic language functions should be in Zend
  and not in PHP. I.e. strlen(), each(), error_reporting(), count(),
  get_class_name().

25 years agoAdded optional allowable_tags arguments to strip_tags() and fgetss() to
Rasmus Lerdorf [Mon, 20 Sep 1999 15:50:56 +0000 (15:50 +0000)]
Added optional allowable_tags arguments to strip_tags() and fgetss() to
allow you to specify a string of tags that are not to be stripped

Could have used flex for this, and Andrew sent me a flex file to do this,
but I could do the same thing with only minor additions to the existing
state machine and the resulting code is much smaller and tighter.

25 years ago- First step in fixing locking problem. Array fetches are now always done last.
Andi Gutmans [Mon, 20 Sep 1999 15:44:30 +0000 (15:44 +0000)]
- First step in fixing locking problem. Array fetches are now always done last.
  Later on we will want to delay the write fetches even longer until after their
  resulting expression is parsed. The way it is now, will make it very easy
  to delay as long as we need.

25 years agophp3 compatibility added
Andrew Skalski [Mon, 20 Sep 1999 15:40:22 +0000 (15:40 +0000)]
php3 compatibility added