Andrei Zmievski
a347ed559b
Applied fix for #17764 .
...
@- Fixed a crash in ereg_replace() when backreference number was greater
@ than the number of subpatterns. (oliver@billix.franken.de )
2002-06-17 15:10:22 +00:00
Tomas V.V.Cox
d2b435eb08
Dropped case insentive ext search in PEAR::loadExtension()
2002-06-17 14:35:12 +00:00
Tomas V.V.Cox
4211d0e590
Typo in the folding mark
2002-06-17 14:04:01 +00:00
Stig Bakken
271c2526df
* php-4.2.1-installer.exe for Windows is installed in c:\php by
...
default, but it has PHP_SYSCONFDIR set to c:\php4. workaround.
2002-06-17 13:56:38 +00:00
Tomas V.V.Cox
80361edcb6
Use the new PEAR::loadExtension() in checkExtension() instead
...
of the "hack"
2002-06-17 13:50:33 +00:00
Tomas V.V.Cox
87ddd96027
Added PEAR::loadExtension($ext) - OS independant PHP extension load
...
# PEAR developers, please use this function if you need to check or
# load an extension.
2002-06-17 13:39:29 +00:00
Tomas V.V.Cox
9e67012d74
trailing ws
2002-06-17 13:32:42 +00:00
Hartmut Holzgraefe
efdde5efe5
making printf/sprintf locale-aware without external dependencies
2002-06-17 11:50:25 +00:00
Hartmut Holzgraefe
00b667b61b
fixed return types for ucwords/ucfirst when passed an empty string
2002-06-17 11:37:49 +00:00
Stig Bakken
97fd0acc14
* doh
2002-06-17 10:58:34 +00:00
Alan Knowles
c904e22ade
Fixing for the coding standard :)
2002-06-17 10:52:21 +00:00
Stig Bakken
2ae8219d44
* add xmlrpc request to debug output (verbosity level 4+)
2002-06-17 10:26:55 +00:00
Alan Knowles
19b63d5f87
Added Dependancy check on XML - previously pear installer failed silently
2002-06-17 04:49:14 +00:00
foobar
4e37016cb6
- Made dbase_get_record() and dbase_get_record_with_names use same backend
...
function as they both do same thing, just the output is different.
Fixes also bug #17762 as side effect.
2002-06-17 02:27:34 +00:00
bea4f28474
ChangeLog update
2002-06-17 00:29:46 +00:00
Stefan Esser
984b48b009
Fixed Bug #17790
...
- link and symlink now check uid and open_base_dir for link and its target
2002-06-16 21:24:15 +00:00
Hartmut Holzgraefe
0170e42763
reverted patch depending on not yet commited work
2002-06-16 21:22:10 +00:00
Andi Gutmans
690c85b406
- Fix bug in class constants
...
- Start centralizing main class lookups. This will help implement
- __autload()
2002-06-16 18:25:05 +00:00
Derick Rethans
7672dbcdcf
- Fix version in phpinfo();
2002-06-16 18:20:21 +00:00
Andi Gutmans
faa4f23a68
- Add zend_mm.c
2002-06-16 17:38:19 +00:00
Andi Gutmans
24e59ba35b
- Remove debug code which doesn't work anymore and add headers.
2002-06-16 17:20:15 +00:00
Andi Gutmans
380c082e32
- Commit an initial version of a home made memory manager.
...
- It's just for seeing if this would be an advantage to PHP in MT
- environments. If this is to become production material there is still
- a long way to go.
2002-06-16 17:17:47 +00:00
Tomas V.V.Cox
19bfe8a3e1
Install the pear command under the bin_dir setting intead of the fixed
...
PHP_BINDIR
2002-06-16 14:30:14 +00:00
Hartmut Holzgraefe
7686d43737
make sprinf() locale-aware (Bug# 12647)
2002-06-16 13:14:21 +00:00
Sander Roobol
fcb692a75d
Made the tests (and not only run-tests.php) actually use php.ini-dist, and
...
removed unused php.ini file.
2002-06-16 10:58:54 +00:00
Markus Fischer
c0736d6096
- List new session.use_only_cookies option.
2002-06-16 06:05:23 +00:00
Stig Bakken
c55ce8b07f
* set include_path when running "pear"
2002-06-16 05:43:48 +00:00
foobar
d8a361b8d5
Fixed bug: #17732 .
...
xmlrpc_decode_request() and xmlrpc_set_type() expect some parameters to be
passed by reference.
2002-06-16 02:24:18 +00:00
b9637a0bc5
ChangeLog update
2002-06-16 00:28:21 +00:00
Markus Fischer
1aac85becd
- Be more verbose which index causes the warning.
2002-06-15 18:14:19 +00:00
Markus Fischer
9fea4c1f5f
- Don't forget to close the stream.
2002-06-15 17:46:44 +00:00
Harald Radi
a3c79eca49
workaround for a win32 memleak
...
# this definitely has to be revisited !
# maybe we should use winsock2 and overlapped IO
2002-06-15 16:04:59 +00:00
Harald Radi
f7bdde218e
workaround for a win32 memleak
...
# this definitely has to be revisited !
# maybe we should use winsock2 and overlapped IO
2002-06-15 15:58:16 +00:00
Sebastian Bergmann
ebecbcb995
Add new target directories.
2002-06-15 09:40:19 +00:00
Andi Gutmans
e8fe69884f
- Fix copy&paste problem where we allocated according to an old structure
...
- decleration and not the new one.
2002-06-15 08:47:11 +00:00
bdc88cd7b6
NEWS update
2002-06-15 00:25:49 +00:00
e721a732c1
ChangeLog update
2002-06-15 00:23:18 +00:00
Markus Fischer
866329e61a
- Update Win32/mail changes, mention bundled gd library.
2002-06-14 23:21:46 +00:00
Tomas V.V.Cox
9baec5623d
- Fix issue with the DIRECTORY_SEPARATOR, did make the install of
...
XML_image2svg fail
- TODO++ and others minor stuff
2002-06-14 23:18:04 +00:00
Stig Bakken
972edb2795
* if verbosity config is > 3, display xmlrpc response
...
* another bugfix
2002-06-14 22:25:37 +00:00
Andrei Zmievski
6cac569055
Fix.
2002-06-14 20:16:50 +00:00
Sebastian Bergmann
01316104b3
Add gd_bundled to php_modules.dsw.
2002-06-14 16:37:24 +00:00
Alan Knowles
4f1531b163
remote list and remote listall, can now list non-stable packages if you set prefered_state to something else
2002-06-14 15:03:29 +00:00
Alan Knowles
78fffcce0e
Fixed XML RPC sending of args - lets try and get the right tag :)
2002-06-14 14:55:28 +00:00
Edin Kadribasic
7e44ab0308
Use some more sane paths for win32 version.
2002-06-14 14:48:33 +00:00
Markus Fischer
cf8166ee90
- Remove freetype.lib and HAVE_LIBTTF; we're always linking against freetype2
...
anyway.
2002-06-14 14:48:13 +00:00
Christian Stocker
f9325a6a29
- renamed domxml_parser_reference to domxml_parser_entitiy_reference
...
- renamed domxml_cdata_block to domxml_parser_cdata_section
(more consistent with the domxml_create_XXX methods)
- added domxml_parser_processing_instruction(target,data)
- added domxml_parser_namespace_decl(href,prefix)
2002-06-14 12:37:28 +00:00
Christian Stocker
f185f06f27
- oops, that didn't even compile
...
- added domxml_parser_reference(reference)
2002-06-14 12:20:13 +00:00
Christian Stocker
7edd730be5
@ - Added preliminary SAX-Input support. It's now possible to build a DomDocument
...
@ with SAX-Events (added domxml_parser_start_document(), domxml_parser_end_document(),
@ domxml_parser_start_element(tagname[,attributes]), domxml_parser_end_element(tagname),
@ domxml_parser_characters(characters), domxml_parser_cdata_block(cdata),
@ domxml_parser_comment(comment), domxml_parser_get_document(). (chregu)
# More Sax Events to be implemented. Sax Output (from file or DOM-Tree) is
# not that easy to implement, but possible...
2002-06-14 12:12:04 +00:00
Sebastian Bergmann
596859eb44
Remove unused local variables.
2002-06-14 05:42:08 +00:00