Revision tags: php-4.3.3RC1 |
|
#
e92e7d47 |
| 15-Jun-2003 |
Edin Kadribasic |
Fixed win32 build
|
#
eb33adf1 |
| 15-Jun-2003 |
Andrey Hristov |
proto fixes
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
Revision tags: BEFORE_FD_REAPPLY |
|
#
6f524ac9 |
| 30-May-2003 |
Marcus Boerger |
Use safe_estrdup() instead. # Thanks Sascha i didn't knew about that thing.
|
#
07ba5f6c |
| 30-May-2003 |
Marcus Boerger |
Fix handling of ini settings
|
Revision tags: php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b |
|
#
e6490c4a |
| 05-May-2003 |
Hartmut Holzgraefe |
basename() now binary safe, testcases added
|
Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init |
|
#
83636586 |
| 16-Apr-2003 |
Marcus Boerger |
Change to use safe_emalloc() and provide macro for now
|
#
b2e521a1 |
| 08-Apr-2003 |
Ilia Alshanetsky |
Fixed bug #23102 (integer overflow in exif_iif_add_value()).
|
#
7461f1f4 |
| 03-Apr-2003 |
Rasmus Lerdorf |
MFB
|
#
716142c4 |
| 02-Apr-2003 |
Rasmus Lerdorf |
MFB: Get rid of bogus dtors
|
#
423147c1 |
| 01-Apr-2003 |
Rasmus Lerdorf |
MFB
|
Revision tags: php-4.3.2RC1, php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
9d02c2bd |
| 18-Jan-2003 |
Marcus Boerger |
correct my fault here and documnet the sense of the test
|
#
a3daf3bb |
| 18-Jan-2003 |
Ilia Alshanetsky |
Additional memory allocation fixes by Marcus Börger.
|
#
e0654de5 |
| 18-Jan-2003 |
Ilia Alshanetsky |
Removed the no longer needed memory allocation checks.
|
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
Revision tags: php-4.3.0 |
|
#
20e8bc31 |
| 22-Dec-2002 |
Sascha Schumann |
(char *) vptr += expr; is refused by the IRIX compiler, so we use vptr = (char *) vptr + expr; instead.
|
#
280f4a43 |
| 22-Dec-2002 |
Sascha Schumann |
'index' is a function name in the C library, do not use it as variable name. also, cast the 'void *' correctly to a 'char *' for manipulation instead of an 'int'.
|
Revision tags: php-4.3.0RC4 |
|
#
59656cc7 |
| 16-Dec-2002 |
Marcus Boerger |
fix compiler definition tests
|
#
50af908f |
| 16-Dec-2002 |
Marcus Boerger |
fix compiler definition tests
|
#
5dc4d382 |
| 16-Dec-2002 |
Marcus Boerger |
-Add constant that shows whether or not exif uses mbstring. -Fix tests
|
#
6e055f9a |
| 16-Dec-2002 |
Marcus Boerger |
change mbstring detection
|
#
c1be81a8 |
| 15-Dec-2002 |
Marcus Boerger |
ws
|
#
16694d35 |
| 14-Dec-2002 |
Marcus Boerger |
Fix build when mbstring is a shared module or dll under windows
|
#
9455657a |
| 14-Dec-2002 |
Marcus Boerger |
Bugfix: #21010 (Here it's maker (manufacturer) instead of marker)
|
Revision tags: RELEASE_1_0b3, php-4.3.0RC3 |
|
#
52d0f1c1 |
| 11-Dec-2002 |
Ilia Alshanetsky |
decode variable is only used when mbstring is avaliable.
|