]>
granicus.if.org Git - php/log
Derick Rethans [Sun, 29 Jun 2003 15:07:03 +0000 (15:07 +0000)]
- Remove register_globals warning, and "built-in MySQL lib" warning
Hartmut Holzgraefe [Sun, 29 Jun 2003 12:21:58 +0000 (12:21 +0000)]
ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_Gen
Sebastian Bergmann [Sun, 29 Jun 2003 09:40:23 +0000 (09:40 +0000)]
Remove namespace references.
Sebastian Bergmann [Sun, 29 Jun 2003 06:15:06 +0000 (06:15 +0000)]
Add zlib directory.
foobar [Sun, 29 Jun 2003 05:59:29 +0000 (05:59 +0000)]
Fixed bug #24363 (plain "./configure && make install" failed)
Sterling Hughes [Sun, 29 Jun 2003 01:49:10 +0000 (01:49 +0000)]
Very simple, but very effective optimization. Provides a signifigant speed
improvement to matches done via '=='. This checks that the lengths of two
strings are equal before performing a memcmp() on them.
Andrei Zmievski [Sun, 29 Jun 2003 00:09:41 +0000 (00:09 +0000)]
MFB
Rui Hirokawa [Sat, 28 Jun 2003 23:37:18 +0000 (23:37 +0000)]
Fixed corruption of multibyte character including 0x5c as second
byte in multipart/form-data.
Sterling Hughes [Sat, 28 Jun 2003 23:32:04 +0000 (23:32 +0000)]
what's a php5?
Shane Caraveo [Sat, 28 Jun 2003 22:28:44 +0000 (22:28 +0000)]
fix building mysql as a loadable extension
Rob Richards [Sat, 28 Jun 2003 21:38:44 +0000 (21:38 +0000)]
fix mem leak in sxe_property_read
fix compiler warning
Georg Richter [Sat, 28 Jun 2003 21:30:58 +0000 (21:30 +0000)]
changed tests (ysqli_bind_param and mysql_bind_result changes)
Georg Richter [Sat, 28 Jun 2003 21:27:08 +0000 (21:27 +0000)]
added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_result
changed function parameters in mysqli_bind_param
from (object statement, mixed var1, long type1, ...)
to (object statement, array tyoes, mixed var1, mixed var2, ...)
Ilia Alshanetsky [Sat, 28 Jun 2003 20:06:13 +0000 (20:06 +0000)]
Added array handling to file_put_contents()
More verbose error reporting mechanism.
Test case for file_put_contents().
Martin Jansen [Sat, 28 Jun 2003 18:14:24 +0000 (18:14 +0000)]
* Silence warning
Ilia Alshanetsky [Sat, 28 Jun 2003 17:36:46 +0000 (17:36 +0000)]
Fixed test failure on systems with short_tags (<?) off.
Sascha Schumann [Sat, 28 Jun 2003 12:29:43 +0000 (12:29 +0000)]
MFB snprintf test
Wez Furlong [Sat, 28 Jun 2003 11:24:47 +0000 (11:24 +0000)]
Merge selectable descriptor casting from PHP_4_3 branch.
Wez Furlong [Sat, 28 Jun 2003 11:12:48 +0000 (11:12 +0000)]
Merge getaddrinfo() tidy-up from PHP_4_3 branch.
Wez Furlong [Sat, 28 Jun 2003 11:06:11 +0000 (11:06 +0000)]
Fix for mips compiler
Derick Rethans [Sat, 28 Jun 2003 09:55:12 +0000 (09:55 +0000)]
- Removed duplicate constants
Derick Rethans [Sat, 28 Jun 2003 08:21:02 +0000 (08:21 +0000)]
- Return number of bytes written instead of just TRUE. (Path by Paul Hudson,
hudzilla@php.net)
Sterling Hughes [Sat, 28 Jun 2003 07:46:03 +0000 (07:46 +0000)]
for now we let xml support build with versions older than 2.5.7, as we want
users to actually test this...
Ilia Alshanetsky [Sat, 28 Jun 2003 06:55:47 +0000 (06:55 +0000)]
Added missing handling of dateTime
Fixed compiler warning involving streams
Added a test case for wddx_deserialize()
Sterling Hughes [Sat, 28 Jun 2003 06:32:02 +0000 (06:32 +0000)]
ilia points out this is ok
Sebastian Bergmann [Sat, 28 Jun 2003 05:51:37 +0000 (05:51 +0000)]
Remove aggregation tests as well.
Sebastian Bergmann [Sat, 28 Jun 2003 05:38:52 +0000 (05:38 +0000)]
Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye.
Sterling Hughes [Sat, 28 Jun 2003 05:22:39 +0000 (05:22 +0000)]
there is no domxml :)
Sterling Hughes [Sat, 28 Jun 2003 05:18:11 +0000 (05:18 +0000)]
bump up to 2.5.7
Sterling Hughes [Sat, 28 Jun 2003 04:30:51 +0000 (04:30 +0000)]
define this here too
Edin Kadribasic [Fri, 27 Jun 2003 22:18:06 +0000 (22:18 +0000)]
Move along, nothing to see.
Sterling Hughes [Fri, 27 Jun 2003 22:09:12 +0000 (22:09 +0000)]
beta 1
Rob Richards [Fri, 27 Jun 2003 21:59:53 +0000 (21:59 +0000)]
fix the libxml linking warnings
Sascha Schumann [Fri, 27 Jun 2003 18:41:11 +0000 (18:41 +0000)]
Serialize headers for systems with low IOV_MAX (e.g. Solaris)
Sebastian Bergmann [Fri, 27 Jun 2003 16:43:05 +0000 (16:43 +0000)]
MFB: libpcre 4.X needs POSIX_MALLOC_THRESHOLD to be defined.
foobar [Fri, 27 Jun 2003 16:41:41 +0000 (16:41 +0000)]
- HAVE_OPENSSL_EXT is not defined always.
Andrei Zmievski [Fri, 27 Jun 2003 16:31:24 +0000 (16:31 +0000)]
Upgrading PCRE library to version 4.3.
Sara Golemon [Fri, 27 Jun 2003 16:23:58 +0000 (16:23 +0000)]
MFB
Plug leak in context notifiers, implement notifier->dtor
Edin Kadribasic [Fri, 27 Jun 2003 14:34:06 +0000 (14:34 +0000)]
Missing part of SQLite enabling on windows.
Edin Kadribasic [Fri, 27 Jun 2003 14:32:59 +0000 (14:32 +0000)]
Enabled sqlite by default on Windows.
# Also added iconv.lib to the build since it is a dependency of
# the precompiled libxml. This will be removed later.
Edin Kadribasic [Fri, 27 Jun 2003 14:30:26 +0000 (14:30 +0000)]
Fix windows build
Edin Kadribasic [Fri, 27 Jun 2003 14:14:08 +0000 (14:14 +0000)]
Prepare for enabling by default on Windows.
Pierre Joye [Fri, 27 Jun 2003 10:59:43 +0000 (10:59 +0000)]
- Sync, HEAD is now uptodate
Pierre Joye [Fri, 27 Jun 2003 10:46:54 +0000 (10:46 +0000)]
- Sync
Sascha Schumann [Fri, 27 Jun 2003 10:43:01 +0000 (10:43 +0000)]
test commit
Sascha Schumann [Fri, 27 Jun 2003 07:43:42 +0000 (07:43 +0000)]
undefine macros before defining them
Sascha Schumann [Fri, 27 Jun 2003 07:12:54 +0000 (07:12 +0000)]
Try to link the getaddrinfo test, so that one can disable it using
-Dgetaddrinfo=NO_getaddrinfo.
Sara Golemon [Fri, 27 Jun 2003 04:27:18 +0000 (04:27 +0000)]
MFB PHP_4_3 main/streams.c r-1.125.2.70
Sascha Schumann [Fri, 27 Jun 2003 00:37:21 +0000 (00:37 +0000)]
Don't add -L/usr/lib
Sascha Schumann [Fri, 27 Jun 2003 00:19:43 +0000 (00:19 +0000)]
Eliminate need for automake/aclocal
Marcus Boerger [Thu, 26 Jun 2003 21:37:54 +0000 (21:37 +0000)]
MFB: Function was renamed (don't test an alias)
Marcus Boerger [Thu, 26 Jun 2003 21:07:07 +0000 (21:07 +0000)]
errmsg must be ref
Marcus Boerger [Thu, 26 Jun 2003 19:26:26 +0000 (19:26 +0000)]
Rename sqlite_fetch_string() to sqlite_fetch_single() + alias
Sascha Schumann [Thu, 26 Jun 2003 19:19:44 +0000 (19:19 +0000)]
Committing engine select project
This is a noop in an already setup tree.
When necessary, it renames ZendEngine2 to Zend permanently.
This occurs only after a fresh checkout (not after an update!).
Marcus Boerger [Thu, 26 Jun 2003 19:07:17 +0000 (19:07 +0000)]
Fix memleak
Marcus Boerger [Thu, 26 Jun 2003 18:51:52 +0000 (18:51 +0000)]
ext/xsl requires ext/dom
foobar [Thu, 26 Jun 2003 18:15:56 +0000 (18:15 +0000)]
MFB
Zeev Suraski [Thu, 26 Jun 2003 17:30:41 +0000 (17:30 +0000)]
New logo (not final yet...)
Sebastian Bergmann [Thu, 26 Jun 2003 15:57:03 +0000 (15:57 +0000)]
Leftovers.
Zeev Suraski [Thu, 26 Jun 2003 15:31:48 +0000 (15:31 +0000)]
libxml work
use static libxml library
Sebastian Bergmann [Thu, 26 Jun 2003 15:16:56 +0000 (15:16 +0000)]
Remove MySQL leftovers.
Sebastian Bergmann [Thu, 26 Jun 2003 15:15:02 +0000 (15:15 +0000)]
Sync.
Sebastian Bergmann [Thu, 26 Jun 2003 14:57:48 +0000 (14:57 +0000)]
Sync.
Zeev Suraski [Thu, 26 Jun 2003 14:19:42 +0000 (14:19 +0000)]
- Add libxml directory
- Add zlib to configurations where it was missing
- Remove libmysql linkage
Rob Richards [Thu, 26 Jun 2003 10:51:37 +0000 (10:51 +0000)]
fix linking as dom symbols are now built in
Rob Richards [Thu, 26 Jun 2003 10:40:26 +0000 (10:40 +0000)]
fix import/export for win32 when enabled by default
Sterling Hughes [Thu, 26 Jun 2003 04:08:54 +0000 (04:08 +0000)]
some friendly names...
Sterling Hughes [Thu, 26 Jun 2003 03:53:17 +0000 (03:53 +0000)]
touch the file
Sterling Hughes [Thu, 26 Jun 2003 03:24:11 +0000 (03:24 +0000)]
fix by ilia to fix crashes in the session extension when /tmp/sess_* files
previously existed. make test now passes fully with the session extension.
Sterling Hughes [Thu, 26 Jun 2003 03:21:45 +0000 (03:21 +0000)]
according to the notes in the bugs database, this is the correct result.
this result is also the same one given in 4.3.2 and 5.0
Marcus Boerger [Wed, 25 Jun 2003 23:21:10 +0000 (23:21 +0000)]
Fix a warning
Edin Kadribasic [Wed, 25 Jun 2003 23:20:30 +0000 (23:20 +0000)]
Make sqlite good ext/ citizen.
# Hope this CVS mess goes away real soon now!
Ilia Alshanetsky [Wed, 25 Jun 2003 23:14:19 +0000 (23:14 +0000)]
ZTS typo
Sterling Hughes [Wed, 25 Jun 2003 22:42:54 +0000 (22:42 +0000)]
re-enable dom by default
foobar [Wed, 25 Jun 2003 22:40:05 +0000 (22:40 +0000)]
This should not be enabled by default, ext/xml is..
Sterling Hughes [Wed, 25 Jun 2003 21:54:01 +0000 (21:54 +0000)]
fine
foobar [Wed, 25 Jun 2003 21:46:31 +0000 (21:46 +0000)]
Experimental extensions are never enabled by default..
Sebastian Bergmann [Wed, 25 Jun 2003 21:37:50 +0000 (21:37 +0000)]
Add ext/dom and ext/simplexml to the Win32 default build. #Apart from a linker error when HAVE_SIMPLEXML=1 is set this already works. More research, after a good night's sleep, is required ;-)
Sterling Hughes [Wed, 25 Jun 2003 20:53:52 +0000 (20:53 +0000)]
these should be enabled by default. At least this much was agreed upon when
the decision to debundle libxml2 was made.
Sterling Hughes [Wed, 25 Jun 2003 18:06:06 +0000 (18:06 +0000)]
autodetect zlib if dom is enabled
Sterling Hughes [Wed, 25 Jun 2003 17:22:31 +0000 (17:22 +0000)]
Don't pass resource as an argument when its not being parsed.
Ilia Alshanetsky [Wed, 25 Jun 2003 16:59:24 +0000 (16:59 +0000)]
Added sqlite_single_query() and it's OO equivalent single_query().
Sterling Hughes [Wed, 25 Jun 2003 16:26:32 +0000 (16:26 +0000)]
allow the root element to be accessed as a text node
Sterling Hughes [Wed, 25 Jun 2003 15:31:59 +0000 (15:31 +0000)]
dom5 = dom
Sascha Schumann [Wed, 25 Jun 2003 12:56:40 +0000 (12:56 +0000)]
First shot at making ze1/ze2 coexist
Hartmut Holzgraefe [Wed, 25 Jun 2003 11:05:48 +0000 (11:05 +0000)]
some awk installations need this escpaed ... BUG #24314 fixed
Sebastian Bergmann [Wed, 25 Jun 2003 05:05:06 +0000 (05:05 +0000)]
Restore HEAD of TSRM to what it was two days ago.
Sebastian Bergmann [Wed, 25 Jun 2003 05:01:50 +0000 (05:01 +0000)]
Disable MySQL extension by default.
Sebastian Bergmann [Wed, 25 Jun 2003 04:54:23 +0000 (04:54 +0000)]
Remove ext/rpc references from Windows build.
Sterling Hughes [Wed, 25 Jun 2003 04:39:00 +0000 (04:39 +0000)]
add zend engine 2 changes.
foobar [Wed, 25 Jun 2003 03:53:17 +0000 (03:53 +0000)]
clean up a bit.
Sascha Schumann [Wed, 25 Jun 2003 00:56:29 +0000 (00:56 +0000)]
fix entry
Sterling Hughes [Wed, 25 Jun 2003 00:32:11 +0000 (00:32 +0000)]
add some NEWS stuff. Add your stuff now!
Sterling Hughes [Wed, 25 Jun 2003 00:28:10 +0000 (00:28 +0000)]
moved to pecl by sascha. remove them from head.
discussed with harald, will remain in pecl till he has some more time to
work on it.
Sterling Hughes [Wed, 25 Jun 2003 00:18:01 +0000 (00:18 +0000)]
enable sqlite by default
Sterling Hughes [Wed, 25 Jun 2003 00:17:41 +0000 (00:17 +0000)]
can now be --with-dom, as the old domxml is now in pecl
foobar [Tue, 24 Jun 2003 16:39:52 +0000 (16:39 +0000)]
Fix configure failure with static openssl libs
Ilia Alshanetsky [Tue, 24 Jun 2003 15:23:17 +0000 (15:23 +0000)]
Fixed bug #24312 (base64_decode() does not skip 0xF0-0xFF characters)
Patch by: gereon.steffens[at]onvista.de
foobar [Tue, 24 Jun 2003 15:22:12 +0000 (15:22 +0000)]
remove totally useless, incomplete, badly named, etc. script.
Ilia Alshanetsky [Tue, 24 Jun 2003 14:36:01 +0000 (14:36 +0000)]
Fixed typo.