]> granicus.if.org Git - php/log
php
25 years ago- Small startup fix.
Andi Gutmans [Wed, 28 Apr 1999 17:38:24 +0000 (17:38 +0000)]
- Small startup fix.

25 years agodsp update
Andi Gutmans [Wed, 28 Apr 1999 16:13:09 +0000 (16:13 +0000)]
dsp update

25 years agoAdd fgetcsv() here as well
Rasmus Lerdorf [Tue, 27 Apr 1999 13:06:58 +0000 (13:06 +0000)]
Add fgetcsv() here as well

25 years ago* Fix debugger+interactive mode bug
Zeev Suraski [Tue, 27 Apr 1999 11:00:59 +0000 (11:00 +0000)]
* Fix debugger+interactive mode bug
* Recognize whether an extension is with debug information or not

25 years ago* Get rid of the memory leak messages in case of fatal errors or exit()
Zeev Suraski [Tue, 27 Apr 1999 10:00:54 +0000 (10:00 +0000)]
* Get rid of the memory leak messages in case of fatal errors or exit()
* .dsp fixes
* Minor fixes

25 years ago* Small startup fix
Zeev Suraski [Mon, 26 Apr 1999 20:20:12 +0000 (20:20 +0000)]
* Small startup fix
* Fix min() and max()

25 years agoTemporary fix for CGI compilation under UNIX
Zeev Suraski [Mon, 26 Apr 1999 19:48:10 +0000 (19:48 +0000)]
Temporary fix for CGI compilation under UNIX

25 years agoSomehow the rules for the configuration parser/scanners disappeared
Zeev Suraski [Mon, 26 Apr 1999 19:02:59 +0000 (19:02 +0000)]
Somehow the rules for the configuration parser/scanners disappeared

25 years agoFixing a few thing to make AC_CHECK_CC_OPTION work.
Andrey Hristov [Mon, 26 Apr 1999 18:06:04 +0000 (18:06 +0000)]
Fixing a few thing to make AC_CHECK_CC_OPTION work.

25 years ago* Get the Apache module to compile again
Zeev Suraski [Mon, 26 Apr 1999 17:26:37 +0000 (17:26 +0000)]
* Get the Apache module to compile again
* Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code,
  but it nuked a global)

25 years agofix
Zeev Suraski [Mon, 26 Apr 1999 15:16:06 +0000 (15:16 +0000)]
fix

25 years agoMatch the CVS name
Zeev Suraski [Mon, 26 Apr 1999 14:11:20 +0000 (14:11 +0000)]
Match the CVS name

25 years agoVarious thread safety fixes and DLL updates
Zeev Suraski [Mon, 26 Apr 1999 14:10:42 +0000 (14:10 +0000)]
Various thread safety fixes and DLL updates

25 years ago* Plenty of thread safety and Win32 work.
Zeev Suraski [Mon, 26 Apr 1999 14:00:49 +0000 (14:00 +0000)]
* Plenty of thread safety and Win32 work.
* Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL.
* Switched to using the DLL runtime library under Win32.  PHP will NOT work if
  compiled against the static library!
* Removed yesterday's php4libts project (with php4dllts, it's obsolete).

This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also
dependant on the thread-unsafe DLL.

25 years ago-Add .dsp file
Andi Gutmans [Mon, 26 Apr 1999 03:04:29 +0000 (03:04 +0000)]
-Add .dsp file

25 years ago-More commits
Andi Gutmans [Mon, 26 Apr 1999 03:03:39 +0000 (03:03 +0000)]
-More commits

25 years ago-More
Andi Gutmans [Mon, 26 Apr 1999 03:03:36 +0000 (03:03 +0000)]
-More

25 years agoMake GD config fail if it doesn't find the gd files
Rasmus Lerdorf [Sun, 25 Apr 1999 23:29:52 +0000 (23:29 +0000)]
Make GD config fail if it doesn't find the gd files

25 years agoPHP3 compat stuff
Sascha Schumann [Sun, 25 Apr 1999 22:22:13 +0000 (22:22 +0000)]
PHP3 compat stuff

25 years agoOk, apxs build works nicely now
Rasmus Lerdorf [Sun, 25 Apr 1999 22:16:44 +0000 (22:16 +0000)]
Ok, apxs build works nicely now

25 years agooops, the 0th byte should be set, too
Sascha Schumann [Sun, 25 Apr 1999 21:50:24 +0000 (21:50 +0000)]
oops, the 0th byte should be set, too

25 years agofinal change (?), add get_algorithms_name
Sascha Schumann [Sun, 25 Apr 1999 21:49:01 +0000 (21:49 +0000)]
final change (?), add get_algorithms_name

25 years agomake code more compact
Sascha Schumann [Sun, 25 Apr 1999 21:32:52 +0000 (21:32 +0000)]
make code more compact

25 years agoremove some redundant code
Sascha Schumann [Sun, 25 Apr 1999 21:24:07 +0000 (21:24 +0000)]
remove some redundant code

25 years agothat was a silly one
Sascha Schumann [Sun, 25 Apr 1999 21:13:21 +0000 (21:13 +0000)]
that was a silly one

25 years agoadd OFB mode, the final one
Sascha Schumann [Sun, 25 Apr 1999 21:11:29 +0000 (21:11 +0000)]
add OFB mode, the final one

25 years agoadd mcrypt_create_iv()
Sascha Schumann [Sun, 25 Apr 1999 21:09:07 +0000 (21:09 +0000)]
add mcrypt_create_iv()

25 years agoWin32 isn't a good os to commit uppercase files with...
Zeev Suraski [Sun, 25 Apr 1999 21:04:17 +0000 (21:04 +0000)]
Win32 isn't a good os to commit uppercase files with...

25 years agocleanup, add new stream mode, allow IV for CBC mode
Sascha Schumann [Sun, 25 Apr 1999 20:44:52 +0000 (20:44 +0000)]
cleanup, add new stream mode, allow IV for CBC mode

25 years agoadd get_(key|block)_size
Sascha Schumann [Sun, 25 Apr 1999 20:32:15 +0000 (20:32 +0000)]
add get_(key|block)_size

25 years agoAh, these too
Andi Gutmans [Sun, 25 Apr 1999 19:36:57 +0000 (19:36 +0000)]
Ah, these too

25 years ago* Fix a couple of thread safety issues
Andi Gutmans [Sun, 25 Apr 1999 19:35:44 +0000 (19:35 +0000)]
* Fix a couple of thread safety issues
* Add initial ISAPI support.  Very very experimental.
* In the thread safe version, generate php4 as a library so that we can link it with both
php.exe and the ISAPI dll.  We should probably consider doing that under all circumstances,
under UNIX as well.

The thread-unsafe version *should* be unharmed.

25 years agoadd CBC
Sascha Schumann [Sun, 25 Apr 1999 17:04:56 +0000 (17:04 +0000)]
add CBC

25 years agoadd mcrypt module
Sascha Schumann [Sun, 25 Apr 1999 16:50:40 +0000 (16:50 +0000)]
add mcrypt module

25 years agoOk, this beast compiles via --with-apxs
Rasmus Lerdorf [Sun, 25 Apr 1999 14:10:23 +0000 (14:10 +0000)]
Ok, this beast compiles via --with-apxs
Not sure if it actually works yet though.  I have a feeling there are
some -fpic flags missing in the libzend build.  Will test later on
today.

25 years ago-f tests for plain files only. We need a way to find out whether we could do any...
Sascha Schumann [Sun, 25 Apr 1999 14:08:41 +0000 (14:08 +0000)]
-f tests for plain files only. We need a way to find out whether we could do any damage to existing files. If we cannot write to them, we probably cannot do harmful things hopefully.

25 years agoserialize & unserialize working (with mem-leak)
Thies C. Arntzen [Sun, 25 Apr 1999 12:41:18 +0000 (12:41 +0000)]
serialize & unserialize working (with mem-leak)

25 years agoArgh! That typo took me over an hour to find. Grr..
Rasmus Lerdorf [Sun, 25 Apr 1999 04:03:36 +0000 (04:03 +0000)]
Argh!  That typo took me over an hour to find.  Grr..

25 years agotest -e fails in sh. Used test -f instead.
Andrey Hristov [Sun, 25 Apr 1999 00:55:01 +0000 (00:55 +0000)]
test -e fails in sh.  Used test -f instead.

25 years agounreliable check whether cc option can be used really
Sascha Schumann [Sat, 24 Apr 1999 23:36:25 +0000 (23:36 +0000)]
unreliable check whether cc option can be used really

25 years agoFixes
Zeev Suraski [Sat, 24 Apr 1999 23:22:09 +0000 (23:22 +0000)]
Fixes

25 years agosecurity check and disclaimer for generated files
Sascha Schumann [Sat, 24 Apr 1999 22:16:06 +0000 (22:16 +0000)]
security check and disclaimer for generated files

25 years agoOops, would be a good idea to edit the .in file instead of acconfig.h
Rasmus Lerdorf [Sat, 24 Apr 1999 21:55:44 +0000 (21:55 +0000)]
Oops, would be a good idea to edit the .in file instead of acconfig.h

25 years agolibbind check
Rasmus Lerdorf [Sat, 24 Apr 1999 21:52:53 +0000 (21:52 +0000)]
libbind check

25 years agoadd function checks
Sascha Schumann [Sat, 24 Apr 1999 21:39:33 +0000 (21:39 +0000)]
add function checks

25 years agoChange cmp'risons to be cross-shell compatible.
Andrey Hristov [Sat, 24 Apr 1999 21:21:35 +0000 (21:21 +0000)]
Change cmp'risons to be cross-shell compatible.

25 years agobugfix port
Sascha Schumann [Sat, 24 Apr 1999 20:48:12 +0000 (20:48 +0000)]
bugfix port

25 years agoport from PHP3
Sascha Schumann [Sat, 24 Apr 1999 20:43:58 +0000 (20:43 +0000)]
port from PHP3

25 years agoinclude some header files explicitly
Sascha Schumann [Sat, 24 Apr 1999 20:26:31 +0000 (20:26 +0000)]
include some header files explicitly

25 years agoUse relative paths
Zeev Suraski [Sat, 24 Apr 1999 19:10:02 +0000 (19:10 +0000)]
Use relative paths

25 years agoforward-port of php3-CVS version
Thies C. Arntzen [Sat, 24 Apr 1999 18:54:02 +0000 (18:54 +0000)]
forward-port of php3-CVS version
my 1st zend-array stuff (ocifetchinto) is WORKING!!

25 years agomade var_dump zend-aware....
Thies C. Arntzen [Sat, 24 Apr 1999 18:39:41 +0000 (18:39 +0000)]
made var_dump zend-aware....
<?
$ar = array("hallo" => "tubu");

var_dump($ar);
?>
works again!!!

zeev, andi -> please review what i've done!!!

(no i can start "debugging" other stuff, as i often use var_dump)

25 years agoAnother small fix
Zeev Suraski [Sat, 24 Apr 1999 17:16:39 +0000 (17:16 +0000)]
Another small fix

25 years agoAdd my API letters to the CVS
Zeev Suraski [Sat, 24 Apr 1999 16:57:46 +0000 (16:57 +0000)]
Add my API letters to the CVS

25 years agodsp update
Zeev Suraski [Sat, 24 Apr 1999 16:52:40 +0000 (16:52 +0000)]
dsp update

25 years agoSmall fixes
Zeev Suraski [Sat, 24 Apr 1999 16:51:15 +0000 (16:51 +0000)]
Small fixes

25 years agoWe'd have to find a different way of allowing timeouts in Win32
Zeev Suraski [Sat, 24 Apr 1999 16:17:04 +0000 (16:17 +0000)]
We'd have to find a different way of allowing timeouts in Win32

25 years agoThread safety fixes
Zeev Suraski [Sat, 24 Apr 1999 16:16:11 +0000 (16:16 +0000)]
Thread safety fixes

25 years agoset up automake
Stig S. Bakken [Sat, 24 Apr 1999 16:14:18 +0000 (16:14 +0000)]
set up automake

25 years agoRemove redundant includes
Zeev Suraski [Sat, 24 Apr 1999 09:26:09 +0000 (09:26 +0000)]
Remove redundant includes

25 years agog++ compile fix
Zeev Suraski [Sat, 24 Apr 1999 09:08:03 +0000 (09:08 +0000)]
g++ compile fix

25 years ago*** empty log message ***
Zeev Suraski [Sat, 24 Apr 1999 09:01:30 +0000 (09:01 +0000)]
*** empty log message ***

25 years agoCleanups, remove old ts code
Zeev Suraski [Sat, 24 Apr 1999 00:12:55 +0000 (00:12 +0000)]
Cleanups, remove old ts code

25 years agoA lot of cleanups... Removed old thread-safe code and other redundant code and files
Zeev Suraski [Sat, 24 Apr 1999 00:12:00 +0000 (00:12 +0000)]
A lot of cleanups...  Removed old thread-safe code and other redundant code and files

25 years agoRemove redundant code
Zeev Suraski [Fri, 23 Apr 1999 22:45:01 +0000 (22:45 +0000)]
Remove redundant code

25 years agoThread-safe header_is_being_sent
Zeev Suraski [Fri, 23 Apr 1999 20:20:30 +0000 (20:20 +0000)]
Thread-safe header_is_being_sent

25 years agoRemove tls.[ch]
Zeev Suraski [Fri, 23 Apr 1999 20:06:01 +0000 (20:06 +0000)]
Remove tls.[ch]

25 years agocleanups
Zeev Suraski [Fri, 23 Apr 1999 19:50:29 +0000 (19:50 +0000)]
cleanups

25 years agoArithmetics bug fix
Zeev Suraski [Fri, 23 Apr 1999 13:25:33 +0000 (13:25 +0000)]
Arithmetics bug fix

25 years ago* MySQL fix (thanks Stig)
Zeev Suraski [Fri, 23 Apr 1999 12:38:45 +0000 (12:38 +0000)]
* MySQL fix (thanks Stig)
* Remove reundant includes from bcmath

25 years agouse only EXTRA_LIBS
Stig Bakken [Fri, 23 Apr 1999 12:11:37 +0000 (12:11 +0000)]
use only EXTRA_LIBS

25 years agoMinor MySQL thread safety issues
Zeev Suraski [Fri, 23 Apr 1999 11:12:41 +0000 (11:12 +0000)]
Minor MySQL thread safety issues

25 years agoLicense
Zeev Suraski [Fri, 23 Apr 1999 11:00:02 +0000 (11:00 +0000)]
License

25 years agoTesting unified diffs
Zeev Suraski [Fri, 23 Apr 1999 10:26:49 +0000 (10:26 +0000)]
Testing unified diffs

25 years agoSupport eval() and highlight_string() in the C++ scanner
Zeev Suraski [Fri, 23 Apr 1999 10:21:00 +0000 (10:21 +0000)]
Support eval() and highlight_string() in the C++ scanner

25 years ago- Use yyless() instead of unput() where possible. I'll erase the commented
Andi Gutmans [Fri, 23 Apr 1999 06:14:06 +0000 (06:14 +0000)]
- Use yyless() instead of unput() where possible. I'll erase the commented
  out code in a day or so.

25 years agoOk, finally.. These now work nicely on a RH-5.2 box:
Rasmus Lerdorf [Fri, 23 Apr 1999 04:54:31 +0000 (04:54 +0000)]
Ok, finally..  These now work nicely on a RH-5.2 box:
  --with-mysql --with-ldap --with-imap --with-zlib --with-snmp

25 years agoMake zlib compile
Rasmus Lerdorf [Fri, 23 Apr 1999 04:12:13 +0000 (04:12 +0000)]
Make zlib compile

25 years ago*** empty log message ***
Zeev Suraski [Fri, 23 Apr 1999 03:36:17 +0000 (03:36 +0000)]
*** empty log message ***

25 years agoOk, call me crazy, because I probably am.
Zeev Suraski [Fri, 23 Apr 1999 03:32:33 +0000 (03:32 +0000)]
Ok, call me crazy, because I probably am.
Thread safe version now uses a C++ scanner object.  Works fully.

25 years agoModule work
Rasmus Lerdorf [Fri, 23 Apr 1999 03:28:47 +0000 (03:28 +0000)]
Module work

25 years agoMake token names uniform, they all begin with T_ now.
Zeev Suraski [Thu, 22 Apr 1999 23:08:42 +0000 (23:08 +0000)]
Make token names uniform, they all begin with T_ now.

25 years agovpath fix
Zeev Suraski [Thu, 22 Apr 1999 22:28:17 +0000 (22:28 +0000)]
vpath fix

25 years agoThis is generated
Rasmus Lerdorf [Thu, 22 Apr 1999 04:42:58 +0000 (04:42 +0000)]
This is generated

25 years agoBring imap build rules up to date. We still have a problem here though.
Rasmus Lerdorf [Thu, 22 Apr 1999 04:21:08 +0000 (04:21 +0000)]
Bring imap build rules up to date.  We still have a problem here though.
In this new build structure we are adding libraries to $LIBS as we add
modules instead of doing an AC_SUBST into the Makefile.  One reason for
doing the subst in php3 was to get around the libraries that could not
be included in $LIBS because doing so would mess up the various configure
tests.  For example, you can't do a -limap as part of the various simple
configure compile programs because -limap requires a bunch of callback
symbols to be present.

25 years ago- Update the regular VC project file.
Andi Gutmans [Thu, 22 Apr 1999 03:58:37 +0000 (03:58 +0000)]
- Update the regular VC project file.

25 years agodb was not linked in
Stig Bakken [Thu, 22 Apr 1999 03:03:35 +0000 (03:03 +0000)]
db was not linked in

25 years agodb was not linked in
Stig Bakken [Thu, 22 Apr 1999 03:01:32 +0000 (03:01 +0000)]
db was not linked in

25 years agolast bunch of extensions moving to ext/
Stig Bakken [Thu, 22 Apr 1999 02:48:28 +0000 (02:48 +0000)]
last bunch of extensions moving to ext/
fhttpd module taken out of functions, functions is ready to go.
The only extensions I have tested are gd+freetype and odbc(solid).
Please try compiling in your favourite extensions and let me know how it
works.

25 years agomoved imap and ldap
Stig Bakken [Thu, 22 Apr 1999 00:45:14 +0000 (00:45 +0000)]
moved imap and ldap

25 years agomoved fdf, hyperwave, informix and some smaller files
Stig Bakken [Thu, 22 Apr 1999 00:25:57 +0000 (00:25 +0000)]
moved fdf, hyperwave, informix and some smaller files

25 years agomoved db
Stig Bakken [Wed, 21 Apr 1999 23:37:47 +0000 (23:37 +0000)]
moved db

25 years agomoved bcmath
Stig Bakken [Wed, 21 Apr 1999 23:28:00 +0000 (23:28 +0000)]
moved bcmath

25 years agomoved apache, com and hyperwave into ext/
Stig Bakken [Wed, 21 Apr 1999 23:11:20 +0000 (23:11 +0000)]
moved apache, com and hyperwave into ext/

25 years agomoved dav, msql and oracle to ext/
Stig Bakken [Wed, 21 Apr 1999 22:49:16 +0000 (22:49 +0000)]
moved dav, msql and oracle to ext/

25 years agomoved filepro to ext
Stig Bakken [Wed, 21 Apr 1999 22:11:15 +0000 (22:11 +0000)]
moved filepro to ext

25 years agomoved filepro to ext
Stig Bakken [Wed, 21 Apr 1999 22:05:45 +0000 (22:05 +0000)]
moved filepro to ext

25 years agomysql should work again now, can someone with mysql installed test it?
Stig Bakken [Wed, 21 Apr 1999 21:34:57 +0000 (21:34 +0000)]
mysql should work again now, can someone with mysql installed test it?

25 years agogd compile fix
Stig Bakken [Wed, 21 Apr 1999 21:27:18 +0000 (21:27 +0000)]
gd compile fix

25 years agomoving mysql to ext/
Stig Bakken [Wed, 21 Apr 1999 21:26:10 +0000 (21:26 +0000)]
moving mysql to ext/