]> granicus.if.org Git - php/log
php
26 years agoadd function checks
Sascha Schumann [Sat, 24 Apr 1999 21:39:33 +0000 (21:39 +0000)]
add function checks

26 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.

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

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

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

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

26 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!!

26 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)

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

26 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

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

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

26 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

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

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

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

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

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

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

26 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

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

26 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

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

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

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

26 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

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

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

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

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

26 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

26 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.

26 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

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

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

26 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.

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

26 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.

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

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

26 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.

26 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.

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

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

26 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.

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

26 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

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

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

26 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/

26 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/

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

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

26 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?

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

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

26 years agocreate .cvsignore only once :-)
Stig Bakken [Wed, 21 Apr 1999 21:13:40 +0000 (21:13 +0000)]
create .cvsignore only once :-)

26 years agocreate .cvsignore as well
Stig Bakken [Wed, 21 Apr 1999 20:39:22 +0000 (20:39 +0000)]
create .cvsignore as well

26 years agostate which aclocal.m4 and configure files are created
Stig S. Bakken [Wed, 21 Apr 1999 20:33:33 +0000 (20:33 +0000)]
state which aclocal.m4 and configure files are created

26 years agostate which aclocal.m4 and configure files are created
Stig Bakken [Wed, 21 Apr 1999 20:32:56 +0000 (20:32 +0000)]
state which aclocal.m4 and configure files are created

26 years agomerge the object files in a temporary directory
Stig Bakken [Wed, 21 Apr 1999 20:30:47 +0000 (20:30 +0000)]
merge the object files in a temporary directory

26 years agozend-parser.o and zend-scanner.o were included twice in libzend.a
Stig S. Bakken [Wed, 21 Apr 1999 20:30:37 +0000 (20:30 +0000)]
zend-parser.o and zend-scanner.o were included twice in libzend.a

26 years ago* Change the thread safe project to create a C++ scanner.
Zeev Suraski [Wed, 21 Apr 1999 20:13:02 +0000 (20:13 +0000)]
* Change the thread safe project to create a C++ scanner.
* Add in a slightly modified skeleton file (only a couple of #if's for #include's
that we dont have in Windows)

It does NOT compile or work yet :)

26 years agoThread safe project update
Zeev Suraski [Wed, 21 Apr 1999 19:40:16 +0000 (19:40 +0000)]
Thread safe project update

26 years agoadded PHP_API_VERSION, simply set it to 19990421 for now
Stig Bakken [Wed, 21 Apr 1999 19:39:21 +0000 (19:39 +0000)]
added PHP_API_VERSION, simply set it to 19990421 for now

26 years agoFix
Zeev Suraski [Wed, 21 Apr 1999 19:10:54 +0000 (19:10 +0000)]
Fix

26 years agoMinor fixes
Zeev Suraski [Wed, 21 Apr 1999 19:10:18 +0000 (19:10 +0000)]
Minor fixes

26 years ago* Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standard
Zeev Suraski [Wed, 21 Apr 1999 19:01:38 +0000 (19:01 +0000)]
* Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standard
* Fix Win32 compilation

26 years agoforgot that one
Sascha Schumann [Wed, 21 Apr 1999 18:10:39 +0000 (18:10 +0000)]
forgot that one

26 years agocleanup, flock() support
Sascha Schumann [Wed, 21 Apr 1999 18:10:18 +0000 (18:10 +0000)]
cleanup, flock() support

26 years agocrypt constants
Sascha Schumann [Wed, 21 Apr 1999 17:57:40 +0000 (17:57 +0000)]
crypt constants

26 years agocleanup
Sascha Schumann [Wed, 21 Apr 1999 17:48:11 +0000 (17:48 +0000)]
cleanup

26 years agoThread safety patch. It works now with just-in-time resource initialization!
Zeev Suraski [Wed, 21 Apr 1999 17:28:54 +0000 (17:28 +0000)]
Thread safety patch.  It works now with just-in-time resource initialization!

26 years agoThread safety patch. It works now with 'just in time' resource initialization!
Zeev Suraski [Wed, 21 Apr 1999 17:26:37 +0000 (17:26 +0000)]
Thread safety patch.  It works now with 'just in time' resource initialization!

26 years agoincorporate gettext support
Sascha Schumann [Wed, 21 Apr 1999 17:26:16 +0000 (17:26 +0000)]
incorporate gettext support

26 years agoport some fixes, add compat routines
Sascha Schumann [Wed, 21 Apr 1999 17:11:01 +0000 (17:11 +0000)]
port some fixes, add compat routines

26 years agostr_replace fix
Sascha Schumann [Wed, 21 Apr 1999 16:31:27 +0000 (16:31 +0000)]
str_replace  fix

26 years agomake config.h.stub as well
Stig Bakken [Wed, 21 Apr 1999 16:23:47 +0000 (16:23 +0000)]
make config.h.stub as well

26 years agoremove old libtool and automake stuff that was borrowed using 3.0
Stig Bakken [Wed, 21 Apr 1999 15:52:42 +0000 (15:52 +0000)]
remove old libtool and automake stuff that was borrowed using 3.0

26 years agoThread-safe project
Zeev Suraski [Wed, 21 Apr 1999 15:35:57 +0000 (15:35 +0000)]
Thread-safe project

26 years agoUpdate thread-safe projects
Zeev Suraski [Wed, 21 Apr 1999 15:34:31 +0000 (15:34 +0000)]
Update thread-safe projects

26 years agoconfig.h.in is a generated file and should be ignored by CVS
Sascha Schumann [Wed, 21 Apr 1999 15:16:30 +0000 (15:16 +0000)]
config.h.in is a generated file and should be ignored by CVS

26 years agomove automake back to before autoconf
Stig Bakken [Wed, 21 Apr 1999 14:07:07 +0000 (14:07 +0000)]
move automake back to before autoconf

26 years agomove automake back to before autoconf
Stig S. Bakken [Wed, 21 Apr 1999 14:06:58 +0000 (14:06 +0000)]
move automake back to before autoconf

26 years agoautoheader must be called after autoconf, automake after autoheader
Stig Bakken [Wed, 21 Apr 1999 13:47:05 +0000 (13:47 +0000)]
autoheader must be called after autoconf, automake after autoheader

26 years agoautoheader must be called after autoconf, automake after autoheader
Stig S. Bakken [Wed, 21 Apr 1999 13:45:46 +0000 (13:45 +0000)]
autoheader must be called after autoconf, automake after autoheader

26 years agothink before one commits
Stig S. Bakken [Wed, 21 Apr 1999 13:26:27 +0000 (13:26 +0000)]
think before one commits

26 years agodoh. cvs appears to ignore .in files by default
Stig S. Bakken [Wed, 21 Apr 1999 13:24:39 +0000 (13:24 +0000)]
doh.  cvs appears to ignore .in files by default

26 years agogenerates basic skeleton for new extension
Sascha Schumann [Wed, 21 Apr 1999 10:24:41 +0000 (10:24 +0000)]
generates basic skeleton for new extension

26 years agoMore thread safety work
Zeev Suraski [Wed, 21 Apr 1999 04:02:11 +0000 (04:02 +0000)]
More thread safety work

26 years agoThread safety patch. We're still not quite there but it compiles again, and
Zeev Suraski [Wed, 21 Apr 1999 03:49:09 +0000 (03:49 +0000)]
Thread safety patch.  We're still not quite there but it compiles again, and
more logic has been implemented.

26 years agoThread Safe Resource Manager
Zeev Suraski [Tue, 20 Apr 1999 23:58:02 +0000 (23:58 +0000)]
Thread Safe Resource Manager

26 years agoadded ext/*/config.h.stub files
Stig Bakken [Tue, 20 Apr 1999 01:23:32 +0000 (01:23 +0000)]
added ext/*/config.h.stub files
removed config.h.in (generated)

26 years agoMakefile.in and aclocal.m4 are generated
Stig S. Bakken [Tue, 20 Apr 1999 01:12:53 +0000 (01:12 +0000)]
Makefile.in and aclocal.m4 are generated
added buildconf script

26 years agoodbc compiles and runs on UNIX again (tested with Solid 2.3)
Stig Bakken [Tue, 20 Apr 1999 01:03:12 +0000 (01:03 +0000)]
odbc compiles and runs on UNIX again (tested with Solid 2.3)

26 years agoReturn a success value from the startup function, so we can unload immediately
Zeev Suraski [Mon, 19 Apr 1999 21:39:18 +0000 (21:39 +0000)]
Return a success value from the startup function, so we can unload immediately
if it fails.

26 years agoconvert libzend to automake
Stig Bakken [Mon, 19 Apr 1999 20:11:50 +0000 (20:11 +0000)]
convert libzend to automake

26 years agoconvert to automake
Stig S. Bakken [Mon, 19 Apr 1999 20:10:26 +0000 (20:10 +0000)]
convert to automake

26 years agoRearrange the .dsp for the new ODBC layout
Andi Gutmans [Mon, 19 Apr 1999 18:57:29 +0000 (18:57 +0000)]
Rearrange the .dsp for the new ODBC layout

26 years agoAdd a couple of ZEND_API's
Andi Gutmans [Mon, 19 Apr 1999 18:57:14 +0000 (18:57 +0000)]
Add a couple of ZEND_API's