1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Commit Graph

19860 Commits

Author SHA1 Message Date
foobar cf72bfbae1 no c++ comments 2003-02-24 08:27:24 +00:00
Corne' Cornelius 7afe50fc5c (PHP ifx_errormsg) Fixed Informix bug where ifx_errormsg() would Segfault
on an unopened connecection and with an errorcode supplied
2003-02-24 06:34:37 +00:00
foobar a7132f74fd Always use the libtool which is build in the top_builddir. 2003-02-24 04:37:04 +00:00
foobar 6ed8720fa2 fix compile warning 2003-02-24 03:27:00 +00:00
Ilia Alshanetsky a3cb589b71 Fixed bug #22382 (fgetcsv did not handle \" correctly). 2003-02-24 03:13:25 +00:00
424636f0dc ChangeLog update 2003-02-24 01:32:18 +00:00
George Schlossnagle e49bc59a79 ws fix 2003-02-24 01:25:30 +00:00
George Schlossnagle f5fb75f390 hopefully a fix for 19919 2003-02-24 01:19:08 +00:00
foobar c87c4c7bd7 Extra paranoia checks if dn_skipname/dn_expand exist or not 2003-02-24 00:09:18 +00:00
foobar 8c3cd0344d MFB: Fix for open_basedir error message 2003-02-23 22:30:02 +00:00
Zeev Suraski 731a55ad52 Move abstract inheritance logic to the right spot 2003-02-23 13:58:48 +00:00
Zeev Suraski bb956372a5 Fixed abstract handling in inheritence 2003-02-23 12:51:40 +00:00
Stig Bakken 52ce358bde * upgrading XML_Parser to 1.0.1 2003-02-23 11:03:38 +00:00
foobar 58e4503942 Added missing headers and $Id$ tags. 2003-02-23 09:50:43 +00:00
foobar 406340713d MFB: Fixed bug #22356 (Do not add empty -I flags). 2003-02-23 09:37:13 +00:00
foobar de54cd0a08 Fix for bug #22353 2003-02-23 08:14:25 +00:00
foobar 6000c7b46c - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT) 2003-02-23 07:32:03 +00:00
Marcus Boerger 5f1975a432 New test which currently fails 2003-02-23 03:03:09 +00:00
Marcus Boerger 8e62295a5f Fix the name
# but yes Jani your sentence has better style
2003-02-23 02:45:10 +00:00
foobar 35f3f3ecc6 These both are experimental still. (there has been a note in config.m4
all the time but these marker files were missing)
2003-02-23 02:39:51 +00:00
foobar b1a1012a72 Style 2003-02-23 02:24:51 +00:00
1162d7b797 NEWS update 2003-02-23 01:32:03 +00:00
339031846e ChangeLog update 2003-02-23 01:31:45 +00:00
Marcus Boerger fbe7e1d977 Dropped optimization
# It is impossible to combine skip=-1 searches with firstkey/nextkey results
2003-02-22 23:47:09 +00:00
Marcus Boerger c0e9bd0830 INI files are case insensitive 2003-02-22 20:49:07 +00:00
Ilia Alshanetsky 8908faa47f Revent previous patch, adding of file_write_content() was premature. 2003-02-22 20:35:22 +00:00
Ilia Alshanetsky d2e2fbcc5b int/long change. 2003-02-22 20:33:11 +00:00
Marcus Boerger fef5b7c3a1 Remove testcode 2003-02-22 17:37:27 +00:00
Marcus Boerger 8ab1924ca3 @Added dba handler inifiles to support ini files. (Marcus) 2003-02-22 17:20:06 +00:00
Andrey Hristov 8c2dbd5f0f additional speedup for array_shift(). No need to rehash if the removed element's
key is not scalar and elements with scalar keys are already well numbered
(sequentially from 0) for some reason. This is the case if the leading
elements have no scalar indexes.
2003-02-22 13:55:11 +00:00
Andrey Hristov 94040a28ce rehash only in case something is changed.
#lowers the execution time in half on my machine on array with 1000 elements
#with nonscalar keys. Maybe it can be optimized further.
2003-02-22 10:54:26 +00:00
Georg Richter 0133377fba removed some comments 2003-02-22 07:47:46 +00:00
Georg Richter b63fbf2763 Fixed bug with stmt_close (libmysql bk version 1.1477 required)
Fixed bug with mysql_execute and float values
2003-02-22 07:31:01 +00:00
Justin Erenkrantz a7df9995cc Add xbithack support to apache2handler SAPI.
(configuration doesn't work, but that's not something new apparently.)
2003-02-22 04:42:34 +00:00
aac74c71d8 ChangeLog update 2003-02-22 01:31:43 +00:00
Wez Furlong c1bdf163ed Add comment about thread-safety of gethostbyname on win32.
Set the correct path to the win32 config.h file in the .dsp file.
2003-02-21 14:06:55 +00:00
foobar 7d256c1ae1 MFB 2003-02-21 10:43:32 +00:00
foobar b420beba61 - Fixed bug: #22339
# No NEWS, this was bug introduced by Marcus a while ago..
# Not present in php4.3.x branch
2003-02-21 08:45:58 +00:00
foobar 12ce594f64 MFB 2003-02-21 06:50:25 +00:00
foobar 161d31c8bc ZTS fixes 2003-02-21 06:46:12 +00:00
7884793dcb ChangeLog update 2003-02-21 01:32:23 +00:00
David Viner 1cf1e31acc this tiny change adds the location of apache includes and libraries that
are installed when you use the Apache Windows Installer
(C:\Program Files\Apache Group\Apache\*).  With this patch,
a windows developer who has used the Apache Windows Installer should be
able to compile the Apache sapi module without any modifications to his/her
installed tree.  It should have no effect whatsoever on anyone else.

--dviner
2003-02-21 00:14:33 +00:00
Rasmus Lerdorf d08a0e99c8 An input filter might not simply strip stuff, it might also turn things
into entities or use some other mechanism which causes the filtered data
to be longer than the original data.  Ergo, pass in the address of the
buffer instead so the filter is free to reallocate it.
2003-02-20 22:21:49 +00:00
Justin Erenkrantz 9d89ef3295 Remove C++-style comment. (Breaks Sun Forte compiler.) 2003-02-20 21:48:58 +00:00
Wez Furlong f8e414ef70 *cough*
Fix another stupid mistake.
2003-02-20 21:48:46 +00:00
Sara Golemon 2002ca0203 Reduce unnecessary filter applications when stream is (read|write) only 2003-02-20 20:05:31 +00:00
Stanislav Malyshev e645f20d07 Allow namespaces to have a number of parts. I.e., now you can do:
namespace foo {
	function abc() {}
}
...
namespace foo {
	functio def() {}
}
2003-02-20 19:01:53 +00:00
Justin Erenkrantz 9729930343 Clean up apache2handler SAPI.
Key improvements:
- Be streamy
- Re-enable virtual() support
- Set content_type correctly
- Remove unnecessary code and reintroduce some missing code
- Change signature from PhP to PHP
2003-02-20 18:20:03 +00:00
Moriyoshi Koizumi 63291af120 Fixed bug #22330 (overloaded strrpos() gives wrong results)
Patch by david at santinoli dot com. Thanks!
2003-02-20 17:52:42 +00:00
Derick Rethans 2bff9cae27 - Fixed testcase... you can never trust on RFCs it seems 2003-02-20 16:15:41 +00:00