Tomas V.V.Cox
8d73650be2
Use DIRECTORY_SEPARATOR instead of hardcoded '/'
2002-07-26 10:32:01 +00:00
Tomas V.V.Cox
edfb9d44e4
Workarround to the empty $_ENV
2002-07-26 10:18:28 +00:00
Tomas V.V.Cox
6eed1b0243
use $GLOBALS['HTTP_SERVER_VARS'] instead
2002-07-26 10:11:01 +00:00
Tomas V.V.Cox
1690154e62
Silence NOTICE
2002-07-26 10:01:28 +00:00
Stefan Esser
02e6cd022a
all functions based on php_stat are now safe mode aware...
2002-07-26 08:04:42 +00:00
foobar
a0aa59e738
When Britney learns to sing, I will quit this..
2002-07-26 01:14:20 +00:00
5780ca663f
NEWS update
2002-07-26 00:19:00 +00:00
e7bd50a5e6
ChangeLog update
2002-07-26 00:18:24 +00:00
foobar
c4789feffa
Fixed 3 major failures in this test:
...
1. Tests work better when they are actually run..
2. When file is opened, it should be closed sometime too.
3. AC_TRY_RUN cleans after itself (rm -f conftest.*), so it's
good idea to read the values while the file still exists.
#
# James, TEST BEFORE YOU COMMIT!!!!!!!
#
# Andi, I get these results (in Linux/i386):
#
# ZEND_MM_ALIGNMENT 4
# ZEND_MM_ALIGNMENT_LOG2 2
#
# Weren't these supposed to be 8 and 3 ?
#
2002-07-25 23:55:06 +00:00
foobar
272913f3d4
- Fixed bug: #18560 , the macro was not defined always.
2002-07-25 18:37:16 +00:00
foobar
2dbd41869c
Allow setting post_max_size and upload_max_filesize in .htaccess files too
2002-07-25 17:31:34 +00:00
foobar
df3ae7ca85
Fixed bug: #18561 .
2002-07-25 11:33:21 +00:00
Derick Rethans
b7cc9f7447
- Added parameter to print_r which returns the variable representation
...
instead of echoing it.
@- Added parameter to print_r which returns the variable representation
@ instead of echoing it. (Derick)
2002-07-25 11:22:20 +00:00
Stefan Esser
3e05678842
do not dtor empty elements
2002-07-25 09:33:26 +00:00
Marcus Boerger
4a8dd1255f
-handling of thumbnails in sub IFDs (the Photoshopway for TIFF)
...
-Some Photoshop specific tags
#after the last patches this finally fixes all warnings and errors in bug #18405
2002-07-25 00:52:30 +00:00
e09f789c14
ChangeLog update
2002-07-25 00:18:55 +00:00
Andi Gutmans
a38038a4a0
- Fix some compile problems with the new configure checks.
2002-07-24 18:53:19 +00:00
James Cox
5626fc5a39
move testing for the alignment values into configure.
2002-07-24 17:04:11 +00:00
Stefan Esser
5b3ee5f27a
break out if there is no data to work on.
2002-07-24 11:25:36 +00:00
Yasuo Ohgaki
7b3fb771e4
is_object() returns FALSE if object is a "incomplete object".
...
Raise E_NOTICE, instead of E_ERROR, for setting/getting properties
to/from a "incomplete object".
2002-07-24 09:55:11 +00:00
Uwe Steinmann
7df5113ef2
- removed unused variable
2002-07-24 05:59:04 +00:00
James Cox
79ef1c1661
ws fixes.
2002-07-24 00:50:04 +00:00
6b08ac665b
ChangeLog update
2002-07-24 00:18:45 +00:00
Marcus Boerger
837fa41da5
-naming convention
...
-better notices
-(D)WORD are unsigned datatypes
-started to split tygs into different arrays that would allow to handle vendor specific tags after detection of their markers
#BUT simply i do not have any vendor specific image tags...
2002-07-24 00:05:41 +00:00
jim winstead
e83a35d215
restore shane to list of members of php group (got lost somewhere along the way)
2002-07-23 23:46:54 +00:00
Andi Gutmans
b291dfad3d
- Fix WS.
2002-07-23 19:29:02 +00:00
Holger Zimmermann
2771e6d4f6
Removed some outdated lines from init_request_info().
2002-07-23 17:12:54 +00:00
Sascha Schumann
df3589cf88
Add autom4te.cache
2002-07-23 13:50:04 +00:00
Sascha Schumann
3f9ea879ae
Remove \r
2002-07-23 13:45:49 +00:00
Edin Kadribasic
35cd16f6bf
MFB (patch by Troels Arvin <troels@arvin.dk>).
...
Added pcre include path to global list of includes in order to allow
use of external pcre libs.
2002-07-23 13:07:29 +00:00
foobar
6a088a2e3c
Fix bug: #18308 . (uname -a sometimes has extra linefeeds)
2002-07-23 01:58:52 +00:00
foobar
2fcd502522
This should fix those solaris+gcc bugs when --enable-libgcc is not used
2002-07-23 01:58:02 +00:00
foobar
3177f1ca2a
Fix bug: #18479 . Better error message what was not found.
2002-07-23 01:11:16 +00:00
17e56389ca
ChangeLog update
2002-07-23 00:18:02 +00:00
foobar
bbbd435124
<insert funny comment here>
2002-07-23 00:08:29 +00:00
James Moore
c5bb611c0c
Added news item about bug 13866 in response to bug 14752
2002-07-22 19:06:49 +00:00
Jason Greene
a64eceef59
Switch streams socket abstraction to use a timeval structure instead of an
...
integer to allow subsecond timeouts.
This supports the previous behavior of fsockopen()
Fixes bug #16261
2002-07-22 18:46:26 +00:00
Marcus Boerger
469266e4a2
added some more tags from WinXP
...
changed conersion for TAG_FMT_SBYTE & BYTE
#second change fixes unnecessary conversion timeout
#found by Johan Hultgren <johan@6thgear.se>
2002-07-22 15:07:12 +00:00
Tomas V.V.Cox
995073391e
By the moment trust that the dependencies are good
...
# Will change the installer when finish the dependecy stuff
2002-07-22 12:03:43 +00:00
Marcus Boerger
b4c3a0f06e
added EXIF Version 2.2 Tags
2002-07-22 11:36:17 +00:00
Tomas V.V.Cox
0ee432cbd5
Bundle Net_socket, needed for Net_SMTP
2002-07-22 11:29:05 +00:00
foobar
2701726cf8
Fix typo..
2002-07-22 08:58:21 +00:00
Georg Richter
d911e50250
new mysql-functions for PHP 4.3.0
2002-07-22 07:50:51 +00:00
Yasuo Ohgaki
882f83cf81
Copy empty_string, fixed crash.
...
# I thought efree() won't free empty_string...
2002-07-22 06:38:36 +00:00
da3abfc27e
NEWS update
2002-07-22 00:20:40 +00:00
435c2611fd
ChangeLog update
2002-07-22 00:19:47 +00:00
Marcus Boerger
21da93abe1
unify error messages & notices
...
# this fixes exif again since it was broken by message unify
2002-07-21 22:38:23 +00:00
Georg Richter
cbcdae7002
removed changes for mysql_select_db (optional parameter)
...
Why:
1) Its not the common way to add additionally functionality for functions or
features which are already implemented in SQL. Therefore also a lot of
mysql functions are marked as deprecated (and will be removed in near future)
2) The implemented workaround works only when mysql_select_db was called
before (fetching the databasename from mysql->conn.db). It returns invalid
or inconsistent results e.g.:
- when "USE databasename" via mysql_query was used
- when database was dropped or grant privileges had changed.
In conjunction with persistent connection, there are also some inconsistencies,
cause mysql_select_db returns the databasename from an old connection.
To determine the database name just use the SQL command "SELECT DATABASE()"
2002-07-21 21:36:10 +00:00
Georg Richter
96276bf8a0
fixed bug in mysql_real_escape_string:
...
allocated 1 more byte for '\0' terminating character
2002-07-21 20:16:03 +00:00
Andi Gutmans
8dd639ce22
- Fix bug reported by Sebastian where old constructors didn't work in
...
- nested classes.
2002-07-21 18:50:10 +00:00