Anatol Belski
|
9873cc29c1
|
fix format
|
2014-09-14 23:10:41 +02:00 |
|
Anatol Belski
|
534ee96964
|
fix ftell/fseek calls
|
2014-09-14 23:03:13 +02:00 |
|
Anatol Belski
|
5cf17fc8bf
|
reduce struct size by 8 byte on 64 bit
|
2014-09-14 22:31:01 +02:00 |
|
Anatol Belski
|
b75a058810
|
fix ftell/fseek calls
|
2014-09-14 22:28:42 +02:00 |
|
Anatol Belski
|
635a23128b
|
better way to check for empty string
|
2014-09-14 22:07:38 +02:00 |
|
Anatol Belski
|
a7482fd2bf
|
make xml_utf8_ encode/decode work with size_t
|
2014-09-14 21:38:46 +02:00 |
|
Anatol Belski
|
90972355b3
|
avoid repeated strlen usage
|
2014-09-14 17:00:34 +02:00 |
|
Anatol Belski
|
ad9dc75150
|
avoid strlen() usage in loop
|
2014-09-14 17:00:06 +02:00 |
|
Anatol Belski
|
29f8b21cd7
|
fix int overflow preserving the old behavior
|
2014-09-14 16:39:25 +02:00 |
|
Nikita Popov
|
eda5ba1f8f
|
Fix use of stack variable outside its block
|
2014-09-14 16:18:08 +02:00 |
|
Nikita Popov
|
ebc6da5628
|
zend_get_property_info takes a zend_string* now
|
2014-09-14 16:18:08 +02:00 |
|
Anatol Belski
|
734d0b6bfd
|
use nice way to achieve the property name length
|
2014-09-14 15:09:54 +02:00 |
|
Anatol Belski
|
454548e440
|
make it safer for an array underrun
|
2014-09-14 15:03:52 +02:00 |
|
Anatol Belski
|
6a92d32105
|
fix type
|
2014-09-14 14:43:39 +02:00 |
|
Anatol Belski
|
b6b376efe5
|
avoid repeated strlen() usage
|
2014-09-14 12:59:31 +02:00 |
|
Anatol Belski
|
f1ba5389cd
|
reduce struct size by 8 bytes on 64 bit
|
2014-09-14 12:32:38 +02:00 |
|
Anatol Belski
|
0b40abf41d
|
avoid repeated strlen() usage
|
2014-09-14 12:30:01 +02:00 |
|
Bob Weinand
|
05c73757ed
|
Fix bug #111 (compile error without ZEND_SIGNALS)
|
2014-09-14 12:24:56 +02:00 |
|
Anatol Belski
|
cbf530c7c0
|
fix possible pointer truncation
|
2014-09-14 12:18:52 +02:00 |
|
Anatol Belski
|
8d075b6e4d
|
better way to zero away sensitive data
memset could be optimized away by the compiler
|
2014-09-14 11:48:51 +02:00 |
|
Anatol Belski
|
041302a8f7
|
reduce struct size by 8 byte on 64 bit
|
2014-09-14 11:36:11 +02:00 |
|
Anatol Belski
|
a9c188fbc6
|
reduce struct size by 8 byte on 64 bit
|
2014-09-14 11:26:17 +02:00 |
|
Anatol Belski
|
101adecbcd
|
reduce struct sizes by 8 bytes each on 64 bit
|
2014-09-14 11:13:17 +02:00 |
|
Anatol Belski
|
34e39783b1
|
remove useless casts and checks
|
2014-09-14 11:00:22 +02:00 |
|
Anatol Belski
|
77137b56b8
|
align 4 byte to the start of the word
|
2014-09-14 10:27:00 +02:00 |
|
Anatol Belski
|
ea4ab02446
|
fix conditions
substraction from an unsigned
|
2014-09-14 10:24:10 +02:00 |
|
Anatol Belski
|
65100a6474
|
reduce the struct size by 8 byte on 64 bit
|
2014-09-14 09:40:56 +02:00 |
|
Anatol Belski
|
27d0cfb8a7
|
reduce the struct size by 8 byte on 64 bit
|
2014-09-14 09:25:09 +02:00 |
|
Anatol Belski
|
273763dd63
|
reduce the struct size by 8 byte on 64 bit
|
2014-09-14 09:22:02 +02:00 |
|
Anatol Belski
|
cac71ecc93
|
reduce the struct size by 8 byte on 64 bit
|
2014-09-14 01:22:55 +02:00 |
|
Anatol Belski
|
35a2937e6b
|
reduce the struct size by 8 byte on 64 bit
|
2014-09-14 01:12:12 +02:00 |
|
Anatol Belski
|
b056859d17
|
reduce the struct size by 8 byte on 64 bit
|
2014-09-14 00:59:46 +02:00 |
|
Anatol Belski
|
79f51bd1a0
|
use the generator to produce the header
|
2014-09-14 00:43:58 +02:00 |
|
Anatol Belski
|
da10603ec9
|
update the html table generator
|
2014-09-14 00:42:48 +02:00 |
|
Anatol Belski
|
26cf7df133
|
removed the emalloc result check, out of memory will bailout
|
2014-09-14 00:00:52 +02:00 |
|
Anatol Belski
|
7d194a0e0b
|
replaced the check with assert as it's kinda unusual case
|
2014-09-13 23:57:53 +02:00 |
|
Anatol Belski
|
87a5aae166
|
removed extra 1 byte member, padding will be done anyway by the compiler
|
2014-09-13 23:55:30 +02:00 |
|
Anatol Belski
|
49e78dd022
|
reduce struct size by 8 byte on 64 bit
|
2014-09-13 23:34:08 +02:00 |
|
Anatol Belski
|
760c51a644
|
avoid usage of strlen() in the loop
|
2014-09-13 23:21:53 +02:00 |
|
Anatol Belski
|
a32e493d84
|
reduce struct size by 8 byte on 64 bit
|
2014-09-13 23:21:52 +02:00 |
|
Anatol Belski
|
2c66a8c53e
|
better align reduce the struct size by 8 byte on 64 bit
|
2014-09-13 23:21:51 +02:00 |
|
Anatol Belski
|
58177c27d6
|
reduce the struct size (under circumstances) on 64 bit
|
2014-09-13 23:21:49 +02:00 |
|
Anatol Belski
|
a7690fea7a
|
check if the winver was indeed fetched
|
2014-09-13 23:21:48 +02:00 |
|
Anatol Belski
|
bce562b75e
|
check emalloc() result
|
2014-09-13 23:21:47 +02:00 |
|
Anatol Belski
|
e00d48490b
|
better way to check for an empty string
|
2014-09-13 23:21:46 +02:00 |
|
Anatol Belski
|
f357628fc9
|
reduce the union size from 24 to 16 bytes on 64 bit
|
2014-09-13 23:21:44 +02:00 |
|
Anatol Belski
|
be9408f71a
|
fix condition
comparsion of two unsigned
|
2014-09-13 23:21:43 +02:00 |
|
Anatol Belski
|
d6bf1117a6
|
avoid multiple strlen() usage
|
2014-09-13 23:21:42 +02:00 |
|
Anatol Belski
|
586b863ba7
|
avoid multiple strlen() calls for the same
|
2014-09-13 23:21:40 +02:00 |
|
Anatol Belski
|
47fb7a46ac
|
reduced struct sizes by 8 byte each on 64 bit
|
2014-09-13 23:21:39 +02:00 |
|